diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2004-12-18 19:07:42 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2004-12-18 19:07:42 +0000 |
commit | cff4bed0573fcb51a442fd7707a0ce992f1ee011 (patch) | |
tree | 867c54828991687f2c1decc2bd7d52bb11744562 /net/bld/files | |
parent | Updates for the latest PHP entry: (diff) |
Update to 0.3.2.
PR: 74031
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=124405
Diffstat (limited to 'net/bld/files')
-rw-r--r-- | net/bld/files/patch-ac | 11 | ||||
-rw-r--r-- | net/bld/files/patch-ad | 10 | ||||
-rw-r--r-- | net/bld/files/patch-ae | 11 | ||||
-rw-r--r-- | net/bld/files/patch-af | 12 |
4 files changed, 0 insertions, 44 deletions
diff --git a/net/bld/files/patch-ac b/net/bld/files/patch-ac deleted file mode 100644 index 17cde15f6c23..000000000000 --- a/net/bld/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Thu Oct 28 12:13:49 2004 -+++ Makefile.in Thu Oct 28 12:13:57 2004 -@@ -60,7 +60,7 @@ - $(GZIP) -c bldsubmit.8 > $(DESTDIR)$(mandir)/man8/bldsubmit.8.gz - $(GZIP) -c bldinsert.8 > $(DESTDIR)$(mandir)/man8/bldinsert.8.gz - $(GZIP) -c blddecr.8 > $(DESTDIR)$(mandir)/man8/blddecr.8.gz -- $(GZIP) -c bld-pf_policy.8 > $(DESTDIR)$(mandir)/man8/bld_pf_policy.8.gz -+ $(GZIP) -c bld-pf_policy.8 > $(DESTDIR)$(mandir)/man8/bld-pf_policy.8.gz - [ -d $(DESTDIR)$(mandir) ] || mkdir -p $(DESTDIR)$(mandir)/man5 - $(GZIP) -c bld.conf.5 > $(DESTDIR)$(mandir)/man5/bld.conf.5.gz - $(GZIP) -c bld_acl.conf.5 > $(DESTDIR)$(mandir)/man5/bld_acl.conf.5.gz diff --git a/net/bld/files/patch-ad b/net/bld/files/patch-ad deleted file mode 100644 index a6c66f24ff92..000000000000 --- a/net/bld/files/patch-ad +++ /dev/null @@ -1,10 +0,0 @@ ---- bld.conf.5.in.orig Thu Oct 28 12:06:07 2004 -+++ bld.conf.5.in Thu Oct 28 12:06:13 2004 -@@ -56,7 +56,6 @@ - You need to completely restart \fBbld\fR after any modification of this - file. - .SH FILES --.SH FILES - .PP - @sysconfdir@/bld.conf - .SH SEE ALSO diff --git a/net/bld/files/patch-ae b/net/bld/files/patch-ae deleted file mode 100644 index e92c3efadd65..000000000000 --- a/net/bld/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- netlist.h.orig Thu Nov 4 12:10:08 2004 -+++ netlist.h Thu Nov 4 12:10:12 2004 -@@ -27,6 +27,8 @@ - #ifndef _NETLIST_H - #define _NETLIST_H - -+#include <sys/types.h> -+#include <sys/socket.h> - #include <netinet/in.h> /* in_addr_t */ - - diff --git a/net/bld/files/patch-af b/net/bld/files/patch-af deleted file mode 100644 index 6d367216d086..000000000000 --- a/net/bld/files/patch-af +++ /dev/null @@ -1,12 +0,0 @@ ---- main.c.orig Thu Nov 4 12:40:05 2004 -+++ main.c Thu Nov 4 12:40:01 2004 -@@ -41,8 +41,8 @@ - #include <sys/wait.h> - #include <sys/resource.h> - #include <unistd.h> --#include <arpa/inet.h> - #include <netinet/in.h> -+#include <arpa/inet.h> - #include <syslog.h> - #include "options.h" - #include "parse_args.h" |