diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2013-01-08 22:33:10 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2013-01-08 22:33:10 +0000 |
commit | db5d2a7cc1643a0088d7159cc0fdeb2bf3deeb1e (patch) | |
tree | 9a3ca668e9292420dc99d7e7acff2e03974010e7 /mail/perdition/files/patch-makebdb-makebdb.c | |
parent | - Fix build without X11 (diff) |
- Update to 1.18 [1]
- Convert KNOBS to new options framework [1]
- Drop ABI version numbers in LIB_DEPENDS [1]
- Add UPDATING entry to inform users of IPv6 changes to
devel/libvanessa_socket that affect perdition [2]
PR: ports/174550 [1], ports/174410 [2]
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) [1],
Joel Ray Holveck <joelh@piquan.org> [2]
Notes
Notes:
svn path=/head/; revision=310110
Diffstat (limited to 'mail/perdition/files/patch-makebdb-makebdb.c')
-rw-r--r-- | mail/perdition/files/patch-makebdb-makebdb.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/perdition/files/patch-makebdb-makebdb.c b/mail/perdition/files/patch-makebdb-makebdb.c deleted file mode 100644 index c976a51c864b..000000000000 --- a/mail/perdition/files/patch-makebdb-makebdb.c +++ /dev/null @@ -1,11 +0,0 @@ ---- makebdb/makebdb.c.orig Mon Apr 28 08:13:47 2003 -+++ makebdb/makebdb.c Sun Jun 15 18:36:21 2003 -@@ -35,7 +35,7 @@ - #include <unistd.h> - #include <stdlib.h> - #include <ctype.h> --#include <db.h> -+#include <db3/db.h> - - #include "options.h" - |