Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2014 11:50:40 +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: r362883 - head/audio/libopenspc
Message-ID:  <201407251150.s6PBoeWI097741@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jul 25 11:50:40 2014
New Revision: 362883
URL: http://svnweb.freebsd.org/changeset/ports/362883
QAT: https://qat.redports.org/buildarchive/r362883/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/audio/libopenspc/Makefile

Modified: head/audio/libopenspc/Makefile
==============================================================================
--- head/audio/libopenspc/Makefile	Fri Jul 25 11:48:18 2014	(r362882)
+++ head/audio/libopenspc/Makefile	Fri Jul 25 11:50:40 2014	(r362883)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libopenspc
 PORTVERSION=	0.3.99a
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	kwm
@@ -13,11 +14,11 @@ COMMENT=	Library for playing SPC (SNES a
 BUILD_DEPENDS=	nasm:${PORTSDIR}/devel/nasm
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake libtool
 USE_LDCONFIG=	yes
 ONLY_FOR_ARCHS=	i386
 
-PLIST_FILES=	include/openspc.h lib/libopenspc.a lib/libopenspc.la \
-		lib/libopenspc.so lib/libopenspc.so.0 \
+PLIST_FILES=	include/openspc.h lib/libopenspc.a \
+		lib/libopenspc.so lib/libopenspc.so.0 lib/libopenspc.so.0.0.3
 
 .include <bsd.port.mk>



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