- update to 2.2.10
- update MASTER_SITES ok sturm@ william@
This commit is contained in:
parent
33084f2d94
commit
57f6993fcd
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2009/04/25 22:07:37 okan Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2009/09/01 14:25:15 okan Exp $
|
||||
|
||||
COMMENT= GNU system administration tool for networks
|
||||
|
||||
DISTNAME= cfengine-2.2.9
|
||||
DISTNAME= cfengine-2.2.10
|
||||
CATEGORIES= sysutils
|
||||
|
||||
HOMEPAGE= http://www.cfengine.org/
|
||||
@ -17,7 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c crypto m pthread
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}downloads/
|
||||
MASTER_SITES= ${HOMEPAGE}tarballs/
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-docs
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (cfengine-2.2.9.tar.gz) = zhFVhweKeoNF3KUokflVEw==
|
||||
RMD160 (cfengine-2.2.9.tar.gz) = U3tqJnuxcORyLz0OJZ4NS3hkL04=
|
||||
SHA1 (cfengine-2.2.9.tar.gz) = kCwzetrocq2MnhYvhvag0aIINSU=
|
||||
SHA256 (cfengine-2.2.9.tar.gz) = mEid1JoVxObyBlQ11BWkpdC3nWexBHjusKDeV5prreI=
|
||||
SIZE (cfengine-2.2.9.tar.gz) = 2933246
|
||||
MD5 (cfengine-2.2.10.tar.gz) = O5D/i/LslBzTPPtl9QEvFg==
|
||||
RMD160 (cfengine-2.2.10.tar.gz) = Z/09yAJw3AAIh+Pb8m83IzjiYA8=
|
||||
SHA1 (cfengine-2.2.10.tar.gz) = AyvsC8Wf/ucXlCLpbf2QKvv5Q0A=
|
||||
SHA256 (cfengine-2.2.10.tar.gz) = 80aXzFLhNCxexLRaSt+fv/36BaaL3HxTOC9y0D4QZ4M=
|
||||
SIZE (cfengine-2.2.10.tar.gz) = 2690333
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-configure,v 1.6 2009/04/25 22:07:37 okan Exp $
|
||||
--- configure.orig Wed Dec 24 09:42:49 2008
|
||||
+++ configure Sat Apr 11 16:32:57 2009
|
||||
@@ -31434,7 +31434,7 @@ echo $ECHO_N "checking Checking for GCC Specific compi
|
||||
$OpenBSD: patch-configure,v 1.7 2009/09/01 14:25:15 okan Exp $
|
||||
--- configure.orig Sat Apr 11 15:59:34 2009
|
||||
+++ configure Thu May 28 17:33:23 2009
|
||||
@@ -23738,7 +23738,7 @@ $as_echo_n "checking Checking for GCC Specific compile
|
||||
if test x"$GCC" = "xyes"; then
|
||||
|
||||
|
||||
- GCC_CFLAG="-g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized"
|
||||
+ GCC_CFLAG=""
|
||||
{ echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6; }
|
||||
{ $as_echo "$as_me:$LINENO: result: yes" >&5
|
||||
$as_echo "yes" >&6; }
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.4 2009/04/25 22:07:37 okan Exp $
|
||||
--- doc/Makefile.in.orig Sat Apr 11 16:34:08 2009
|
||||
+++ doc/Makefile.in Sat Apr 11 16:35:13 2009
|
||||
@@ -75,7 +75,7 @@ NROFF = nroff
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.5 2009/09/01 14:25:15 okan Exp $
|
||||
--- doc/Makefile.in.orig Sat Apr 11 15:59:32 2009
|
||||
+++ doc/Makefile.in Thu May 28 17:32:35 2009
|
||||
@@ -69,7 +69,7 @@ NROFF = nroff
|
||||
MANS = $(man_MANS)
|
||||
docDATA_INSTALL = $(INSTALL_DATA)
|
||||
htmlDATA_INSTALL = $(INSTALL_DATA)
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-doc_Makefile_in,v 1.4 2009/04/25 22:07:37 okan Exp $
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
@@ -771,7 +771,7 @@ info: info-am
|
||||
@@ -697,7 +697,7 @@ info: info-am
|
||||
|
||||
info-am: $(INFO_DEPS)
|
||||
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-doc_Makefile_in,v 1.4 2009/04/25 22:07:37 okan Exp $
|
||||
install-man
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
@@ -892,7 +892,7 @@ uninstall-man: uninstall-man8
|
||||
@@ -818,7 +818,7 @@ uninstall-man: uninstall-man8
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
dist-info distclean distclean-generic distclean-libtool \
|
||||
|
@ -1,16 +1,7 @@
|
||||
$OpenBSD: patch-src_cflex_c,v 1.4 2009/04/25 22:07:37 okan Exp $
|
||||
--- src/cflex.c.orig Wed Dec 24 09:43:31 2008
|
||||
+++ src/cflex.c Sat Apr 11 16:32:57 2009
|
||||
@@ -93,7 +93,7 @@ typedef unsigned int flex_uint32_t;
|
||||
|
||||
#else /* ! __cplusplus */
|
||||
|
||||
-#if __STDC__
|
||||
+#ifdef __STDC__
|
||||
|
||||
#define YY_USE_CONST
|
||||
|
||||
@@ -4854,7 +4854,7 @@ static void yy_load_buffer_state (void)
|
||||
$OpenBSD: patch-src_cflex_c,v 1.5 2009/09/01 14:25:15 okan Exp $
|
||||
--- src/cflex.c.orig Sat Apr 11 16:00:11 2009
|
||||
+++ src/cflex.c Thu May 28 17:32:35 2009
|
||||
@@ -4890,7 +4890,7 @@ static void yy_load_buffer_state (void)
|
||||
}
|
||||
|
||||
#ifndef __cplusplus
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_do_c,v 1.8 2009/04/25 22:07:37 okan Exp $
|
||||
--- src/do.c.orig Sat Dec 6 04:30:19 2008
|
||||
+++ src/do.c Sat Apr 11 16:32:57 2009
|
||||
@@ -3399,7 +3399,7 @@ if (MatchStringInFstab(mountpt))
|
||||
$OpenBSD: patch-src_do_c,v 1.9 2009/09/01 14:25:15 okan Exp $
|
||||
--- src/do.c.orig Sun Mar 8 12:27:56 2009
|
||||
+++ src/do.c Thu May 28 17:32:35 2009
|
||||
@@ -3401,7 +3401,7 @@ if (MatchStringInFstab(mountpt))
|
||||
CfLog(cfinform,"---------------------------------------------------","");
|
||||
|
||||
/* delete current fstab entry and unmount if necessary */
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-src_do_c,v 1.8 2009/04/25 22:07:37 okan Exp $
|
||||
mntentry = LocateItemContainingRegExp(VMOUNTED,mountspec);
|
||||
if (mntentry)
|
||||
{
|
||||
@@ -3408,7 +3408,7 @@ if (MatchStringInFstab(mountpt))
|
||||
@@ -3410,7 +3410,7 @@ if (MatchStringInFstab(mountpt))
|
||||
strcat(mountspec,mountpt);
|
||||
}
|
||||
else /* mountpt isn't mounted, so Unmount can use dummy host name */
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_instrument_c,v 1.2 2009/04/25 22:07:37 okan Exp $
|
||||
--- src/instrument.c.orig Tue Jun 3 21:20:37 2008
|
||||
+++ src/instrument.c Thu Jul 3 13:02:36 2008
|
||||
@@ -547,7 +547,7 @@ while (dbcp->c_get(dbcp, &key, &value, DB_NEXT) == 0)
|
||||
$OpenBSD: patch-src_instrument_c,v 1.3 2009/09/01 14:25:15 okan Exp $
|
||||
--- src/instrument.c.orig Fri Feb 27 15:18:32 2009
|
||||
+++ src/instrument.c Thu May 28 17:32:35 2009
|
||||
@@ -542,7 +542,7 @@ while (dbcp->c_get(dbcp, &key, &value, DB_NEXT) == 0)
|
||||
|
||||
tthen = (time_t)then;
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-src_misc_c,v 1.7 2007/10/28 18:32:14 sturm Exp $
|
||||
--- src/misc.c.orig Sun Sep 2 16:36:12 2007
|
||||
+++ src/misc.c Sun Sep 2 16:36:28 2007
|
||||
@@ -272,7 +272,7 @@ else if (pid == 0) /* child */
|
||||
{
|
||||
$OpenBSD: patch-src_misc_c,v 1.8 2009/09/01 14:25:15 okan Exp $
|
||||
--- src/misc.c.orig Wed Feb 11 00:55:36 2009
|
||||
+++ src/misc.c Thu May 28 17:32:35 2009
|
||||
@@ -273,7 +273,7 @@ else if (pid == 0) /* child */
|
||||
ALARM_PID = -1;
|
||||
if (useshell)
|
||||
{
|
||||
- if (execl("/bin/sh","sh","-c",comm,NULL) == -1)
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2009/04/25 22:07:37 okan Exp $
|
||||
@info info/cfengine-Anomalies.info
|
||||
@comment $OpenBSD: PLIST,v 1.12 2009/09/01 14:25:15 okan Exp $
|
||||
@info info/cfengine-Reference.info
|
||||
@info info/cfengine-Tutorial.info
|
||||
lib/libcfengine.a
|
||||
|
Loading…
Reference in New Issue
Block a user