Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2014 19:23:28 +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: r367305 - head/graphics/plotutils
Message-ID:  <201409041923.s84JNSZj002216@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep  4 19:23:27 2014
New Revision: 367305
URL: http://svnweb.freebsd.org/changeset/ports/367305
QAT: https://qat.redports.org/buildarchive/r367305/

Log:
  - Drop .la files, no dependees require them
  
  Approved by:	portmgr blanket

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

Modified: head/graphics/plotutils/Makefile
==============================================================================
--- head/graphics/plotutils/Makefile	Thu Sep  4 18:43:58 2014	(r367304)
+++ head/graphics/plotutils/Makefile	Thu Sep  4 19:23:27 2014	(r367305)
@@ -3,7 +3,7 @@
 
 PORTNAME=	plotutils
 PORTVERSION=	2.6
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GNU
@@ -13,7 +13,7 @@ COMMENT=	Plotting library and toolkit
 
 LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
-USES=		gmake motif libtool:keepla	# parallel builds are broken with bmake(1)
+USES=		gmake motif libtool	# 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	Thu Sep  4 18:43:58 2014	(r367304)
+++ head/graphics/plotutils/pkg-plist	Thu Sep  4 19:23:27 2014	(r367305)
@@ -12,17 +12,14 @@ include/plotcompat.h
 include/plotter.h
 include/xmi.h
 lib/libplot.a
-lib/libplot.la
 lib/libplot.so
 lib/libplot.so.2
 lib/libplot.so.2.2.4
 lib/libplotter.a
-lib/libplotter.la
 lib/libplotter.so
 lib/libplotter.so.2
 lib/libplotter.so.2.2.4
 lib/libxmi.a
-lib/libxmi.la
 lib/libxmi.so
 lib/libxmi.so.0
 lib/libxmi.so.0.1.3



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