summaryrefslogtreecommitdiff
path: root/sysutils/logtool-devel/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
commitb315e20b06b5067b11496cbfb4744f5cf16a9639 (patch)
tree3fe761c428249a06677cf9f97eb9badee0732a6a /sysutils/logtool-devel/files
parentupdate to 2.0.6. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_5_0'.release/4.5.0
Notes
Notes: svn path=/head/; revision=53938 svn path=/tags/RELEASE_4_5_0/; revision=53939; tag=release/4.5.0
Diffstat (limited to 'sysutils/logtool-devel/files')
-rw-r--r--sysutils/logtool-devel/files/patch-ab10
-rw-r--r--sysutils/logtool-devel/files/patch-configure14
-rw-r--r--sysutils/logtool-devel/files/patch-logtool::Makefile.in19
3 files changed, 0 insertions, 43 deletions
diff --git a/sysutils/logtool-devel/files/patch-ab b/sysutils/logtool-devel/files/patch-ab
deleted file mode 100644
index 7788159c0f29..000000000000
--- a/sysutils/logtool-devel/files/patch-ab
+++ /dev/null
@@ -1,10 +0,0 @@
---- logtool/includes.h.orig Wed Jan 10 04:18:00 2001
-+++ logtool/includes.h Wed Jan 10 04:20:00 2001
-@@ -22,6 +22,7 @@
- #include<stdio.h>
- #include<stdlib.h>
- #include<string.h>
-+#include<unistd.h>
- #include<regex.h>
- #include<errno.h>
-
diff --git a/sysutils/logtool-devel/files/patch-configure b/sysutils/logtool-devel/files/patch-configure
deleted file mode 100644
index 4b0f8184ce3b..000000000000
--- a/sysutils/logtool-devel/files/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.orig Tue Jun 12 14:46:04 2001
-+++ configure Tue Jun 12 14:46:09 2001
-@@ -744,11 +744,6 @@
- fi
- fi
-
--if test -n "$GCC"; then
-- CFLAGS="-O3 -Wall"
--fi
--
--
-
- if test "`echo "$sysconfdir" | grep "prefix"`" ; then
- sysconfdir=`echo $sysconfdir/logtool | sed s/'${prefix}'/""/g`
diff --git a/sysutils/logtool-devel/files/patch-logtool::Makefile.in b/sysutils/logtool-devel/files/patch-logtool::Makefile.in
deleted file mode 100644
index 0f0dbffba0c4..000000000000
--- a/sysutils/logtool-devel/files/patch-logtool::Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- logtool/Makefile.in.orig Sun Feb 11 23:50:38 2001
-+++ logtool/Makefile.in Sun Feb 11 23:54:02 2001
-@@ -16,6 +16,7 @@
- CC = @CC@
- INSTALL = @installprog@
- CFLAGS= @CFLAGS@ @DEFS@ @LIBS@
-+LIBS= -L/usr/local/lib -lgnugetopt
-
- ### The stuff below is (I hope) no longer needed now that we us autoconf/configure and friends
- # Solaris users should probably use the following instead (thanks Christoph Krempe <ck@ub.fu-berlin.de>)
-@@ -30,7 +31,7 @@
-
- ### The main build stuff
- logtool: logtool.o $(OBJS)
-- $(CC) $(ADDCFLAGS) -o $(PROG) $(OBJS)
-+ $(CC) $(ADDCFLAGS) -o $(PROG) $(OBJS) ${LIBS}
- @echo "strip $(PROG)"
- @strip $(PROG)
-