svn commit: r364829 - head/devel/mercator
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Aug 14 05:44:53 UTC 2014
Author: amdmi3
Date: Thu Aug 14 05:44:52 2014
New Revision: 364829
URL: http://svnweb.freebsd.org/changeset/ports/364829
QAT: https://qat.redports.org/buildarchive/r364829/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/devel/mercator/Makefile
head/devel/mercator/pkg-plist
Modified: head/devel/mercator/Makefile
==============================================================================
--- head/devel/mercator/Makefile Thu Aug 14 05:44:23 2014 (r364828)
+++ head/devel/mercator/Makefile Thu Aug 14 05:44:52 2014 (r364829)
@@ -3,7 +3,7 @@
PORTNAME= mercator
PORTVERSION= 0.3.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= SF/worldforge/Mercator%20%28terrain%20lib%29/${PORTVERSION}
@@ -13,7 +13,7 @@ COMMENT= Procedural terrain library
LIB_DEPENDS= libwfmath-1.0.so:${PORTSDIR}/math/wfmath
CONFIGURE_ARGS= --disable-silent-rules
-USES= pathfix pkgconfig compiler:c++11-lib
+USES= libtool pathfix pkgconfig compiler:c++11-lib
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
Modified: head/devel/mercator/pkg-plist
==============================================================================
--- head/devel/mercator/pkg-plist Thu Aug 14 05:44:23 2014 (r364828)
+++ head/devel/mercator/pkg-plist Thu Aug 14 05:44:52 2014 (r364829)
@@ -1,6 +1,6 @@
-lib/libmercator-0.3.la
lib/libmercator-0.3.so
lib/libmercator-0.3.so.4
+lib/libmercator-0.3.so.4.0.0
include/Mercator-0.3/Mercator/Effector.h
include/Mercator-0.3/Mercator/Mercator.h
include/Mercator-0.3/Mercator/Matrix.h
More information about the svn-ports-head
mailing list