svn commit: r355277 - head/audio/libofa

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 06:29:26 UTC 2014


Author: bapt
Date: Mon May 26 06:29:25 2014
New Revision: 355277
URL: http://svnweb.freebsd.org/changeset/ports/355277
QAT: https://qat.redports.org/buildarchive/r355277/

Log:
  Convert to USES=dos2unix and USES=libtool

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

Modified: head/audio/libofa/Makefile
==============================================================================
--- head/audio/libofa/Makefile	Mon May 26 02:57:18 2014	(r355276)
+++ head/audio/libofa/Makefile	Mon May 26 06:29:25 2014	(r355277)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libofa
 PORTVERSION=	0.9.3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	audio
 MASTER_SITES=	GOOGLE_CODE
 
@@ -22,12 +22,11 @@ LIB_DEPENDS=	libfftw3.so:${PORTSDIR}/mat
 		libcurl.so:${PORTSDIR}/ftp/curl
 
 PROJECTHOST=	musicip-libofa
-USE_DOS2UNIX=	yes
-USE_AUTOTOOLS=	libtool
-USES=		pathfix
+USES=		dos2unix libtool pathfix
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/audio/libofa/pkg-plist
==============================================================================
--- head/audio/libofa/pkg-plist	Mon May 26 02:57:18 2014	(r355276)
+++ head/audio/libofa/pkg-plist	Mon May 26 06:29:25 2014	(r355277)
@@ -1,7 +1,7 @@
 include/ofa1/ofa.h
 lib/libofa.a
-lib/libofa.la
 lib/libofa.so
 lib/libofa.so.0
+lib/libofa.so.0.0.0
 libdata/pkgconfig/libofa.pc
 @dirrm include/ofa1


More information about the svn-ports-all mailing list