Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2006 13:03:30 -0700 (PDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ahze@FreeBSD.org
Subject:   ports/95829: [PATCH] audio/faad2: portlint(1) fixes
Message-ID:  <200604152003.k3FK3UtX025868@Laptop.mine.box>
Resent-Message-ID: <200604152010.k3FKAIZu075859@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95829
>Category:       ports
>Synopsis:       [PATCH] audio/faad2: portlint(1) fixes
>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:   Sat Apr 15 20:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
- Remove unnecessary PATCH_DEPENDS
- Remove USE_REINPLACE
- Remove quotes around NO_CDROM

Port maintainer (ahze@FreeBSD.org) is cc'd.

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

--- faad2-2.0_6,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/faad2/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/faad/Makefile
--- /usr/ports/audio/faad2/Makefile	Sat Feb 25 19:07:31 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/faad/Makefile	Sat Apr 15 13:00:52 2006
@@ -16,13 +16,12 @@
 MAINTAINER=	ahze@FreeBSD.org
 COMMENT=	MPEG-2 and MPEG-4 AAC audio decoder
 
-PATCH_DEPENDS=	${BUILD_DEPENDS}
 LIB_DEPENDS=	mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 \
 		sndfile.1:${PORTSDIR}/audio/libsndfile
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-NO_CDROM=	"Restrictive copyright (do not sell for profit)"
+NO_CDROM=	Restrictive copyright (do not sell for profit)
 
 USE_AUTOTOOLS=	automake:15 autoheader:259 libtool:15
 AUTOMAKE_ARGS=	--add-missing
@@ -30,7 +29,6 @@
 USE_GETOPT_LONG=yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_REINPLACE=	yes
 
 CONFIGURE_ARGS=	--with-drm
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
--- faad2-2.0_6,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?200604152003.k3FK3UtX025868>