Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 08:15:33 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368427 - in head/audio/Maaate: . files
Message-ID:  <201409180815.s8I8FXnv087376@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Sep 18 08:15:33 2014
New Revision: 368427
URL: http://svnweb.freebsd.org/changeset/ports/368427
QAT: https://qat.redports.org/buildarchive/r368427/

Log:
  - Remove old libtool patch
  - Add INSTALL_TARGET=install-strip

Modified:
  head/audio/Maaate/Makefile
  head/audio/Maaate/files/patch-configure

Modified: head/audio/Maaate/Makefile
==============================================================================
--- head/audio/Maaate/Makefile	Thu Sep 18 08:12:31 2014	(r368426)
+++ head/audio/Maaate/Makefile	Thu Sep 18 08:15:33 2014	(r368427)
@@ -12,8 +12,9 @@ COMMENT=	MPEG audio analysis toolkit
 
 LICENSE=	GPLv2
 
-USES=		gmake libtool
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USES=		gmake libtool
 USE_LDCONFIG=	yes
 
 PORTDOCS=	API.html ChangeLog THANKS applications.html
@@ -29,6 +30,5 @@ post-install:
 .for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.1.* ${STAGEDIR}${PREFIX}/lib/Maaate/*.so.1.*
 
 .include <bsd.port.mk>

Modified: head/audio/Maaate/files/patch-configure
==============================================================================
--- head/audio/Maaate/files/patch-configure	Thu Sep 18 08:12:31 2014	(r368426)
+++ head/audio/Maaate/files/patch-configure	Thu Sep 18 08:15:33 2014	(r368427)
@@ -1,14 +1,6 @@
 --- configure.orig	2002-10-09 03:30:34.000000000 +0200
 +++ configure	2013-12-18 12:38:19.000000000 +0100
-@@ -5691,6 +5691,7 @@
- 
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
- 
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -5699,7 +5700,6 @@
+@@ -5699,7 +5699,6 @@
  
  
  



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