Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 19:36:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355902 - head/audio/tse3
Message-ID:  <201405301936.s4UJajgb037626@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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