pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/vice



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jun 17 14:12:18 UTC 2019

Modified Files:
        pkgsrc/emulators/vice: distinfo
        pkgsrc/emulators/vice/patches: patch-configure

Log Message:
vice: Fix configure with GNU_CONFIGURE_STRICT.

This was causing the build to fail.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/emulators/vice/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/vice/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/vice/distinfo
diff -u pkgsrc/emulators/vice/distinfo:1.46 pkgsrc/emulators/vice/distinfo:1.47
--- pkgsrc/emulators/vice/distinfo:1.46 Mon Dec 31 15:38:55 2018
+++ pkgsrc/emulators/vice/distinfo      Mon Jun 17 14:12:18 2019
@@ -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

Index: pkgsrc/emulators/vice/patches/patch-configure
diff -u pkgsrc/emulators/vice/patches/patch-configure:1.2 pkgsrc/emulators/vice/patches/patch-configure:1.3
--- pkgsrc/emulators/vice/patches/patch-configure:1.2   Mon Dec 31 15:38:55 2018
+++ pkgsrc/emulators/vice/patches/patch-configure       Mon Jun 17 14:12:18 2019
@@ -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 @@ $NetBSD: patch-configure,v 1.2 2018/12/3
  
  
  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 @@ $NetBSD: patch-configure,v 1.2 2018/12/3
      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