ports/111662: [patch] audio/jack - cleanup non-supported FreeBSD versions
Edwin Groothuis
edwin at mavetju.org
Mon Apr 16 02:00:10 UTC 2007
>Number: 111662
>Category: ports
>Synopsis: [patch] audio/jack - cleanup non-supported FreeBSD versions
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Apr 16 02:00:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Edwin Groothuis
>Release: FreeBSD 6.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root at opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386
>Description:
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/jack/Makefile,v
retrieving revision 1.37
diff -u -r1.37 Makefile
--- Makefile 23 Jan 2007 20:23:18 -0000 1.37
+++ Makefile 16 Apr 2007 01:54:59 -0000
@@ -49,16 +49,11 @@
PLIST_SUB+= DOCS="@comment "
.endif
-.if ${OSVERSION} < 500000
-CONFIGURE_ENV+= ac_cv_func_clock_gettime=no
-CFLAGS+= -Duintmax_t=uintptr_t
-.endif
-
-.if (${OSVERSION} > 500000 ) && (${OSVERSION} < 502102 )
+.if (${OSVERSION} < 502102 )
BROKEN= Does not compile
.endif
-.if ${OSVERSION} < 500018 || exists(${LOCALBASE}/lib/libreadline.so.5)
+.if exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list