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: ports/124948: [PATCH] audio/jackit: Remove 5.x support Message-ID: <200806241613.m5OGDLqa055357@piccollo.p6m7g8.net> Resent-Message-ID: <200806241620.m5OGK6nS013307@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124948 >Category: ports >Synopsis: [PATCH] audio/jackit: Remove 5.x support >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: Tue Jun 24 16:20:06 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 8.0-CURRENT i386 >Organization: Riderway Inc. >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 --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806241613.m5OGDLqa055357>