From owner-svn-ports-all@FreeBSD.ORG Sat May 10 21:07:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8EDDDEBA; Sat, 10 May 2014 21:07:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C0FAA73; Sat, 10 May 2014 21:07:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4AL7iCb041482; Sat, 10 May 2014 21:07:44 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4AL7iLg041480; Sat, 10 May 2014 21:07:44 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201405102107.s4AL7iLg041480@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Sat, 10 May 2014 21:07:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353604 - head/graphics/plotutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 21:07:44 -0000 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