pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cfs call ${BSD_INSTALL} instead of "install"....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c095fdb7ffa6
branches:  trunk
changeset: 478522:c095fdb7ffa6
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jul 25 04:51:26 2004 +0000

description:
call ${BSD_INSTALL} instead of "install". fixes install on Solaris.

diffstat:

 security/cfs/distinfo         |   4 ++--
 security/cfs/patches/patch-aa |  26 ++++++++++++++++++++------
 2 files changed, 22 insertions(+), 8 deletions(-)

diffs (73 lines):

diff -r cd5c62d9ea72 -r c095fdb7ffa6 security/cfs/distinfo
--- a/security/cfs/distinfo     Sun Jul 25 04:47:15 2004 +0000
+++ b/security/cfs/distinfo     Sun Jul 25 04:51:26 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2001/06/09 04:32:14 jlam Exp $
+$NetBSD: distinfo,v 1.5 2004/07/25 04:51:26 grant Exp $
 
 SHA1 (cfs-1.4.1.tar.gz) = be3f73b233149477b739456498c71b120d5f2fb5
 Size (cfs-1.4.1.tar.gz) = 98943 bytes
-SHA1 (patch-aa) = 7cb790ac11d0626728db113ad8cccb11bd72d75d
+SHA1 (patch-aa) = c22350cfbcec8ad23bcafd6d9bc5017fb098d259
 SHA1 (patch-ab) = 1ff2d2e32b87332ec66cc8f01299fa4b1ddac81a
 SHA1 (patch-ac) = 354290ff606fab97b73980e6e512f10ef1397f01
 SHA1 (patch-ad) = 2ed5967d59d8f91948b2dd9ed4b18c5073d63615
diff -r cd5c62d9ea72 -r c095fdb7ffa6 security/cfs/patches/patch-aa
--- a/security/cfs/patches/patch-aa     Sun Jul 25 04:47:15 2004 +0000
+++ b/security/cfs/patches/patch-aa     Sun Jul 25 04:51:26 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.4 2001/06/09 04:32:14 jlam Exp $
+$NetBSD: patch-aa,v 1.5 2004/07/25 04:51:26 grant 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 @@
  
  # 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 @@
  
  # 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 @@
  
  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 @@
  
  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])."



Home | Main Index | Thread Index | Old Index