Date: Tue, 24 Jun 2008 12:13:21 -0400 (EDT) From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: FreeBSD-gnats-submit@freebsd.org Cc: multimedia@freebsd.org Subject: [PATCH] audio/jackit: Remove 5.x support Message-ID: <200806241613.m5OGDLqa055357@piccollo.p6m7g8.net>
next in thread | raw e-mail | index | archive | help
>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@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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806241613.m5OGDLqa055357>