summaryrefslogtreecommitdiff
path: root/emulators/pcemu
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-22 00:59:45 +0000
committerrillig <rillig@pkgsrc.org>2006-10-22 00:59:45 +0000
commit704aaeef625848208d9412d136ef5acca8ce169c (patch)
tree597f3cfe5a5f72778f6b2a7fe695fdfded462772 /emulators/pcemu
parent212ec91f009090f5ee09166d952276b23611cdba (diff)
downloadpkgsrc-704aaeef625848208d9412d136ef5acca8ce169c.tar.gz
Fixed the ownership of the installed files to allow installation by
unprivileged users.
Diffstat (limited to 'emulators/pcemu')
-rw-r--r--emulators/pcemu/distinfo4
-rw-r--r--emulators/pcemu/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/pcemu/distinfo b/emulators/pcemu/distinfo
index 3273f9d8f11..501c085fc1d 100644
--- a/emulators/pcemu/distinfo
+++ b/emulators/pcemu/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2006/01/12 19:48:02 joerg Exp $
+$NetBSD: distinfo,v 1.9 2006/10/22 00:59:45 rillig Exp $
SHA1 (pcemu1.01alpha.tar.gz) = 4c0cf9b3b197e890fbc85dc85ca0d7c75eb145b3
RMD160 (pcemu1.01alpha.tar.gz) = 2eb3ba91138d08946728a6dc1dee6482416c3a01
Size (pcemu1.01alpha.tar.gz) = 316257 bytes
-SHA1 (patch-aa) = f53e918695b8929688b375c1af6f003b02ffa4ca
+SHA1 (patch-aa) = 44a677c1cd283817c0a8cd5373b601f41699f40e
SHA1 (patch-ab) = 6636736f76b956a2beb6490785b63f4a131c9c25
SHA1 (patch-ac) = c2d7971e269305db2e2a9a487cb3169ecb259173
SHA1 (patch-ad) = 5b4c50d591eb5060276015e8b178475de38293fd
diff --git a/emulators/pcemu/patches/patch-aa b/emulators/pcemu/patches/patch-aa
index 8a8af3f22ff..4285570fa35 100644
--- a/emulators/pcemu/patches/patch-aa
+++ b/emulators/pcemu/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2000/09/24 19:29:56 hubertf Exp $
+$NetBSD: patch-aa,v 1.4 2006/10/22 00:59:45 rillig Exp $
--- Makefile.orig Wed Jun 22 10:29:06 1994
+++ Makefile
@@ -43,7 +43,7 @@ $NetBSD: patch-aa,v 1.3 2000/09/24 19:29:56 hubertf Exp $
+ ${LOCALPREFIX}/lib/pcemu/font \
+ ${LOCALPREFIX}/lib/pcemu/C \
+ ${LOCALPREFIX}/bin
-+ install -c -s -o bin -g bin pcemu ${LOCALPREFIX}/bin/
++ install -c -s pcemu ${LOCALPREFIX}/bin/
+ install -c -m 666 bootstrap/display.bin \
+ ${LOCALPREFIX}/lib/pcemu/DriveA
+ install -c -m 644 BUGS CHANGES README TODO bootstrap/README.BSD \