Tue Mar 31 15:22:40 2015 UTC ()
Don't specify scheduling goals. Honour whatever the user sets.


(joerg)
diff -r1.17 -r1.18 pkgsrc/emulators/hercules/distinfo
diff -r1.1 -r1.2 pkgsrc/emulators/hercules/patches/patch-configure.ac

cvs diff -r1.17 -r1.18 pkgsrc/emulators/hercules/distinfo (expand / switch to unified diff)

--- pkgsrc/emulators/hercules/distinfo 2015/03/24 15:04:11 1.17
+++ pkgsrc/emulators/hercules/distinfo 2015/03/31 15:22:40 1.18
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1$NetBSD: distinfo,v 1.17 2015/03/24 15:04:11 ryoon Exp $ 1$NetBSD: distinfo,v 1.18 2015/03/31 15:22:40 joerg Exp $
2 2
3SHA1 (hercules-3.11.tar.gz) = f846995600e1be3f851790afa1e3e0f47e59f21a 3SHA1 (hercules-3.11.tar.gz) = f846995600e1be3f851790afa1e3e0f47e59f21a
4RMD160 (hercules-3.11.tar.gz) = 759799fb17e344fd3db7ad9e55473ce0580ea415 4RMD160 (hercules-3.11.tar.gz) = 759799fb17e344fd3db7ad9e55473ce0580ea415
5Size (hercules-3.11.tar.gz) = 2623956 bytes 5Size (hercules-3.11.tar.gz) = 2623956 bytes
6SHA1 (patch-Makefile.in) = 16a9b4e47456b789a906f03c942d4e683f18b87a 6SHA1 (patch-Makefile.in) = 16a9b4e47456b789a906f03c942d4e683f18b87a
7SHA1 (patch-autoconf_libtool.m4) = 713bc12bfd176e908fc01b401ee0163660f20da8 7SHA1 (patch-autoconf_libtool.m4) = 713bc12bfd176e908fc01b401ee0163660f20da8
8SHA1 (patch-configure.ac) = 655e738191adcc79d509592c06089305ae743024 8SHA1 (patch-configure.ac) = 945119267aceba66bc82b2192fb6785f09be1bdb
9SHA1 (patch-crypto_Makefile.in) = 0e9fa3ce7e2f629d9eaed21dcfe7625087f7103b 9SHA1 (patch-crypto_Makefile.in) = 0e9fa3ce7e2f629d9eaed21dcfe7625087f7103b
10SHA1 (patch-decNumber_Makefile.in) = 98228044642007e894fde580e010c6da874454af 10SHA1 (patch-decNumber_Makefile.in) = 98228044642007e894fde580e010c6da874454af
11SHA1 (patch-hercifc.h) = 29674ad8f23f69032248098647811e30438c2e98 11SHA1 (patch-hercifc.h) = 29674ad8f23f69032248098647811e30438c2e98
12SHA1 (patch-hostopts.h) = f99dbfa7aed8b9e72ec82f32615ac4e3d1900ef9 12SHA1 (patch-hostopts.h) = f99dbfa7aed8b9e72ec82f32615ac4e3d1900ef9
13SHA1 (patch-hstructs.h) = 040561caac5fa52db26c9dad064ef6a41a23e0d2 13SHA1 (patch-hstructs.h) = 040561caac5fa52db26c9dad064ef6a41a23e0d2
14SHA1 (patch-htypes.h) = a3d53bd1d1c7633993b39e34b7c091d036a01816 14SHA1 (patch-htypes.h) = a3d53bd1d1c7633993b39e34b7c091d036a01816
15SHA1 (patch-scsitape.c) = 13bd1172b5d688ee56c473a1236894d7c5961c71 15SHA1 (patch-scsitape.c) = 13bd1172b5d688ee56c473a1236894d7c5961c71
16SHA1 (patch-tapecopy.c) = c2ef850430f37ae7151985cd7881e6861b5dc538 16SHA1 (patch-tapecopy.c) = c2ef850430f37ae7151985cd7881e6861b5dc538

