diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-08 18:42:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-08 18:42:40 +0000 |
commit | 5fe6c1f024cd6c6f69b723dc70e09a4c6eb32fe3 (patch) | |
tree | 0380182a7b962df9bc8a4c52e33410fb07c347e4 /misc/kcd/files | |
parent | df2c74fbaad391ca608d2714b37e7b4ffcb0524e (diff) | |
download | ports-5fe6c1f024cd6c6f69b723dc70e09a4c6eb32fe3.tar.gz ports-5fe6c1f024cd6c6f69b723dc70e09a4c6eb32fe3.zip |
Notes
Diffstat (limited to 'misc/kcd/files')
-rw-r--r-- | misc/kcd/files/patch-ac | 13 | ||||
-rw-r--r-- | misc/kcd/files/patch-ad | 25 | ||||
-rw-r--r-- | misc/kcd/files/patch-ae | 13 | ||||
-rw-r--r-- | misc/kcd/files/patch-af | 14 | ||||
-rw-r--r-- | misc/kcd/files/patch-ag | 13 |
5 files changed, 0 insertions, 78 deletions
diff --git a/misc/kcd/files/patch-ac b/misc/kcd/files/patch-ac deleted file mode 100644 index 2f297c027f4e..000000000000 --- a/misc/kcd/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Fri Aug 11 23:14:54 2000 -+++ Makefile.in Sat Aug 12 05:23:26 2000 -@@ -46,8 +46,8 @@ - CXXFLAGS = @CXXFLAGS@ - CPPFLAGS = @CPPFLAGS@ - --CCFLAGS = $(CPPFLAGS) $(CFLAGS) --CXXCFLAGS = $(CPPFLAGS) $(CXXFLAGS) -+CCFLAGS = $(CPPFLAGS) $(CFLAGS) -DSYSCONFDIR=\"$(etcdir)\" -+CXXCFLAGS = $(CPPFLAGS) $(CXXFLAGS) -DSYSCONFDIR=\"$(etcdir)\" - - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ diff --git a/misc/kcd/files/patch-ad b/misc/kcd/files/patch-ad deleted file mode 100644 index 0a40c49352b3..000000000000 --- a/misc/kcd/files/patch-ad +++ /dev/null @@ -1,25 +0,0 @@ ---- configure.orig Sat Aug 12 17:03:47 2000 -+++ configure Tue Aug 15 01:09:10 2000 -@@ -1105,11 +1105,6 @@ - echo "$ac_t""$CXXCPP" 1>&6 - - --if test "$GXX" = yes; then -- CFLAGS="$CFLAGS -W -Wall" -- CXXFLAGS="$CXXFLAGS -W -Wall" --fi -- - ac_aux_dir= - for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do - if test -f $ac_dir/install-sh; then -@@ -5309,10 +5304,6 @@ - fi - if test "$prefix" = NONE; then - prefix=$ac_default_prefix --fi -- --if test "$sysconfdir" = '${prefix}/etc'; then -- sysconfdir=/etc - fi - - diff --git a/misc/kcd/files/patch-ae b/misc/kcd/files/patch-ae deleted file mode 100644 index b413bdaeaf3b..000000000000 --- a/misc/kcd/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ ---- conffile.cc.orig Fri Aug 11 23:14:54 2000 -+++ conffile.cc Sat Aug 12 04:57:34 2000 -@@ -1276,9 +1276,7 @@ - return; - - loaded = 1; -- LoadConfig("/etc/kcd.conf", quiet); -- LoadConfig("/usr/etc/kcd.conf", quiet); -- LoadConfig("/usr/local/etc/kcd.conf", quiet); -+ LoadConfig(SYSCONFDIR "/kcd.conf", quiet); - LoadConfig(confLocalFile, quiet); - } - diff --git a/misc/kcd/files/patch-af b/misc/kcd/files/patch-af deleted file mode 100644 index cfd92798b3cd..000000000000 --- a/misc/kcd/files/patch-af +++ /dev/null @@ -1,14 +0,0 @@ ---- cxxlib.cc.orig Fri Aug 11 23:14:55 2000 -+++ cxxlib.cc Sat Aug 12 05:33:05 2000 -@@ -19,7 +19,11 @@ - */ - - #include "cxxlib.h" -+#ifdef HAVE_MALLOC_H - #include <malloc.h> -+#else -+#include <stdlib.h> -+#endif - #include <unistd.h> - - extern char progName[]; diff --git a/misc/kcd/files/patch-ag b/misc/kcd/files/patch-ag deleted file mode 100644 index 87b0a9e34381..000000000000 --- a/misc/kcd/files/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ ---- kcd.1.orig Sat Aug 12 17:03:56 2000 -+++ kcd.1 Tue Aug 15 02:14:01 2000 -@@ -64,9 +64,7 @@ - .TP - .I "\-\-config" - Display current configuration (excluding screen attributes) obtained from --.I /etc/kcd.conf --.I /usr/etc/kcd.conf, --.I /usr/local/etc/kcd.conf, -+.I %%PREFIX%%/etc/kcd.conf, - and - .I ~/.kcd.conf. - |