aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cfengine3-legacy/files/patch-ae
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-04-02 10:21:20 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-04-02 10:21:20 +0000
commit985047d96a05b4380231e6d0802111870af91599 (patch)
tree47935a62905979155a85e2e76f51f01903fa969d /sysutils/cfengine3-legacy/files/patch-ae
parent6897c38223db6801b5f2c675b3315aee9ceed38f (diff)
Per the instructions of the software, cfengine is now dependent on BerkleyDB 3.
In fact, the only thing (that I can tell anyway) that uses the DB functions is cfd. I'm guessing most people don't use it, especially since I haven't heard any complaints about it. Also, it was putting some of the docs in / (for some really strange reason). That should be fixed too. They are now put in {PREFIX}/share/doc/cfengine, depending on NOPORTSDOC (somewhat reverse logic than normal, but it made the amount of changes less). Finally, strip the binaries. PR: 26189 Submitted by: maintainer
Diffstat (limited to 'sysutils/cfengine3-legacy/files/patch-ae')
-rw-r--r--sysutils/cfengine3-legacy/files/patch-ae15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/cfengine3-legacy/files/patch-ae b/sysutils/cfengine3-legacy/files/patch-ae
new file mode 100644
index 000000000000..364e79ebecbb
--- /dev/null
+++ b/sysutils/cfengine3-legacy/files/patch-ae
@@ -0,0 +1,15 @@
+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
+
+ /*******************************************************************/