pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/samba Strip binaries on install
details: https://anonhg.NetBSD.org/pkgsrc/rev/2cc46c23237d
branches: trunk
changeset: 480577:2cc46c23237d
user: adam <adam%pkgsrc.org@localhost>
date: Wed Sep 15 08:51:29 2004 +0000
description:
Strip binaries on install
diffstat:
net/samba/distinfo | 3 ++-
net/samba/patches/patch-ab | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r f69fca052286 -r 2cc46c23237d net/samba/distinfo
--- a/net/samba/distinfo Wed Sep 15 08:11:37 2004 +0000
+++ b/net/samba/distinfo Wed Sep 15 08:51:29 2004 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.35 2004/09/14 17:18:06 jlam Exp $
+$NetBSD: distinfo,v 1.36 2004/09/15 08:51:29 adam Exp $
SHA1 (samba-3.0.7.tar.gz) = 7eff8b831e49bbed2cebfc368af55715c7abf635
Size (samba-3.0.7.tar.gz) = 15012667 bytes
+SHA1 (patch-ab) = c5f352a07774b8e2873c2ac3b3de3ba4cb12bf5e
SHA1 (patch-ac) = fc0d15f371a9c3544499f6a6cd830b52b34ff644
SHA1 (patch-ad) = b75770eb6fc7ff5d26764fced83e26fd6cf153af
SHA1 (patch-ae) = cf3a040f04142df534abe54b66156a48697b665d
diff -r f69fca052286 -r 2cc46c23237d net/samba/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/samba/patches/patch-ab Wed Sep 15 08:51:29 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.23 2004/09/15 08:51:44 adam Exp $
+
+--- script/installbin.sh.orig 2004-09-15 10:28:42.000000000 +0000
++++ script/installbin.sh
+@@ -22,6 +22,7 @@ for p in $*; do
+ fi
+ cp $p $BINDIR/
+ chmod $INSTALLPERMS $BINDIR/$p2
++ strip $BINDIR/$p2
+
+ # this is a special case, mount needs this in a specific location
+ if [ $p2 = smbmount ]; then
Home |
Main Index |
Thread Index |
Old Index