pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/pcemu Fixed the ownership of the installed f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7378580720e
branches:  trunk
changeset: 520460:b7378580720e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 22 00:59:45 2006 +0000

description:
Fixed the ownership of the installed files to allow installation by
unprivileged users.

diffstat:

 emulators/pcemu/distinfo         |  4 ++--
 emulators/pcemu/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r bf61ed623040 -r b7378580720e emulators/pcemu/distinfo
--- a/emulators/pcemu/distinfo  Sun Oct 22 00:35:26 2006 +0000
+++ b/emulators/pcemu/distinfo  Sun Oct 22 00:59:45 2006 +0000
@@ -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 -r bf61ed623040 -r b7378580720e emulators/pcemu/patches/patch-aa
--- a/emulators/pcemu/patches/patch-aa  Sun Oct 22 00:35:26 2006 +0000
+++ b/emulators/pcemu/patches/patch-aa  Sun Oct 22 00:59:45 2006 +0000
@@ -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 @@
 +              ${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     \



Home | Main Index | Thread Index | Old Index