Bug 186907 - [MAINTAINER] audio/libaacplus: fix warning message
Summary: [MAINTAINER] audio/libaacplus: fix warning message
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Zander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-20 04:50 UTC by takefu
Modified: 2014-02-24 19:43 UTC (History)
0 users

See Also:


Attachments
libaacplus-2.0.2.patch (736 bytes, patch)
2014-02-20 04:50 UTC, takefu
no flags Details | Diff
libaacplus.diff.txt (1.05 KB, text/plain; charset=US-ASCII)
2014-02-23 19:22 UTC, Thomas Zander
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2014-02-20 04:50:00 UTC
fix warning message

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: change, diff: ports)
Comment 1 Thomas Zander freebsd_committer freebsd_triage 2014-02-23 18:31:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->riggs

I'll take it.
Comment 2 Thomas Zander freebsd_committer freebsd_triage 2014-02-23 19:22:15 UTC
Thanks for the update.
While we are on it, would you agree to the LICENSE_* settings in the
attached patch?
Best regards
Riggs
Comment 3 Thomas Zander freebsd_committer freebsd_triage 2014-02-23 19:44:13 UTC
State Changed
From-To: open->feedback

Ask for maintainer approval.
Comment 4 takefu 2014-02-24 02:02:44 UTC
=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?
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-02-24 19:33:09 UTC
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"
Comment 6 Thomas Zander freebsd_committer freebsd_triage 2014-02-24 19:43:22 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!