svn commit: r356758 - head/databases/rrdtool12

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 6 10:11:59 UTC 2014


Author: amdmi3
Date: Fri Jun  6 10:11:58 2014
New Revision: 356758
URL: http://svnweb.freebsd.org/changeset/ports/356758
QAT: https://qat.redports.org/buildarchive/r356758/

Log:
  - Fix plist files referencing stagedir by adding USE_PERL+=fixpacklist
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/databases/rrdtool12/Makefile
  head/databases/rrdtool12/pkg-plist

Modified: head/databases/rrdtool12/Makefile
==============================================================================
--- head/databases/rrdtool12/Makefile	Fri Jun  6 10:09:05 2014	(r356757)
+++ head/databases/rrdtool12/Makefile	Fri Jun  6 10:11:58 2014	(r356758)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rrdtool
 PORTVERSION=	1.2.30
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	databases graphics
 MASTER_SITES=	http://oss.oetiker.ch/rrdtool/pub/
 PKGNAMESUFFIX=	12
@@ -17,10 +17,9 @@ LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/
 
 CONFLICTS=	rrdtool10-* rrdtool-1.*
 
-USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake libtool
 
 CONFIGURE_ARGS=	--disable-tcl
 
@@ -53,6 +52,7 @@ PLIST_SUB+=	WITH_RUBY="@comment "
 
 .if ${PORT_OPTIONS:MPERL}
 USES+=		perl5
+USE_PERL5=	run build fixpacklist
 CONFIGURE_ARGS+=	--enable-perl --enable-perl-site-install
 PLIST_SUB+=	WITH_PERL=""
 .else

Modified: head/databases/rrdtool12/pkg-plist
==============================================================================
--- head/databases/rrdtool12/pkg-plist	Fri Jun  6 10:09:05 2014	(r356757)
+++ head/databases/rrdtool12/pkg-plist	Fri Jun  6 10:11:58 2014	(r356758)
@@ -2,13 +2,13 @@ bin/rrdtool
 bin/rrdcgi
 bin/rrdupdate
 lib/librrd.a
-lib/librrd.la
 lib/librrd.so
 lib/librrd.so.2
+lib/librrd.so.2.0.15
 lib/librrd_th.a
-lib/librrd_th.la
 lib/librrd_th.so
 lib/librrd_th.so.2
+lib/librrd_th.so.2.0.13
 include/rrd.h
 man/man1/bin_dec_hex.1.gz
 man/man1/cdeftutorial.1.gz


More information about the svn-ports-head mailing list