svn commit: r377539 - in head/audio: libamrnb libamrwb

John Marino marino at FreeBSD.org
Tue Jan 20 21:13:53 UTC 2015


Author: marino
Date: Tue Jan 20 21:13:52 2015
New Revision: 377539
URL: https://svnweb.freebsd.org/changeset/ports/377539
QAT: https://qat.redports.org/buildarchive/r377539/

Log:
  audio/libamr*: change INSTALL_TARGET to install-strip
  
  PR:		196418
  Submitted by:	maintainer (Tatsuki Makino)

Modified:
  head/audio/libamrnb/Makefile
  head/audio/libamrwb/Makefile

Modified: head/audio/libamrnb/Makefile
==============================================================================
--- head/audio/libamrnb/Makefile	Tue Jan 20 21:09:26 2015	(r377538)
+++ head/audio/libamrnb/Makefile	Tue Jan 20 21:13:52 2015	(r377539)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libamrnb
 PORTVERSION=	11.0.0.0
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://www.penguin.cz/~utx/ftp/amr/ \
@@ -29,11 +30,13 @@ RESTRICTED=	unclear legal status, probab
 
 USES=		gmake tar:bzip2 libtool
 PORTDOCS=	AUTHORS COPYING ChangeLog NEWS README TODO readme.txt
-SUB_FILES=	pkg-message
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	LANG=C
 MAKE_ENV+=	LANG=C
+INSTALL_TARGET=	install-strip
+SUB_FILES=	pkg-message
 USE_LDCONFIG=	yes
+
 OPTIONS_DEFINE=	DOCS
 
 SRC26104=	26104-b00.zip

Modified: head/audio/libamrwb/Makefile
==============================================================================
--- head/audio/libamrwb/Makefile	Tue Jan 20 21:09:26 2015	(r377538)
+++ head/audio/libamrwb/Makefile	Tue Jan 20 21:13:52 2015	(r377539)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libamrwb
 PORTVERSION=	11.0.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://www.penguin.cz/~utx/ftp/amr/ \
 		http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/:SRC26204
@@ -29,11 +29,13 @@ RESTRICTED=	unclear legal status, probab
 
 USES=		gmake tar:bzip2 libtool
 PORTDOCS=	AUTHORS COPYING ChangeLog NEWS README TODO readme.txt
-SUB_FILES=	pkg-message
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	LANG=C
 MAKE_ENV+=	LANG=C
+INSTALL_TARGET=	install-strip
+SUB_FILES=	pkg-message
 USE_LDCONFIG=	yes
+
 OPTIONS_DEFINE=	DOCS
 
 SRC26204=	26204-b00.zip


More information about the svn-ports-all mailing list