diff options
author | tijl <tijl@FreeBSD.org> | 2014-10-03 09:20:47 +0000 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-10-03 09:20:47 +0000 |
commit | 5f49db996caff5b111ace58af16dba729c88cee9 (patch) | |
tree | 9755817f99b077558d46d91a3f5c706619d69854 | |
parent | 94f362fc15f3795724daf5847588ec7e679e84cf (diff) | |
download | FreeBSD-ports-5f49db996caff5b111ace58af16dba729c88cee9.zip FreeBSD-ports-5f49db996caff5b111ace58af16dba729c88cee9.tar.gz |
Complete USES=libtool conversion
-rw-r--r-- | sysutils/torque/Makefile | 2 | ||||
-rw-r--r-- | sysutils/torque/files/patch-configure | 13 | ||||
-rw-r--r-- | sysutils/torque/pkg-plist | 1 |
3 files changed, 2 insertions, 14 deletions
diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile index f0d8fd6..2589869 100644 --- a/sysutils/torque/Makefile +++ b/sysutils/torque/Makefile @@ -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 computing resource manager based on PBS FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} USES= gmake perl5 libtool -USE_AUTOTOOLS= libtoolize GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-syslog \ --disable-spool diff --git a/sysutils/torque/files/patch-configure b/sysutils/torque/files/patch-configure index 324c2c9..4c3cc46 100644 --- a/sysutils/torque/files/patch-configure +++ b/sysutils/torque/files/patch-configure @@ -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 diff --git a/sysutils/torque/pkg-plist b/sysutils/torque/pkg-plist index 8c755bb..b8873a4 100644 --- a/sysutils/torque/pkg-plist +++ b/sysutils/torque/pkg-plist @@ -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 |