svn commit: r361131 - head/graphics/gnash
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jul 7 20:32:07 UTC 2014
Author: amdmi3
Date: Mon Jul 7 20:32:06 2014
New Revision: 361131
URL: http://svnweb.freebsd.org/changeset/ports/361131
QAT: https://qat.redports.org/buildarchive/r361131/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/graphics/gnash/Makefile
head/graphics/gnash/pkg-plist
Modified: head/graphics/gnash/Makefile
==============================================================================
--- head/graphics/gnash/Makefile Mon Jul 7 20:10:03 2014 (r361130)
+++ head/graphics/gnash/Makefile Mon Jul 7 20:32:06 2014 (r361131)
@@ -3,7 +3,7 @@
PORTNAME= gnash
PORTVERSION= 0.8.10
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= graphics
MASTER_SITES= GNU/${PORTNAME}/${PORTVERSION}/
@@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_thread.so:${PORTSD
CONFLICTS= gnash-devel-[0-9]*
-USES= tar:bzip2 pkgconfig gmake
+USES= tar:bzip2 pkgconfig gmake libtool
USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
WANT_SDL= yes
Modified: head/graphics/gnash/pkg-plist
==============================================================================
--- head/graphics/gnash/pkg-plist Mon Jul 7 20:10:03 2014 (r361130)
+++ head/graphics/gnash/pkg-plist Mon Jul 7 20:32:06 2014 (r361131)
@@ -203,7 +203,6 @@ lib/gnash/libgnashbase.so
lib/gnash/libgnashcore-%%GNASHVER%%.so
lib/gnash/libgnashcore.so
lib/gnash/libgnashdevice-%%GNASHVER%%.so
-lib/gnash/libgnashdevice.la
lib/gnash/libgnashdevice.so
lib/gnash/libgnashmedia-%%GNASHVER%%.so
lib/gnash/libgnashmedia.so
More information about the svn-ports-all
mailing list