Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2014 05:44:53 +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: r364829 - head/devel/mercator
Message-ID:  <201408140544.s7E5irX9084057@svn.freebsd.org>

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



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