cvs diff -r1.1 -r1.2 pkgsrc/emulators/hercules/patches/patch-configure.ac (expand / switch to unified diff)

--- pkgsrc/emulators/hercules/patches/patch-configure.ac 2012/03/25 05:27:43 1.1
+++ pkgsrc/emulators/hercules/patches/patch-configure.ac 2015/03/31 15:22:40 1.2
@@ -1,22 +1,31 @@ @@ -1,22 +1,31 @@
1$NetBSD: patch-configure.ac,v 1.1 2012/03/25 05:27:43 ryoon Exp $ 1$NetBSD: patch-configure.ac,v 1.2 2015/03/31 15:22:40 joerg Exp $
2 2
3--- configure.ac.orig 2010-03-07 12:22:36.000000000 +0000 3--- configure.ac.orig 2010-03-07 12:22:36.000000000 +0000
4+++ configure.ac 4+++ configure.ac
5@@ -320,7 +320,7 @@ case "$host_os" in 5@@ -320,7 +320,7 @@ case "$host_os" in
6 fi 6 fi
7 ;; 7 ;;
8  8
9- *bsd*) 9- *bsd*)
10+ *bsd* | dragonfly*) 10+ *bsd* | dragonfly*)
11 hc_cv_is_nix=yes 11 hc_cv_is_nix=yes
12 hc_cv_is_windows=no 12 hc_cv_is_windows=no
13 hc_cv_is_mingw32=no 13 hc_cv_is_mingw32=no
14@@ -558,7 +558,7 @@ AC_CHECK_DECLS( SIOCADDRT, [h 14@@ -558,7 +558,7 @@ AC_CHECK_DECLS( SIOCADDRT, [h
15 AC_CHECK_DECLS( SIOCDELRT, [hc_cv_have_siocdelrt=yes], [hc_cv_have_siocdelrt=no], [#include <linux/sockios.h>] ) 15 AC_CHECK_DECLS( SIOCDELRT, [hc_cv_have_siocdelrt=yes], [hc_cv_have_siocdelrt=no], [#include <linux/sockios.h>] )
16 AC_CHECK_DECLS( SIOCDIFADDR, [hc_cv_have_siocdifaddr=yes], [hc_cv_have_siocdifaddr=no], [#include <linux/sockios.h>] ) 16 AC_CHECK_DECLS( SIOCDIFADDR, [hc_cv_have_siocdifaddr=yes], [hc_cv_have_siocdifaddr=no], [#include <linux/sockios.h>] )
17  17
18-if test "$hc_cv_have_sys_mtio_h" == "yes"; then 18-if test "$hc_cv_have_sys_mtio_h" == "yes"; then
19+if test "$hc_cv_have_sys_mtio_h" = "yes"; then 19+if test "$hc_cv_have_sys_mtio_h" = "yes"; then
20 AC_CHECK_DECLS( MTEWARN, [hc_cv_have_mtewarn=yes], [hc_cv_have_mtewarn=no], [#include <sys/mtio.h>] ) 20 AC_CHECK_DECLS( MTEWARN, [hc_cv_have_mtewarn=yes], [hc_cv_have_mtewarn=no], [#include <sys/mtio.h>] )
21 else 21 else
22 hc_cv_have_mtewarn=no 22 hc_cv_have_mtewarn=no
 23@@ -1749,7 +1749,7 @@ if test "$hc_cv_auto_optimize" = "yes";
 24 xscale-yes|arm*-yes)
 25
 26 hc_cv_is_intel_x86_arch=no
 27- hc_cv_optimization_flags="$hc_cv_optimization_flags -mcpu=$host_cpu -mtune=$host_cpu -frename-registers"
 28+ hc_cv_optimization_flags="$hc_cv_optimization_flags -frename-registers"
 29 ;;
 30 esac
 31 if test "$hc_cv_is_intel_x86_arch" = "yes"; then