mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 2.3.0.
This commit is contained in:
parent
e98b89dcef
commit
59613eb578
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209844
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= torque
|
||||
PORTVERSION= 2.2.1
|
||||
PORTVERSION= 2.3.0
|
||||
CATEGORIES= sysutils parallel
|
||||
MASTER_SITES= http://www.clusterresources.com/downloads/torque/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (torque-2.2.1.tar.gz) = 4eebd8714435b52041ea99cc1a8beb03
|
||||
SHA256 (torque-2.2.1.tar.gz) = 6d2674d471e300df6ebda56ef80c2a7be0de33fc619f98ee78eee69af1d179b8
|
||||
SIZE (torque-2.2.1.tar.gz) = 5370260
|
||||
MD5 (torque-2.3.0.tar.gz) = 4238c57d57871614fc341816240977b1
|
||||
SHA256 (torque-2.3.0.tar.gz) = eb5e694b6acdfe84249dfdf71552cb38d26e29fcda7ba09574b041e06290ec57
|
||||
SIZE (torque-2.3.0.tar.gz) = 5419629
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- buildutils/pbs_mach_type.orig Thu Nov 2 22:46:01 2006
|
||||
+++ buildutils/pbs_mach_type Thu Nov 2 22:46:12 2006
|
||||
@@ -145,7 +145,7 @@
|
||||
netbsd*) mach=netbsd ;;
|
||||
|
||||
freebsd*) case "$REL" in
|
||||
- [56]*) mach=freebsd5 ;;
|
||||
+ [567]*) mach=freebsd5 ;;
|
||||
*) mach=freebsd ;;
|
||||
esac ;;
|
||||
|
@ -1,11 +1,22 @@
|
||||
--- configure.orig 2007-10-28 11:47:59.000000000 +0100
|
||||
+++ configure 2007-10-28 11:48:08.000000000 +0100
|
||||
@@ -19076,7 +19076,7 @@
|
||||
--- configure.orig 2008-03-10 17:19:28.000000000 +0100
|
||||
+++ configure 2008-03-18 08:11:50.000000000 +0100
|
||||
@@ -20765,8 +20765,8 @@
|
||||
else
|
||||
echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6
|
||||
- echo "$as_me:$LINENO: checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror" >&5
|
||||
-echo $ECHO_N "checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror... $ECHO_C" >&6
|
||||
+ echo "$as_me:$LINENO: checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic" >&5
|
||||
+echo $ECHO_N "checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic... $ECHO_C" >&6
|
||||
if test "${ac_cv_cflags_gcc_option__W__Wall__Wno_unused_parameter__Wno_long_long__pedantic__Werror+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@@ -20780,7 +20780,7 @@
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
|
||||
-gcc_warning_flags="-W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror"
|
||||
+gcc_warning_flags="-W -Wall -Wno-unused-parameter -Wno-long-long -pedantic"
|
||||
# Check whether --enable-gcc_warnings or --disable-gcc_warnings was given.
|
||||
if test "${enable_gcc_warnings+set}" = set; then
|
||||
enableval="$enable_gcc_warnings"
|
||||
ac_save_CFLAGS="$CFLAGS"
|
||||
-for ac_arg in "-pedantic -Werror % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror" "-pedantic % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror %% no, obsolete" #
|
||||
+for ac_arg in "-pedantic % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic" "-pedantic % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic %% no, obsolete" #
|
||||
do CFLAGS="$ac_save_CFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
|
@ -46,6 +46,7 @@ bin/qnodes
|
||||
sbin/qserverd
|
||||
sbin/qschedd
|
||||
sbin/qnoded
|
||||
bin/printserverdb
|
||||
%%EXAMPLESDIR%%/torque.setup
|
||||
%%EXAMPLESDIR%%/var/spool/torque/pbs_environment
|
||||
%%EXAMPLESDIR%%/var/spool/torque/server_name
|
||||
|
Loading…
Reference in New Issue
Block a user