Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 06:29:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355277 - head/audio/libofa
Message-ID:  <201405260629.s4Q6TPsX018589@svn.freebsd.org>

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



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