diff options
author | fredb <fredb> | 2000-02-20 07:18:59 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-02-20 07:18:59 +0000 |
commit | c289fff4577329b8de0c6552362eb6e408b41a17 (patch) | |
tree | 05bdd2c4a03afd0ab0e9ccbee520b5882e0d06ee | |
parent | 92612712ad8f0969c4aeb975669df57fdf843139 (diff) | |
download | pkgsrc-c289fff4577329b8de0c6552362eb6e408b41a17.tar.gz |
Fix PLIST's clash. Now "filcon" only gets installed with server,
"au" only gets installed with client.
-rw-r--r-- | net/coda5_client/files/patch-sum | 7 | ||||
-rw-r--r-- | net/coda5_client/patches/patch-aa | 13 | ||||
-rw-r--r-- | net/coda5_client/pkg/PLIST | 3 | ||||
-rw-r--r-- | net/coda5_server/files/patch-sum | 7 | ||||
-rw-r--r-- | net/coda5_server/patches/patch-aa | 20 | ||||
-rw-r--r-- | net/coda5_server/pkg/PLIST | 3 |
6 files changed, 39 insertions, 14 deletions
diff --git a/net/coda5_client/files/patch-sum b/net/coda5_client/files/patch-sum index cddd6992d4f..0d4175cdc8d 100644 --- a/net/coda5_client/files/patch-sum +++ b/net/coda5_client/files/patch-sum @@ -1,6 +1,3 @@ -$NetBSD: patch-sum,v 1.3 2000/02/09 02:27:47 fredb Exp $ +$NetBSD: patch-sum,v 1.4 2000/02/20 07:18:59 fredb Exp $ -This placeholder file is generated by the ``makepatchsum'' target -whenever the patches directory is empty or missing. Its purpose -is to ensure that the presence of any obsolete patches will cause -the proper error to be emitted at build time. +MD5 (patch-aa) = 8c5bff279b4bb0aee9e8b40ade334f3c diff --git a/net/coda5_client/patches/patch-aa b/net/coda5_client/patches/patch-aa new file mode 100644 index 00000000000..9fe2c36e612 --- /dev/null +++ b/net/coda5_client/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.9 2000/02/20 07:19:01 fredb Exp $ + +--- coda-src/fail/Makefile.in.orig Sun Jan 30 18:01:08 2000 ++++ coda-src/fail/Makefile.in Sun Feb 20 00:19:59 2000 +@@ -25,7 +25,7 @@ + include $(TOPDIR)/Makeconf + + ifneq ($(SHORTSYS),djgpp) +-EXECUTABLES = filcon ++EXECUTABLES = + CBINS = $(EXECUTABLES) + SBINS = $(EXECUTABLES) + endif diff --git a/net/coda5_client/pkg/PLIST b/net/coda5_client/pkg/PLIST index 6a24a2f3d37..97dd9d869fd 100644 --- a/net/coda5_client/pkg/PLIST +++ b/net/coda5_client/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2000/02/09 02:27:47 fredb Exp $ +@comment $NetBSD: PLIST,v 1.8 2000/02/20 07:19:01 fredb Exp $ lib/coda/Advice.tcl lib/coda/CodaConsole lib/coda/Consider.tcl @@ -41,7 +41,6 @@ bin/codacon bin/cpasswd bin/ctokens bin/cunlog -bin/filcon bin/filerepair bin/hoard bin/logbandwidth diff --git a/net/coda5_server/files/patch-sum b/net/coda5_server/files/patch-sum index 8ab20c0dbc4..6968b64b5fd 100644 --- a/net/coda5_server/files/patch-sum +++ b/net/coda5_server/files/patch-sum @@ -1,6 +1,3 @@ -$NetBSD: patch-sum,v 1.3 2000/02/09 02:30:39 fredb Exp $ +$NetBSD: patch-sum,v 1.4 2000/02/20 07:19:01 fredb Exp $ -This placeholder file is generated by the ``makepatchsum'' target -whenever the patches directory is empty or missing. Its purpose -is to ensure that the presence of any obsolete patches will cause -the proper error to be emitted at build time. +MD5 (patch-aa) = a1a21f02acd7fc2aeafbc0bdf7ba4177 diff --git a/net/coda5_server/patches/patch-aa b/net/coda5_server/patches/patch-aa new file mode 100644 index 00000000000..639b34fdc52 --- /dev/null +++ b/net/coda5_server/patches/patch-aa @@ -0,0 +1,20 @@ +$NetBSD: patch-aa,v 1.9 2000/02/20 07:19:02 fredb Exp $ + +--- coda-src/auth2/Makefile.in.orig Sun Jan 30 18:01:06 2000 ++++ coda-src/auth2/Makefile.in Sun Feb 20 00:48:38 2000 +@@ -63,12 +63,12 @@ + ifeq ($(SHORTSYS),djgpp) + EXECUTABLES = $(CLOG) + else +-EXECUTABLES = $(CLOG) $(AUTH2) initpw $(AU) cpasswd ctokens cunlog tokentool ++EXECUTABLES = $(CLOG) $(AUTH2) initpw cpasswd ctokens cunlog tokentool + CBINS = $(CLOG) cpasswd ctokens cunlog + +-CSBINS = $(AU) ++CSBINS = + SBINS = +-SSBINS = $(AU) $(AUTH2) initpw ++SSBINS = $(AUTH2) initpw + endif + + CFLAGS := -Wall $(CFLAGS) diff --git a/net/coda5_server/pkg/PLIST b/net/coda5_server/pkg/PLIST index 92055880119..65174fe3cb6 100644 --- a/net/coda5_server/pkg/PLIST +++ b/net/coda5_server/pkg/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.7 2000/02/09 02:30:39 fredb Exp $ +@comment $NetBSD: PLIST,v 1.8 2000/02/20 07:19:02 fredb Exp $ bin/filcon bin/norton bin/norton-reinit bin/reinit -sbin/au sbin/auth2 sbin/backup sbin/backup.sh |