Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Jan 2012 15:47:30 +0900
From:      Takefu <takefu@airport.fm>
To:        Edwin Groothuis <edwin@FreeBSD.org>
Cc:        baotserver@gmail.com, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/163465: audio/libaacplus fails with FORCE_MAKE_JOBS
Message-ID:  <4F054782.7010905@airport.fm>
In-Reply-To: <201112200200.pBK20XcV036984@freefall.freebsd.org>
References:  <201112200200.pBK20XcV036984@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
たけふ@大阪豊中です。

I tried the following environments, as was noted.

> FreeBSD RELENG_9 9.0-STABLE FreeBSD 9.0-STABLE #0: Wed Jan  4 11:50:03 JST 2012
>      takefu@RELENG_9:/usr/obj/usr/src/sys/GENERIC  amd64

amd64 environment was unable to make proper corrections.
However, this method is not a fundamental solution.

After trying this a patch, please report it.

--- libaacplus.patch begins here ---
diff -ruN -w /usr/ports/audio/libaacplus/Makefile audio/libaacplus/Makefile
--- /usr/ports/audio/libaacplus/Makefile	2011-10-18 16:54:09.000000000 +0900
+++ audio/libaacplus/Makefile	2012-01-05 15:21:17.000000000 +0900
@@ -21,7 +21,7 @@
 COMMENT=	HE-AAC+ Codec as Shared Library

 EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
-BUILD_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
+BUILD_DEPENDS:=	${EXTRACT_DEPENDS}

 RESTRICTED=	unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies

@@ -32,6 +32,8 @@
 USE_AUTOTOOLS=	libtool libtoolize aclocal autoheader automake
 GNOME_MAKEFILEIN=	Makefile.am
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV+=	CC=cc
+MAKE_JOBS_UNSAFE=	yes

 AUTOMAKE_ARGS=	--add-missing
 ACLOCAL_ARGS=	--acdir=${ACLOCAL_DIR} \
--- libaacplus.patch ends here ---


-- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F054782.7010905>