svn commit: r355902 - head/audio/tse3

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 30 19:36:45 UTC 2014


Author: amdmi3
Date: Fri May 30 19:36:44 2014
New Revision: 355902
URL: http://svnweb.freebsd.org/changeset/ports/355902
QAT: https://qat.redports.org/buildarchive/r355902/

Log:
  - Switch to USES=libtool, drop .la files
  - Strip libraries

Modified:
  head/audio/tse3/Makefile
  head/audio/tse3/pkg-plist

Modified: head/audio/tse3/Makefile
==============================================================================
--- head/audio/tse3/Makefile	Fri May 30 19:33:22 2014	(r355901)
+++ head/audio/tse3/Makefile	Fri May 30 19:36:44 2014	(r355902)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tse3
 PORTVERSION=	0.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME:tu}/${PORTVERSION}
 
@@ -12,12 +12,13 @@ COMMENT=	MIDI library
 
 LICENSE=	GPLv2
 
-USES=		gmake
-USE_AUTOTOOLS=	libtool
+USES=		gmake libtool
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-doc-install \
 		--without-aRts
 USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=	yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	${PTHREAD_CFLAGS}
 LDFLAGS+=	${PTHREAD_LIBS}

Modified: head/audio/tse3/pkg-plist
==============================================================================
--- head/audio/tse3/pkg-plist	Fri May 30 19:33:22 2014	(r355901)
+++ head/audio/tse3/pkg-plist	Fri May 30 19:36:44 2014	(r355902)
@@ -104,10 +104,9 @@ include/tse3/util/PowerQuantise.h
 include/tse3/util/Snap.h
 include/tse3/util/Song.h
 include/tse3/util/Track.h
-lib/libtse3.a
-lib/libtse3.la
 lib/libtse3.so
 lib/libtse3.so.0
+lib/libtse3.so.0.0.0
 man/man1/tse3play.1.gz
 man/man3/tse3.3.gz
 %%PORTDOCS%%%%DOCSDIR%%/About.html


More information about the svn-ports-head mailing list