fix warning message Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->riggs I'll take it.
Thanks for the update. While we are on it, would you agree to the LICENSE_* settings in the attached patch? Best regards Riggs
State Changed From-To: open->feedback Ask for maintainer approval.
=E3=81=9F=E3=81=91=E3=81=B5=EF=BC=A0=E5=A4=A7=E9=98=AA=E8=B1=8A=E4=B8=AD=E3= =81=A7=E3=81=99=E3=80=82 It approves. Thomas Zander =E3=81=95=E3=82=93=E3=81=AF=E6=9B=B8=E3=81=8D=E3=81=BE=E3=81= =97=E3=81=9F (2014/02/24 4:22): > Thanks for the update. > While we are on it, would you agree to the LICENSE_* settings in the > attached patch?
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> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!