[kde-freebsd] [PATCH] audio/akode-plugins-jack: Remove 5.x support
Philip M. Gollucci
pgollucci at p6m7g8.com
Tue Jun 24 17:58:52 CEST 2008
>Submitter-Id: current-users
>Originator: Philip M. Gollucci
>Organization: Riderway Inc.
>Confidential: no
>Synopsis: [PATCH] audio/akode-plugins-jack: 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:
o Remove 5.x support
o Silence some portlint warnings (tabs)
Port maintainer (kde at 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 at 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 ---
More information about the kde-freebsd
mailing list