Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2014 20:32:06 +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: r361131 - head/graphics/gnash
Message-ID:  <201407072032.s67KW6YV091414@svn.freebsd.org>

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



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