summaryrefslogtreecommitdiff
path: root/sysutils/cfengine3/files/patch-ae
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2005-10-20 09:44:21 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2005-10-20 09:44:21 +0000
commit05588ab48b9a19c7beb3ad5ae4b3e11da351b21c (patch)
tree9c142b92d731d9e6f4eba1c353b2d5d74801ea8a /sysutils/cfengine3/files/patch-ae
parentUpgrade to version 1.170. (diff)
- Remove sysutils/cfengine (cfengine-1.x) - the port is marked DEPRECATED
and has expired on 2005-09-14. Any cfengine-1.x users should consider migrating to cfengine-2.x (sysutils/cfengine2). Approved by: gordon (maintainer)
Notes
Notes: svn path=/head/; revision=145920
Diffstat (limited to 'sysutils/cfengine3/files/patch-ae')
-rw-r--r--sysutils/cfengine3/files/patch-ae15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/cfengine3/files/patch-ae b/sysutils/cfengine3/files/patch-ae
deleted file mode 100644
index 364e79ebecbb..000000000000
--- a/sysutils/cfengine3/files/patch-ae
+++ /dev/null
@@ -1,15 +0,0 @@
-This patch only makes sense if you subscribe to the FreeBSD port model.
-Basically this only works if you have installed BerkleyDB from the ports
-collection.
-
---- src/misc.c.orig Wed Jan 24 07:28:01 2001
-+++ src/misc.c Wed Mar 28 12:41:06 2001
-@@ -39,7 +39,7 @@
-
-
- #ifdef HAVE_DB_H
--# include <db.h>
-+#include <db3/db.h>
- #endif
-
- /*******************************************************************/