svn commit: r353604 - head/graphics/plotutils

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat May 10 21:07:44 UTC 2014


Author: stephen
Date: Sat May 10 21:07:43 2014
New Revision: 353604
URL: http://svnweb.freebsd.org/changeset/ports/353604
QAT: https://qat.redports.org/buildarchive/r353604/

Log:
  - Change AUTOTOOLS=libtool to USES=libtool:keepla.
  - Bump portrevision.
  
  Reference:	http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html

Modified:
  head/graphics/plotutils/Makefile
  head/graphics/plotutils/pkg-plist

Modified: head/graphics/plotutils/Makefile
==============================================================================
--- head/graphics/plotutils/Makefile	Sat May 10 21:06:22 2014	(r353603)
+++ head/graphics/plotutils/Makefile	Sat May 10 21:07:43 2014	(r353604)
@@ -3,7 +3,7 @@
 
 PORTNAME=	plotutils
 PORTVERSION=	2.6
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GNU
@@ -13,8 +13,8 @@ COMMENT=	Plotting library and toolkit
 
 LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
-USES=		gmake motif	# parallel builds are broken with bmake(1)
-USE_AUTOTOOLS=	libtool
+USES=		gmake motif libtool:keepla	# parallel builds are broken with bmake(1)
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-libplotter --enable-libxmi --with-motif
 USE_LDCONFIG=	yes
 

Modified: head/graphics/plotutils/pkg-plist
==============================================================================
--- head/graphics/plotutils/pkg-plist	Sat May 10 21:06:22 2014	(r353603)
+++ head/graphics/plotutils/pkg-plist	Sat May 10 21:07:43 2014	(r353604)
@@ -14,15 +14,18 @@ include/xmi.h
 lib/libplot.a
 lib/libplot.la
 lib/libplot.so
-lib/libplot.so.4
+lib/libplot.so.2
+lib/libplot.so.2.2.4
 lib/libplotter.a
 lib/libplotter.la
 lib/libplotter.so
-lib/libplotter.so.4
+lib/libplotter.so.2
+lib/libplotter.so.2.2.4
 lib/libxmi.a
 lib/libxmi.la
 lib/libxmi.so
-lib/libxmi.so.1
+lib/libxmi.so.0
+lib/libxmi.so.0.1.3
 man/man1/ode.1.gz
 man/man1/plot.1.gz
 man/man1/plotfont.1.gz


More information about the svn-ports-all mailing list