Bug 189495 - [MAINTAINER] audio/libaacplus: fix stage-QA
Summary: [MAINTAINER] audio/libaacplus: fix stage-QA
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-09 09:50 UTC by takefu
Modified: 2014-05-12 00:00 UTC (History)
0 users

See Also:


Attachments
libaacplus-2.0.2.patch (556 bytes, patch)
2014-05-09 09:50 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2014-05-09 09:50:00 UTC
Fix
 stage-qa

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports)
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-05-11 23:50:36 UTC
Author: bapt
Date: Sun May 11 22:50:31 2014
New Revision: 353744
URL: http://svnweb.freebsd.org/changeset/ports/353744
QAT: https://qat.redports.org/buildarchive/r353744/

Log:
  Support stage
  Strip binaries
  Convert to USES=libtool
  
  PR:		ports/189495
  Submitted by:	Takefu <takefu@airport.fm>

Modified:
  head/audio/libaacplus/Makefile

Modified: head/audio/libaacplus/Makefile
==============================================================================
--- head/audio/libaacplus/Makefile	Sun May 11 22:47:38 2014	(r353743)
+++ head/audio/libaacplus/Makefile	Sun May 11 22:50:31 2014	(r353744)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libaacplus
 PORTVERSION=	2.0.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://media.wnet.ua/~tipok/aacplus/:site1\
 		ftp://ftp.3gpp.org/Specs/archive/26_series/26.410/:site2\
@@ -24,12 +24,13 @@ RESTRICTED=	unclear legal status, probab
 CONFLICTS=	aacplusenc-0*
 
 USE_CSTD=	gnu89
-USES=		pathfix pkgconfig
+USES=		pathfix pkgconfig libtool:keepla
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtoolize aclocal autoheader automake
 PATHFIX_MAKEFILEIN=	Makefile.am
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
+INSTALL_TARGET=	install-strip
 
 AUTOMAKE_ARGS=	--add-missing
 LIBTOOLIZE_ARGS=--automake
_______________________________________________
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 2 Baptiste Daroussin freebsd_committer freebsd_triage 2014-05-11 23:50:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!