pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/vice vice: Fix configure with GNU_CONFIGURE_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47e61f354cca
branches:  trunk
changeset: 335298:47e61f354cca
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jun 17 14:12:18 2019 +0000

description:
vice: Fix configure with GNU_CONFIGURE_STRICT.

This was causing the build to fail.

diffstat:

 emulators/vice/distinfo                |   4 ++--
 emulators/vice/patches/patch-configure |  21 +++++++++++++++++----
 2 files changed, 19 insertions(+), 6 deletions(-)

diffs (62 lines):

diff -r 5fdb46f139a5 -r 47e61f354cca emulators/vice/distinfo
--- a/emulators/vice/distinfo   Mon Jun 17 14:08:30 2019 +0000
+++ b/emulators/vice/distinfo   Mon Jun 17 14:12:18 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.46 2018/12/31 15:38:55 rhialto Exp $
+$NetBSD: distinfo,v 1.47 2019/06/17 14:12:18 nia Exp $
 
 SHA1 (vice-3.3.tar.gz) = 55a34feb29955da40067ee5a5171278ed0191c93
 RMD160 (vice-3.3.tar.gz) = 7b014f2b3ed1287e74ba93c1e30a547fe40582ce
 SHA512 (vice-3.3.tar.gz) = 702942e33b6e3d7e29ca6ed483242319ed5f6be26831def88a282cf7dce25d4c34dbf3651fcf8b583492fcb280ce5f4304c6eda3712088a73db24772c7a2bb3a
 Size (vice-3.3.tar.gz) = 22742913 bytes
-SHA1 (patch-configure) = fd17525277067aa8aee3e2ea85d4c59c7f52a969
+SHA1 (patch-configure) = df3517e6cb5c9b4a28fad4d9074b74cfae9d5d0b
 SHA1 (patch-data_fonts_Makefile.in) = ed5b427acb6c6a20ff9e69fa9863b108e1d1675d
diff -r 5fdb46f139a5 -r 47e61f354cca emulators/vice/patches/patch-configure
--- a/emulators/vice/patches/patch-configure    Mon Jun 17 14:08:30 2019 +0000
+++ b/emulators/vice/patches/patch-configure    Mon Jun 17 14:12:18 2019 +0000
@@ -1,11 +1,24 @@
-$NetBSD: patch-configure,v 1.2 2018/12/31 15:38:55 rhialto Exp $
+$NetBSD: patch-configure,v 1.3 2019/06/17 14:12:18 nia Exp $
 
 1. Use the NetBSD configuration for every OS since the PLIST is
    hardcoded for that.  Should fix every non-NetBSD platform.
 
+2. Ignore the option --enable-option-checking instead of erroring,
+   it's the default anyway.
+
 --- configure.orig     2018-12-19 21:25:02.000000000 +0000
 +++ configure
-@@ -8782,34 +8782,6 @@ case "$host_os" in
+@@ -3300,6 +3300,9 @@ for argcheck in $@
+ do
+   argvalid=yes
+   case $argcheck in
++    --enable-option-checking=*)
++      argvalid=yes
++      ;;
+     --enable-arch=*)
+       argvalid=yes
+       ;;
+@@ -8782,34 +8785,6 @@ case "$host_os" in
  esac
  
  
@@ -40,7 +53,7 @@
  
  
  if test x"$enable_shared_ffmpeg" = "xyes" -o x"$enable_static_ffmpeg" = "xyes"; then
-@@ -21894,7 +21866,7 @@ _ACEOF
+@@ -21894,7 +21869,7 @@ _ACEOF
  
  
  case "$host_os" in
@@ -49,7 +62,7 @@
      VICEDIR="$PREFIX/share/vice"
       if true; then
    ALTERNATE_DOCDIR_TRUE=
-@@ -21905,51 +21877,6 @@ else
+@@ -21905,51 +21880,6 @@ else
  fi
  
      ;;



Home | Main Index | Thread Index | Old Index