diff options
Diffstat (limited to 'sysutils/cfengine3/files')
| -rw-r--r-- | sysutils/cfengine3/files/patch-ad | 7 | ||||
| -rw-r--r-- | sysutils/cfengine3/files/patch-ae | 15 |
2 files changed, 20 insertions, 2 deletions
diff --git a/sysutils/cfengine3/files/patch-ad b/sysutils/cfengine3/files/patch-ad index 39fe0b6f9b16..f8a19a8ba386 100644 --- a/sysutils/cfengine3/files/patch-ad +++ b/sysutils/cfengine3/files/patch-ad @@ -1,3 +1,6 @@ +This moves the documentation out of /usr/local/share/cfengine/{doc,html} into +/usr/local/shared/doc/cfengine to keep it inline with the rest of the ports. + --- doc/Makefile.am.orig Fri Dec 1 19:24:39 2000 +++ doc/Makefile.am Tue Jan 23 02:07:04 2001 @@ -2,7 +2,7 @@ @@ -5,7 +8,7 @@ # Info used in building and installing HTML files -htmldir = $(pkgdatadir)/html -+htmldir = # $(pkgdatadir)/html ++htmldir = $(datadir)/doc/cfengine htmlfiles = cfengine-Reference.html cfengine-Tutorial.html html_DATA = $(htmlfiles) cf-security.html @@ -14,7 +17,7 @@ psfiles = $(ps1) # $(ps2) -psdir = $(pkgdatadir)/doc -+psdir = # $(pkgdatadir)/doc ++psdir = $(datadir)/doc/cfengine ps_DATA = $(psfiles) # Make sure these get distributed with everything else. diff --git a/sysutils/cfengine3/files/patch-ae b/sysutils/cfengine3/files/patch-ae new file mode 100644 index 000000000000..364e79ebecbb --- /dev/null +++ b/sysutils/cfengine3/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 + + /*******************************************************************/ |
