[PATCH] audio/jackit: Remove 5.x support

Philip M. Gollucci pgollucci at p6m7g8.com
Tue Jun 24 16:37:33 UTC 2008


>Submitter-Id:	current-users
>Originator:	Philip M. Gollucci
>Organization:	Riderway Inc.
>Confidential:	no 
>Synopsis:	[PATCH] audio/jackit: Remove 5.x support
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 8.0-CURRENT i386
>Environment:
System: FreeBSD piccollo.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Wed Jun 11 23:05:41 EDT 2008
>Description:
  - Remove 5.x support

Port maintainer (multimedia at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- jackit-0.103.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/jack/Makefile,v
retrieving revision 1.43
diff -u -u -r1.43 Makefile
--- Makefile	26 Mar 2008 15:15:34 -0000	1.43
+++ Makefile	24 Jun 2008 15:50:00 -0000
@@ -30,8 +30,6 @@
 
 MAN1=		jackd.1 jackstart.1
 
-.include <bsd.port.pre.mk>
-
 .if exists(${LOCALBASE}/bin/doxygen) && !defined(WITH_GNOKII)
 DOCS_OVERRIDE=	yes
 WITH_DOCS=	yes
@@ -45,10 +43,6 @@
 PLIST_SUB+=	DOCS="@comment "
 .endif
 
-.if (${OSVERSION} < 502102 )
-BROKEN=		Does not compile
-.endif
-
 .if exists(${LOCALBASE}/lib/libreadline.so.5)
 LIB_DEPENDS+=	readline.5:${PORTSDIR}/devel/readline
 .endif
@@ -80,4 +74,4 @@
 post-build:
 	@${RM} -f ${WRKSRC}/doc/reference/html/dir__2F*
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- jackit-0.103.0_1.patch ends here ---



More information about the freebsd-multimedia mailing list