summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorhasso <hasso>2009-07-12 22:10:59 +0000
committerhasso <hasso>2009-07-12 22:10:59 +0000
commit78d514f64e7fd02b39c56f7c50633c0f540cdc5b (patch)
tree3829d77f583b94c948bab401e1dc5b84afc693c0 /emulators
parent3864cadd35dab225e31c37dfdc5244c22ad166a1 (diff)
downloadpkgsrc-78d514f64e7fd02b39c56f7c50633c0f540cdc5b.tar.gz
Fix install paths for platforms other than NetBSD. Bump PKGREVISION.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vice/Makefile4
-rw-r--r--emulators/vice/distinfo3
-rw-r--r--emulators/vice/patches/patch-ab46
3 files changed, 50 insertions, 3 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index f71713e0070..5a3b5849056 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -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 --git a/emulators/vice/distinfo b/emulators/vice/distinfo
index f147091864d..f044cf69af1 100644
--- a/emulators/vice/distinfo
+++ b/emulators/vice/distinfo
@@ -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 --git a/emulators/vice/patches/patch-ab b/emulators/vice/patches/patch-ab
new file mode 100644
index 00000000000..d9b7b0c6581
--- /dev/null
+++ b/emulators/vice/patches/patch-ab
@@ -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
+
+