summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authoradam <adam>2004-09-15 08:51:29 +0000
committeradam <adam>2004-09-15 08:51:29 +0000
commit9099b6ca90de4fa6482f55da956e3ae63b34ea56 (patch)
tree936171335726966538ae089a6abe1750ba6b4915 /net/samba
parentd76d011a7fb3fb4851bf133e042f5b1bba610519 (diff)
downloadpkgsrc-9099b6ca90de4fa6482f55da956e3ae63b34ea56.tar.gz
Strip binaries on install
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/distinfo3
-rw-r--r--net/samba/patches/patch-ab12
2 files changed, 14 insertions, 1 deletions
diff --git a/net/samba/distinfo b/net/samba/distinfo
index 32d6922a23a..0d3e663809d 100644
--- a/net/samba/distinfo
+++ b/net/samba/distinfo
@@ -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 --git a/net/samba/patches/patch-ab b/net/samba/patches/patch-ab
new file mode 100644
index 00000000000..6d73dad87b8
--- /dev/null
+++ b/net/samba/patches/patch-ab
@@ -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