summaryrefslogtreecommitdiff
path: root/security/cfs/patches/patch-aa
diff options
context:
space:
mode:
authoragc <agc>2004-07-29 21:54:34 +0000
committeragc <agc>2004-07-29 21:54:34 +0000
commit8bfa5fc66d7e3e884522c0863315cb2bfa7e737e (patch)
treecabc747f645c4649b06c650bc6ff4cb9b229cdd3 /security/cfs/patches/patch-aa
parent2741052b7bdb4683126f1fa3b43ebb0ba9bf2d56 (diff)
downloadpkgsrc-8bfa5fc66d7e3e884522c0863315cb2bfa7e737e.tar.gz
Pullup ticket 80 to the pkgsrc-2004Q2 branch, requested by Grant Beattie
Solaris fixes for cfs Module Name: pkgsrc Committed By: grant Date: Sun Jul 25 04:45:41 UTC 2004 Modified Files: pkgsrc/security/cfs: Makefile Log Message: only pass -traditional if using gcc. and Module Name: pkgsrc Committed By: grant Date: Sun Jul 25 04:46:10 UTC 2004 Modified Files: pkgsrc/security/cfs: Makefile Log Message: be quieter in post-patch and pre-build targets. and Module Name: pkgsrc Committed By: grant Date: Sun Jul 25 04:47:15 UTC 2004 Modified Files: pkgsrc/security/cfs: Makefile Log Message: be quiet in post-extract, too. and Module Name: pkgsrc Committed By: grant Date: Sun Jul 25 04:51:26 UTC 2004 Modified Files: pkgsrc/security/cfs: distinfo pkgsrc/security/cfs/patches: patch-aa Log Message: call ${BSD_INSTALL} instead of "install". fixes install on Solaris.
Diffstat (limited to 'security/cfs/patches/patch-aa')
-rw-r--r--security/cfs/patches/patch-aa26
1 files changed, 20 insertions, 6 deletions
diff --git a/security/cfs/patches/patch-aa b/security/cfs/patches/patch-aa
index db8b2499343..290dcb00327 100644
--- a/security/cfs/patches/patch-aa
+++ b/security/cfs/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.4 2001/06/09 04:32:14 jlam Exp $
+$NetBSD: patch-aa,v 1.4.14.1 2004/07/29 21:54:34 agc Exp $
---- Makefile.orig Thu May 3 11:29:21 2001
-+++ Makefile Fri Jun 8 21:15:13 2001
+--- Makefile.orig 2001-05-04 04:29:21.000000000 +1000
++++ Makefile
@@ -74,18 +74,19 @@
#CC=cc
#COPT=-O -DNOT_ANSI_C -DPROTOTYPES=0
@@ -28,7 +28,7 @@ $NetBSD: patch-aa,v 1.4 2001/06/09 04:32:14 jlam Exp $
# if you're a paranoid fascist, you might want to configure
# default timeouts on the attach command. If you do,
-@@ -229,7 +230,7 @@
+@@ -229,7 +230,7 @@ RINCLUDES=/usr/mab/rsaref/source
# (3/3) CONFIGURE: one last thing
#==========================================================================
# finally, comment out the next line:
@@ -37,7 +37,7 @@ $NetBSD: patch-aa,v 1.4 2001/06/09 04:32:14 jlam Exp $
# now you're done with local configuration.
-@@ -322,6 +323,7 @@
+@@ -322,6 +323,7 @@ nfsproto_svr.c: nfsproto.x
nfsproto.h: nfsproto.x
rpcgen $(RPCOPTS) -h -o nfsproto.h nfsproto.x
@@ -45,7 +45,7 @@ $NetBSD: patch-aa,v 1.4 2001/06/09 04:32:14 jlam Exp $
admproto_xdr.c: admproto.x
rpcgen $(RPCOPTS) -c -o admproto_xdr.c admproto.x
-@@ -331,6 +333,7 @@
+@@ -331,6 +333,7 @@ admproto_svr.c: admproto.x
admproto.h: admproto.x
rpcgen $(RPCOPTS) -h -o admproto.h admproto.x
@@ -53,3 +53,17 @@ $NetBSD: patch-aa,v 1.4 2001/06/09 04:32:14 jlam Exp $
admproto_clnt.c: admproto.x
rpcgen $(RPCOPTS) -l -o admproto_clnt.c admproto.x
+@@ -359,10 +362,10 @@ printout: $(SRCS) cfs.h mcg.h safer.h ad
+ $(PRINTCMD) $(SRCS) cfs.h mcg.h safer.h admproto.h nfsproto.h
+
+ install_cfs: cfsd cattach cdetach cmkdir
+- install -m 0755 -c -o root cfsd $(ETCDIR)
+- install -m 0755 -c -o root cattach cdetach cmkdir cpasswd cfssh \
++ ${BSD_INSTALL} -m 0755 -c -o root cfsd $(ETCDIR)
++ ${BSD_INSTALL} -m 0755 -c -o root cattach cdetach cmkdir cpasswd cfssh \
+ cname ccat cmkkey $(BINDIR)
+-# install -m 0755 i o $(BINDIR)
++# ${BSD_INSTALL} -m 0755 i o $(BINDIR)
+ @echo "Kill any running cfsd prior to restarting."
+ @echo "See the README file for more information."
+ @echo "Don't forget to install the man pages (*.[18])."