pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/vice Fix install paths for platforms other t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90b32ce62c41
branches:  trunk
changeset: 395787:90b32ce62c41
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Sun Jul 12 22:10:59 2009 +0000

description:
Fix install paths for platforms other than NetBSD. Bump PKGREVISION.

diffstat:

 emulators/vice/Makefile         |   4 +-
 emulators/vice/distinfo         |   3 +-
 emulators/vice/patches/patch-ab |  46 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 50 insertions(+), 3 deletions(-)

diffs (77 lines):

diff -r 71026df85943 -r 90b32ce62c41 emulators/vice/Makefile
--- a/emulators/vice/Makefile   Sun Jul 12 21:37:23 2009 +0000
+++ b/emulators/vice/Makefile   Sun Jul 12 22:10:59 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.80 2009/05/20 00:58:15 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2009/07/12 22:10:59 hasso Exp $
 #
 
 DISTNAME=              vice-1.22
-PKGREVISION=           5
+PKGREVISION=           6
 CATEGORIES=            emulators
 MASTER_SITES=          ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ \
                        http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/
diff -r 71026df85943 -r 90b32ce62c41 emulators/vice/distinfo
--- a/emulators/vice/distinfo   Sun Jul 12 21:37:23 2009 +0000
+++ b/emulators/vice/distinfo   Sun Jul 12 22:10:59 2009 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.32 2008/06/20 01:09:18 joerg Exp $
+$NetBSD: distinfo,v 1.33 2009/07/12 22:10:59 hasso Exp $
 
 SHA1 (vice-1.22.tar.gz) = 55e0047824f64173539e03ddd2d5ab51cd581fbb
 RMD160 (vice-1.22.tar.gz) = ca93fc424e617e38f27e288ebcdfbab2aa3659db
 Size (vice-1.22.tar.gz) = 6088483 bytes
 SHA1 (patch-aa) = 16bc2420025494bee1eb6ed64c7b746f001406f7
+SHA1 (patch-ab) = 5c480e693b3ba16d36d740d1ba56c85553d2665b
 SHA1 (patch-af) = 524913b7bc753dafde909bb26ace8f0500be14d5
diff -r 71026df85943 -r 90b32ce62c41 emulators/vice/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/vice/patches/patch-ab   Sun Jul 12 22:10:59 2009 +0000
@@ -0,0 +1,46 @@
+$NetBSD: patch-ab,v 1.9 2009/07/12 22:10:59 hasso Exp $
+
+--- configure.orig     2009-07-12 21:48:36 +0300
++++ configure  2009-07-12 21:49:57 +0300
+@@ -27831,7 +27831,7 @@ _ACEOF
+ 
+ 
+ case "$host_os" in
+-  netbsd*)
++  *)
+     VICEDIR="$PREFIX/share/vice";
+ 
+ 
+@@ -27844,32 +27844,6 @@ else
+ fi
+ 
+     ;;
+-  freebsd*)
+-    VICEDIR="$PREFIX/lib/vice";
+-
+-
+-if true; then
+-  ALTERNATE_DOCDIR_TRUE=
+-  ALTERNATE_DOCDIR_FALSE='#'
+-else
+-  ALTERNATE_DOCDIR_TRUE='#'
+-  ALTERNATE_DOCDIR_FALSE=
+-fi
+-
+-    ;;
+-  *)
+-    VICEDIR="$PREFIX/lib/vice";
+-
+-
+-if false; then
+-  ALTERNATE_DOCDIR_TRUE=
+-  ALTERNATE_DOCDIR_FALSE='#'
+-else
+-  ALTERNATE_DOCDIR_TRUE='#'
+-  ALTERNATE_DOCDIR_FALSE=
+-fi
+-
+-    ;;
+ esac
+ 
+ 



Home | Main Index | Thread Index | Old Index