Date: Fri, 3 Oct 2014 09:20:48 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369879 - in head/sysutils/torque: . files Message-ID: <201410030920.s939KmZ7052664@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Fri Oct 3 09:20:47 2014 New Revision: 369879 URL: https://svnweb.freebsd.org/changeset/ports/369879 QAT: https://qat.redports.org/buildarchive/r369879/ Log: Complete USES=libtool conversion Modified: head/sysutils/torque/Makefile head/sysutils/torque/files/patch-configure head/sysutils/torque/pkg-plist Modified: head/sysutils/torque/Makefile ============================================================================== --- head/sysutils/torque/Makefile Fri Oct 3 08:38:38 2014 (r369878) +++ head/sysutils/torque/Makefile Fri Oct 3 09:20:47 2014 (r369879) @@ -3,6 +3,7 @@ PORTNAME= torque PORTVERSION= 2.5.13 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils parallel MASTER_SITES= http://www.adaptivecomputing.com/index.php?wpfb_dl=1643/ @@ -12,7 +13,6 @@ COMMENT= Open source distributed computi FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} USES= gmake perl5 libtool -USE_AUTOTOOLS= libtoolize GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-syslog \ --disable-spool Modified: head/sysutils/torque/files/patch-configure ============================================================================== --- head/sysutils/torque/files/patch-configure Fri Oct 3 08:38:38 2014 (r369878) +++ head/sysutils/torque/files/patch-configure Fri Oct 3 09:20:47 2014 (r369879) @@ -1,18 +1,5 @@ --- configure.orig 2012-04-13 23:06:17.000000000 +0200 +++ configure 2013-04-12 13:23:42.785303064 +0200 -@@ -19730,10 +19730,10 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS=" %%LOCALBASE%%/share/libtool/config/ltmain.sh" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='$(SHELL) %%LOCALBASE%%/bin/libtool' - - # Prevent multiple expansion - @@ -20294,8 +20294,8 @@ else echo "$as_me:$LINENO: result: yes" >&5 Modified: head/sysutils/torque/pkg-plist ============================================================================== --- head/sysutils/torque/pkg-plist Fri Oct 3 08:38:38 2014 (r369878) +++ head/sysutils/torque/pkg-plist Fri Oct 3 09:20:47 2014 (r369879) @@ -43,6 +43,7 @@ include/tm_.h lib/libtorque.a lib/libtorque.so lib/libtorque.so.2 +lib/libtorque.so.2.0.0 man/man1/basl2c.1.gz man/man1/nqs2pbs.1.gz man/man1/pbs.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410030920.s939KmZ7052664>