diff options
author | hasso <hasso@pkgsrc.org> | 2009-07-12 22:10:59 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-07-12 22:10:59 +0000 |
commit | 07fd19d7051b0d8b4f11b115cd64d3c5b75d294a (patch) | |
tree | 3829d77f583b94c948bab401e1dc5b84afc693c0 /emulators | |
parent | 87f0e47fdbee5d9e9e20abe9c0e3ef995458a777 (diff) | |
download | pkgsrc-07fd19d7051b0d8b4f11b115cd64d3c5b75d294a.tar.gz |
Fix install paths for platforms other than NetBSD. Bump PKGREVISION.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 4 | ||||
-rw-r--r-- | emulators/vice/distinfo | 3 | ||||
-rw-r--r-- | emulators/vice/patches/patch-ab | 46 |
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 + + |