Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2014 19:33:01 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345893 - head/audio/libaacplus
Message-ID:  <201402241933.s1OJX1c6079177@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Mon Feb 24 19:33:01 2014
New Revision: 345893
URL: http://svnweb.freebsd.org/changeset/ports/345893
QAT: https://qat.redports.org/buildarchive/r345893/

Log:
  - Fix USE_AUTOTOOLS, Makefile_am in distfile
  - Introduce LICENSE_*
  
  PR:		ports/186907
  Submitted by:	Takefu <takefu@airport.fm> (maintainer)
  Approved by:	thierry, jadawin (mentors)

Modified:
  head/audio/libaacplus/Makefile

Modified: head/audio/libaacplus/Makefile
==============================================================================
--- head/audio/libaacplus/Makefile	Mon Feb 24 18:51:19 2014	(r345892)
+++ head/audio/libaacplus/Makefile	Mon Feb 24 19:33:01 2014	(r345893)
@@ -14,6 +14,11 @@ DISTFILES=	${PORTNAME}-${PORTVERSION}${E
 MAINTAINER=	takefu@airport.fm
 COMMENT=	HE-AAC+ Codec as Shared Library
 
+LICENSE=	libaacplus
+LICENSE_NAME=	3GPP
+LICENSE_TEXT=	${RESTRICTED}
+LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
+
 RESTRICTED=	unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies
 
 CONFLICTS=	aacplusenc-0*
@@ -21,7 +26,7 @@ CONFLICTS=	aacplusenc-0*
 USE_CSTD=	gnu89
 USES=		pathfix pkgconfig
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool libtoolize aclocal autoheader automake
+USE_AUTOTOOLS=	libtoolize aclocal autoheader automake
 PATHFIX_MAKEFILEIN=	Makefile.am
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
@@ -50,5 +55,7 @@ pre-configure:
 		${WRKSRC}/aacplus.pc.in
 	@${REINPLACE_CMD} -e 's,\/aacplus\.h,\/libaacplus\/aacplus\.h,' \
 		${WRKSRC}/aacplus.spec.in
+	@${REINPLACE_CMD} -e 's,INCLUDES,AM_CPPFLAGS,'\
+		${WRKSRC}/frontend/Makefile.am ${WRKSRC}/src/Makefile.am
 
 .include <bsd.port.mk>



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