Date: Tue, 24 Jun 2008 11:58:52 -0400 (EDT) From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kde@FreeBSD.org Subject: ports/124943: [PATCH] audio/akode-plugins-jack: Remove 5.x support Message-ID: <200806241558.m5OFwqDX052403@piccollo.p6m7g8.net> Resent-Message-ID: <200806241600.m5OG0BJE005517@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124943 >Category: ports >Synopsis: [PATCH] audio/akode-plugins-jack: 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:00:11 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: o Remove 5.x support o Silence some portlint warnings (tabs) Port maintainer (kde@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- akode-plugins-jack-2.0.2,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/akode-plugins-jack/Makefile,v retrieving revision 1.20 diff -u -u -r1.20 Makefile --- Makefile 13 Mar 2008 17:40:58 -0000 1.20 +++ Makefile 24 Jun 2008 15:58:27 -0000 @@ -11,7 +11,7 @@ CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR=distfiles -DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2 +DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2 EXTRACT_SUFX= # none MAINTAINER= kde@FreeBSD.org @@ -25,7 +25,7 @@ PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} USE_AUTOTOOLS= libltdl -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/akode-${PORTVERSION} @@ -35,12 +35,6 @@ CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ --with-extra-includes=${LOCALBASE}/include -.include <bsd.port.pre.mk> - -.if (${OSVERSION} > 500000 ) && (${OSVERSION} < 502102 ) -IGNORE= Jack not available -.endif - post-patch: @${SETENV} TZ=UTC \ ${TOUCH} -t 200607222217.01 ${WRKSRC}/akode/lib/akode_export.h.in @@ -54,4 +48,4 @@ do-install: cd ${WRKSRC}/akode/plugins/${PLUGIN} && ${GMAKE} install -.include <bsd.port.post.mk> +.include <bsd.port.mk> --- akode-plugins-jack-2.0.2,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?200806241558.m5OFwqDX052403>