diff options
Diffstat (limited to 'sysutils/cfengine/files')
-rw-r--r-- | sysutils/cfengine/files/patch-ab | 11 | ||||
-rw-r--r-- | sysutils/cfengine/files/patch-ac | 28 | ||||
-rw-r--r-- | sysutils/cfengine/files/patch-ad | 41 | ||||
-rw-r--r-- | sysutils/cfengine/files/patch-ae | 15 | ||||
-rw-r--r-- | sysutils/cfengine/files/patch-af | 13 | ||||
-rw-r--r-- | sysutils/cfengine/files/patch-ag | 13 |
6 files changed, 0 insertions, 121 deletions
diff --git a/sysutils/cfengine/files/patch-ab b/sysutils/cfengine/files/patch-ab deleted file mode 100644 index 61a20728638a..000000000000 --- a/sysutils/cfengine/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/classes.c.orig Wed Oct 20 03:41:30 1999 -+++ src/classes.c Tue Apr 25 16:37:00 2000 -@@ -97,7 +97,7 @@ - "irix4","ip*","4*", /* irix4 */ - "irix", "ip*","*", /* irix */ - "irix64","ip*","*", /* irix64 */ -- "freebsd","i?86","*", /* freebsd */ -+ "freebsd","*","*", /* freebsd */ - "sunos","i86pc","5*", /* solarisx86 */ - "bsd","*","*", /* bsd 4.3 */ - "newsos","*","*", /* newsos4 */ diff --git a/sysutils/cfengine/files/patch-ac b/sysutils/cfengine/files/patch-ac deleted file mode 100644 index 7a6772478e5e..000000000000 --- a/sysutils/cfengine/files/patch-ac +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.in.orig Thu Jan 25 13:06:41 2001 -+++ configure.in Tue Feb 18 12:20:37 2003 -@@ -60,13 +60,13 @@ - AC_PROG_RANLIB - AC_PROG_INSTALL - --AC_PATH_PROG(LATEX, latex, false, \ -+AC_PATH_PROG(LATEX, latex, true, \ - $PATH:$prefix/bin:/usr/bin:/usr/local/bin) --AC_PATH_PROG(TEXI2DVI, texi2dvi, false, \ -+AC_PATH_PROG(TEXI2DVI, texi2dvi, true, \ - $PATH:$prefix/bin:/usr/bin:/usr/local/bin) --AC_PATH_PROG(DVIPS, dvips, false, \ -+AC_PATH_PROG(DVIPS, dvips, true, \ - $PATH:$prefix/bin:/usr/bin:/usr/local/bin) --AC_PATH_PROG(MAKEINFO, makeinfo, false, \ -+AC_PATH_PROG(MAKEINFO, makeinfo, true, \ - $PATH:$prefix/bin:/usr/bin:/usr/local/bin) - - -@@ -260,7 +260,6 @@ - ;; - freebsd*) - AC_DEFINE(FREEBSD) -- CFLAGS="$CFLAGS -pthread" - AC_CHECK_HEADERS(pthread.h) - ;; - netbsd*) diff --git a/sysutils/cfengine/files/patch-ad b/sysutils/cfengine/files/patch-ad deleted file mode 100644 index bac2c957947f..000000000000 --- a/sysutils/cfengine/files/patch-ad +++ /dev/null @@ -1,41 +0,0 @@ -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 02:24:39 2000 -+++ doc/Makefile.am Thu Sep 19 08:39:57 2002 -@@ -2,7 +2,7 @@ - info_TEXINFOS = cfengine-Reference.texinfo cfengine-Tutorial.texinfo - - # Info used in building and installing HTML files --htmldir = $(pkgdatadir)/html -+htmldir = $(datadir)/doc/cfengine - htmlfiles = cfengine-Reference.html cfengine-Tutorial.html - html_DATA = $(htmlfiles) cf-security.html - -@@ -14,21 +14,22 @@ - # then uncomment the reference to ps2 - psfiles = $(ps1) # $(ps2) - --psdir = $(pkgdatadir)/doc -+psdir = $(datadir)/doc/cfengine - ps_DATA = $(psfiles) - - # Make sure these get distributed with everything else. - EXTRA_DIST = \ - texinfo.tex \ -- cf-security.html \ -+ $(html_DATA) \ -+ $(ps_DATA) \ - locks.latex \ - paper1.latex \ - paper2.latex - --SUFFIXES = html latex -+SUFFIXES = .html .latex - - %.html : %.texinfo -- ${MAKEINFO} --html $< -+ ${MAKEINFO} --html --no-split $< - - %.dvi : %.latex - ${LATEX} $< diff --git a/sysutils/cfengine/files/patch-ae b/sysutils/cfengine/files/patch-ae deleted file mode 100644 index 364e79ebecbb..000000000000 --- a/sysutils/cfengine/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 - - /*******************************************************************/ diff --git a/sysutils/cfengine/files/patch-af b/sysutils/cfengine/files/patch-af deleted file mode 100644 index c7a33e7b209e..000000000000 --- a/sysutils/cfengine/files/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -Fix the linking so only cfd is linked with pthreads. This keeps cfengine -from trying to use thread-unsafe resolver functions. - ---- src/Makefile.am.orig Fri Aug 10 23:58:47 2001 -+++ src/Makefile.am Fri Aug 10 23:59:07 2001 -@@ -95,6 +95,7 @@ - patches.c - - cfd_LDADD = -L../pub -lpub $(LEXLIB) -+cfd_LDFLAGS = -pthread $(LDFLAGS) - - cfrun_SOURCES = \ - cfrun.c \ diff --git a/sysutils/cfengine/files/patch-ag b/sysutils/cfengine/files/patch-ag deleted file mode 100644 index 1a8101cb3542..000000000000 --- a/sysutils/cfengine/files/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -This fixes the problem with cfd not finding the correct interfaces. - ---- src/misc.c.orig Wed Jan 24 07:28:01 2001 -+++ src/misc.c Fri Aug 10 23:34:45 2001 -@@ -284,7 +284,7 @@ - list.ifc_len = sizeof(ifbuf); - list.ifc_req = ifbuf; - --if (ioctl(fd, SIOCGIFCONF, &list) == -1 || (list.ifc_len < (sizeof(struct ifreq)))) -+if (ioctl(fd, OSIOCGIFCONF, &list) == -1 || (list.ifc_len < (sizeof(struct ifreq)))) - { - CfLog(cferror,"Couldn't get interfaces","ioctl"); - exit(1); |