Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Sep 2013 10:57:58 +0900
From:      Takefu <takefu@airport.fm>
To:        freebsd-gnats-submit@freebsd.org
Cc:        Gergely CZUCZY <gergely.czuczy@harmless.hu>
Subject:   ports/181956: [PATCH] audio/libaacplus: package error
Message-ID:  <522D2B26.4000000@airport.fm>
Resent-Message-ID: <201309090200.r89200SB087125@freefall.freebsd.org>
In-Reply-To: <201309090004.r8904JUi041052@RELENG84-ix86.localIPv4.airport.fm>
References:  <201309090004.r8904JUi041052@RELENG84-ix86.localIPv4.airport.fm>

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

>Number:         181956
>Category:       ports
>Synopsis:       [PATCH] audio/libaacplus: package error
>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:   Mon Sep 09 02:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        FreeBSD 8.4-RELEASE-p3 i386
>Organization:
FOX Amateur Radio Club
>Environment:
System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p3 FreeBSD 8.4-RELEASE-p3 #0: Wed Aug 21 19:17:37 UTC 2013
>Description:
  fix installdirectory aacplus.pc

Reporter (gergely.czuczy@harmless.hu) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:
$ make -C /usr/ports/audio/libaacplus package
>Fix:

--- libaacplus-2.0.2_2.patch begins here ---
diff -ruN /usr/ports/audio/libaacplus/Makefile ./Makefile
--- /usr/ports/audio/libaacplus/Makefile	2013-09-02 19:06:03.000000000 +0900
+++ ./Makefile	2013-09-06 13:16:00.000000000 +0900
@@ -3,7 +3,7 @@

 PORTNAME=	libaacplus
 PORTVERSION=	2.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://media.wnet.ua/~tipok/aacplus/:site1\
 		ftp://ftp.3gpp.org/Specs/archive/26_series/26.410/:site2\
@@ -27,14 +27,12 @@
 MAKE_JOBS_UNSAFE=	yes

 AUTOMAKE_ARGS=	--add-missing
-ACLOCAL_ARGS=	--automake-acdir=${ACLOCAL_DIR} \
-		-I ${LOCALBASE}/share/aclocal -I ${WRKSRC}/m4
 LIBTOOLIZE_ARGS=--automake

 MAN1=		aacplusenc.1

 OPTIONS_DEFINE=	FFTW3
-OPTIONS_DEFAULT=	FFTW3
+OPTIONS_DEFAULT=FFTW3
 FFTW3_DESC=	Use FFTW3

 .include <bsd.port.options.mk>
@@ -42,8 +40,7 @@
 .if ${PORT_OPTIONS:MFFTW3}
 LIB_DEPENDS+=	fftw3:${PORTSDIR}/math/fftw3\
 		fftw3f:${PORTSDIR}/math/fftw3-float
-CONFIGURE_ARGS+=--with-fftw3=yes \
-		--with-fftw3-prefix=${LOCALBASE}
+CONFIGURE_ARGS+=--with-fftw3=yes --with-fftw3-prefix=${LOCALBASE}
 .else
 CONFIGURE_ARGS+=--with-fftw3=no
 .endif
@@ -52,5 +49,5 @@
 	@${CP} ${DISTDIR}/26410-800.zip ${WRKSRC}/src
 	@${REINPLACE_CMD} -e 's,@includedir@\/aacplus,@prefix@\/include,' ${WRKSRC}/aacplus.pc.in
 	@${REINPLACE_CMD} -e 's,\/aacplus\.h,\/libaacplus\/aacplus\.h,' ${WRKSRC}/aacplus.spec.in
-
+	@${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.am
 .include <bsd.port.mk>
--- libaacplus-2.0.2_2.patch ends here ---

--------------030101050004060904040500
Content-Type: text/plain; charset=Shift_JIS;
 name="=?Shift_JIS?B?k1mVdIOBg2KDWoFbg1eVlA==?="
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
 filename*=Shift_JIS''%93%59%95%74%83%81%83%62%83%5A%81%5B%83%57%95%94


--------------030101050004060904040500--
>Release-Note:
>Audit-Trail:
>Unformatted:
 This is a multi-part message in MIME format.
 --------------030101050004060904040500
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?522D2B26.4000000>