diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2010-11-24 16:56:35 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2010-11-24 16:56:35 +0000 |
commit | d64250641085e6283dafe90c19c10cd0fb18e7b2 (patch) | |
tree | 7e3ee1cef738c7cad72caf47c4d5dd1a7998d328 /net-misc/cfengine | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-d64250641085e6283dafe90c19c10cd0fb18e7b2.tar.gz gentoo-2-d64250641085e6283dafe90c19c10cd0fb18e7b2.tar.bz2 gentoo-2-d64250641085e6283dafe90c19c10cd0fb18e7b2.zip |
Version bump to 3.1.1. Cleanup.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/cfengine')
-rw-r--r-- | net-misc/cfengine/ChangeLog | 11 | ||||
-rw-r--r-- | net-misc/cfengine/cfengine-3.1.0-r1.ebuild | 160 | ||||
-rw-r--r-- | net-misc/cfengine/cfengine-3.1.1.ebuild (renamed from net-misc/cfengine/cfengine-3.0.5_p1-r3.ebuild) | 10 | ||||
-rw-r--r-- | net-misc/cfengine/files/cfengine-3.0.5_p1-Makefile.am.patch | 29 | ||||
-rw-r--r-- | net-misc/cfengine/files/cfengine-3.0.5_p1-configure.ac.patch | 406 | ||||
-rw-r--r-- | net-misc/cfengine/files/cfengine-3.0.5_p1-regex.c.patch | 12 | ||||
-rw-r--r-- | net-misc/cfengine/files/cfengine-3.1.0-configure.ac.patch | 417 |
7 files changed, 14 insertions, 1031 deletions
diff --git a/net-misc/cfengine/ChangeLog b/net-misc/cfengine/ChangeLog index 242aa2500d2c..67b9bf64ca3a 100644 --- a/net-misc/cfengine/ChangeLog +++ b/net-misc/cfengine/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for net-misc/cfengine # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v 1.117 2010/11/21 12:43:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v 1.118 2010/11/24 16:56:35 idl0r Exp $ + +*cfengine-3.1.1 (24 Nov 2010) + + 24 Nov 2010; Christian Ruppert <idl0r@gentoo.org> + -cfengine-3.0.5_p1-r3.ebuild, -files/cfengine-3.0.5_p1-Makefile.am.patch, + -files/cfengine-3.0.5_p1-configure.ac.patch, + -files/cfengine-3.0.5_p1-regex.c.patch, -cfengine-3.1.0-r1.ebuild, + -files/cfengine-3.1.0-configure.ac.patch, +cfengine-3.1.1.ebuild: + Version bump to 3.1.1. Cleanup. 21 Nov 2010; Raúl Porcel <armin76@gentoo.org> cfengine-2.2.10-r3.ebuild: arm/sparc stable wrt #344841 diff --git a/net-misc/cfengine/cfengine-3.1.0-r1.ebuild b/net-misc/cfengine/cfengine-3.1.0-r1.ebuild deleted file mode 100644 index 58216232e030..000000000000 --- a/net-misc/cfengine/cfengine-3.1.0-r1.ebuild +++ /dev/null @@ -1,160 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.1.0-r1.ebuild,v 1.1 2010/11/19 20:20:34 idl0r Exp $ - -EAPI="3" - -inherit eutils autotools - -MY_PV="${PV//_beta/b}" -MY_PV="${MY_PV/_p/p}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="An automated suite of programs for configuring and maintaining -Unix-like computers" -HOMEPAGE="http://www.cfengine.org/" -SRC_URI="http://www.cfengine.org/tarballs/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="3" -KEYWORDS="~amd64 ~arm ~s390 ~sparc ~x86" - -IUSE="examples gd graphviz html ldap libvirt mysql pcre postgres qdbm selinux tests tokyocabinet vim-syntax" - -DEPEND=">=sys-libs/db-4 - gd? ( media-libs/gd ) - graphviz? ( media-gfx/graphviz ) - ldap? ( net-nds/openldap ) - libvirt? ( app-emulation/libvirt ) - mysql? ( virtual/mysql ) - pcre? ( dev-libs/libpcre ) - postgres? ( dev-db/postgresql-base ) - selinux? ( sys-libs/libselinux ) - tokyocabinet? ( dev-db/tokyocabinet ) - qdbm? ( dev-db/qdbm ) - !tokyocabinet? ( !qdbm? ( >=sys-libs/db-4 ) ) - >=dev-libs/openssl-0.9.7" -RDEPEND="${DEPEND}" -PDEPEND="vim-syntax? ( app-vim/cfengine-syntax )" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - # https://cfengine.com/bugtracker/view.php?id=243 - epatch "${FILESDIR}/${P}-configure.ac.patch" - epatch "${FILESDIR}/${PN}-3.0.5_p1-Makefile.am.patch" - # https://cfengine.com/bugtracker/view.php?id=390 - epatch "${FILESDIR}/${P}-cf-key.patch" - eautoreconf -} - -src_configure() { - local myconf - - if use mysql || use postgres ; then - myconf="--with-sql" - else - myconf="--without-sql" - fi - - if ! use qdbm && ! use tokyocabinet; then - myconf="${myconf} --with-berkeleydb=/usr" - fi - - # Enforce /var/cfengine for historical compatibility - econf \ - --docdir=/usr/share/doc/"${PF}" \ - --with-workdir=/var/cfengine \ - ${myconf} \ - $(use_with gd) \ - $(use_with graphviz) \ - $(use_with ldap) \ - $(use_with libvirt) \ - $(use_with pcre) \ - $(use_with qdbm) \ - $(use_enable selinux) \ - $(use_with tokyocabinet) - - # Fix Makefile to skip inputs, see below "examples" - sed -i -e 's/\(SUBDIRS.*\) inputs/\1/' Makefile || die - - # We install documentation through portage - sed -i -e 's/\(install-data-am.*\) install-docDATA/\1/' Makefile || die - - if use tests; then - # Fix Makefiles to install tests in correct directory - for i in file_masters file_operands units ; do - sed -i -e "s/\(docdir.*\) =.*/\1 = \/usr\/share\/doc\/${PF}\/tests\/${i}/" \ - tests/${i}/Makefile || die - done - else - sed -i -e 's/\(SUBDIRS =\).*/\1/' tests/Makefile || die - fi -} - -src_install() { - newinitd "${FILESDIR}"/cf-serverd.rc6 cf-serverd || die - newinitd "${FILESDIR}"/cf-monitord.rc6 cf-monitord || die - newinitd "${FILESDIR}"/cf-execd.rc6 cf-execd || die - - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO INSTALL - - if use examples; then - docinto examples - dodoc inputs/*.cf || die - fi - - # Create cfengine working directory - dodir /var/cfengine/bin - fperms 700 /var/cfengine - - # Copy cfagent into the cfengine tree otherwise cfexecd won't - # find it. Most hosts cache their copy of the cfengine - # binaries here. This is the default search location for the - # binaries. - for bin in know promises agent monitord serverd execd runagent key report; do - dosym /usr/sbin/cf-$bin /var/cfengine/bin/cf-$bin || die - done - - if use html; then - docinto html - dohtml -r docs/ || die - fi -} - -pkg_postinst() { - echo - einfo "Init scripts for cf-serverd, cf-monitord, and cf-execd are provided." - einfo - einfo "To run cfengine out of cron every half hour modify your crontab:" - einfo "0,30 * * * * /usr/sbin/cf-execd -F" - echo - - elog "If you run cfengine the very first time, you MUST generate the keys for cfengine by running:" - elog "emerge --config ${CATEGORY}/${PN}" - - # Fix old cf-servd, remove it after some releases. - local found=0 - for fname in $(find /etc/runlevels/ -type f -or -type l -name 'cf-servd'); do - found=1 - rm $fname - ln -s /etc/init.d/cf-serverd $(echo $fname | sed 's:cf-servd:cf-serverd:') - done - - if [ "${found}" -eq 1 ]; then - echo - elog "/etc/init.d/cf-servd has been renamed to /etc/init.d/cf-serverd" - fi -} - -pkg_config() { - if [ "${ROOT}" == "/" ]; then - if [ ! -f "/var/cfengine/ppkeys/localhost.priv" ]; then - einfo "Generating keys for localhost." - /usr/sbin/cf-key - fi - else - die "cfengine cfkey does not support any value of ROOT other than /." - fi -} diff --git a/net-misc/cfengine/cfengine-3.0.5_p1-r3.ebuild b/net-misc/cfengine/cfengine-3.1.1.ebuild index e992f324db54..1de1f7734f27 100644 --- a/net-misc/cfengine/cfengine-3.0.5_p1-r3.ebuild +++ b/net-misc/cfengine/cfengine-3.1.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.0.5_p1-r3.ebuild,v 1.1 2010/11/03 18:40:42 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.1.1.ebuild,v 1.1 2010/11/24 16:56:35 idl0r Exp $ EAPI="3" -inherit eutils autotools +inherit eutils MY_PV="${PV//_beta/b}" MY_PV="${MY_PV/_p/p}" @@ -40,10 +40,8 @@ PDEPEND="vim-syntax? ( app-vim/cfengine-syntax )" S="${WORKDIR}/${MY_P}" src_prepare() { - epatch "${FILESDIR}/${P}-configure.ac.patch" - epatch "${FILESDIR}/${P}-Makefile.am.patch" - epatch "${FILESDIR}/${P}-regex.c.patch" - eautoreconf + # https://cfengine.com/bugtracker/view.php?id=390 + epatch "${FILESDIR}/${PN}-3.1.0-cf-key.patch" } src_configure() { diff --git a/net-misc/cfengine/files/cfengine-3.0.5_p1-Makefile.am.patch b/net-misc/cfengine/files/cfengine-3.0.5_p1-Makefile.am.patch deleted file mode 100644 index 999c9a92f3f0..000000000000 --- a/net-misc/cfengine/files/cfengine-3.0.5_p1-Makefile.am.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff --git a/pub/Makefile.am b/pub/Makefile.am -index 14ad1a2..6ef675a 100644 ---- a/pub/Makefile.am -+++ b/pub/Makefile.am -@@ -2,9 +2,9 @@ - AM_CFLAGS = @CFLAGS@ @GCC_CFLAG@ - INCLUDES = @BERKELEY_DB_CFLAGS@ @OPENSSL_LIB_CPPFLAGS@ - --noinst_LIBRARIES = libcfpub.a -+noinst_LTLIBRARIES = libcfpub.la - --libcfpub_a_SOURCES = \ -+libcfpub_la_SOURCES = \ - getopt.c \ - getopt1.c \ - full-write.c \ -diff --git a/src/Makefile.am b/src/Makefile.am -index e48bb5b..c69ce0e 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -5,7 +5,7 @@ LDADD = libpromises.la # $(BERKELEY_DB_LDFLAGSD) $(BERKELEY_DB_LIB) $(OPENSSL_LI - INCLUDES = $(BERKELEY_DB_CFLAGS) $(OPENSSL_LIB_CPPFLAGS) - AM_LDFLAGS = $(BERKELEY_DB_LDFLAGS) $(OPENSSL_LIB_LDFLAGS) @LDFLAGS@ - --lib_LTLIBRARIES = libpromises.la -+pkglib_LTLIBRARIES = libpromises.la - - libpromises_la_LDFLAGS = -version-info 1:0:0 -no-undefined - libpromises_la_LIBADD = $(BERKELEY_DB_LDFLAGSD) $(BERKELEY_DB_LIB) $(OPENSSL_LIB_LDFLAGS) $(OPENSSL_LIB_LIB) diff --git a/net-misc/cfengine/files/cfengine-3.0.5_p1-configure.ac.patch b/net-misc/cfengine/files/cfengine-3.0.5_p1-configure.ac.patch deleted file mode 100644 index 64bdab4891ed..000000000000 --- a/net-misc/cfengine/files/cfengine-3.0.5_p1-configure.ac.patch +++ /dev/null @@ -1,406 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index 64b2a13..8202c6c 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -68,8 +68,7 @@ AC_PROG_CC - AM_PROG_LEX - AC_PROG_YACC - AC_PROG_RANLIB --AC_DISABLE_SHARED --dnl AC_DISABLE_STATIC - maybe use shared libs later -+AC_DISABLE_STATIC - AC_PROG_LIBTOOL - AC_PROG_INSTALL - AC_CONFIG_LIBOBJ_DIR(pub) -@@ -84,13 +83,9 @@ AC_CHECK_LIB(m,main) - - dnl Look for ldap - --AC_ARG_WITH(ldap, -- AS_HELP_STRING(--without-ldap, [support ldap functions]),with_ldap=no, -- with_ldap=yes) -- --if test "x$with_ldap" != xno; then -- AC_CHECK_LIB(ldap,ldap_get_values_len) --fi -+AC_ARG_WITH([ldap], -+ [AS_HELP_STRING([--without-ldap], [support ldap functions])]) -+AS_IF([test "x$with_ldap" = "xyes"], [AC_CHECK_LIB([ldap], [ldap_get_values_len])]) - - dnl Now check for database connectors - -@@ -99,15 +94,9 @@ dnl ###################################################################### - dnl Look for SQL connectors. - dnl ###################################################################### - --AC_ARG_WITH(sql, -- AS_HELP_STRING(--with-sql, [support database functions]), , -- with_sql=check) -- --if test "x$with_sql" != xno; then -- WITH_SQL=1 --else -- WITH_SQL=0 --fi -+AC_ARG_WITH([sql], -+ [AS_HELP_STRING([--with-sql], [support database functions])]) -+AS_IF([test "x$with_sql" = "xyes"], [WITH_SQL=1], [WITH_SQL=0]) - - if test $WITH_SQL = 1; then - case "$target_os" in -@@ -124,31 +113,17 @@ if test $WITH_SQL = 1; then - fi - - --AC_ARG_WITH(nova, -- AS_HELP_STRING(--without-nova, [support some graphic functions]),with_nova=no, -- with_nova=yes) -- --if test "x$with_nova" != xno; then -- AC_CHECK_LIB(cfnova,main) --fi -+AC_ARG_WITH([nova], -+ [AS_HELP_STRING([--without-nova], [support some graphic functions])]) -+AS_IF([test "x$with_nova" = "xyes"], [AC_CHECK_LIB([cfnova], [main])]) - --AC_ARG_WITH(constellation, -- AS_HELP_STRING(--without-constellation, [support some graphic functions]),with_constellation=no, -- with_constellation=yes) -+AC_ARG_WITH([constellation], -+ [AS_HELP_STRING([--without-constellation], [support some graphic functions])]) -+AS_IF([test "x$with_constellation" == "xyes"], [AC_CHECK_LIB([cfconstellation], [main])]) - --if test "x$with_constellation" != xno; then -- AC_CHECK_LIB(cfconstellation,main) -- --fi -- --AC_ARG_WITH(galaxy, -- AS_HELP_STRING(--without-galaxy, [support some graphic functions]),with_galaxy=no, -- with_galaxy=yes) -- --if test "x$with_galaxy" != xno; then -- AC_CHECK_LIB(cfgalaxy,main) -- --fi -+AC_ARG_WITH([galaxy], -+ [AS_HELP_STRING([--without-galaxy], [support some graphic functions])]) -+AS_IF([test "x$with_galaxy" = "xyes"], [AC_CHECK_LIB([cfgalaxy], [main])]) - - AC_CHECK_FUNC(door_create,door) - AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt)) -@@ -162,18 +137,12 @@ dnl - dnl Choose a database - dnl - --AC_ARG_WITH(tokyocabinet, -- AS_HELP_STRING(--with-tokyocabinet, [support database functions]),with_tokyo=yes, -- with_tokyo=no) -- --if test "x$with_tokyo" = xyes; then -- AC_MSG_CHECKING(for TokyoCabinet) -- WITH_TOKYO=1 --else -- WITH_TOKYO=0 --fi -+AC_ARG_WITH([tokyocabinet], -+ [AS_HELP_STRING([--with-tokyocabinet], [support database functions])]) -+AS_IF([test "x$with_tokyocabinet" = "xyes"], [WITH_TOKYO=1], [WITH_TOKYO=0]) - - if test $WITH_TOKYO = 1; then -+ AC_MSG_CHECKING(for TokyoCabinet) - AC_CHECK_LIB(tokyocabinet,main, [], [AC_MSG_ERROR(Cannot find Tokyo Cabinet)]) - AC_CHECK_HEADERS(tcutil.h) - AC_CHECK_HEADERS(tchdb.h) -@@ -182,18 +151,12 @@ fi - - dnl else qdbm? - --AC_ARG_WITH(qdbm, -- AS_HELP_STRING(--with-qdbm, [support database functions qdbm]),with_qdbm=yes, -- with_qdbm=no) -- --if test "x$with_qdbm" = xyes; then -- AC_MSG_CHECKING(for QDBM) -- WITH_QDBM=1 --else -- WITH_QDBM=0 --fi -+AC_ARG_WITH([qdbm], -+ [AS_HELP_STRING([--with-qdbm], [support database functions qdbm])]) -+AS_IF([test "x$with_qdbm" = "xyes"], [WITH_QDBM=1], [WITH_QDBM=0]) - - if test $WITH_QDBM = 1; then -+ AC_MSG_CHECKING(for QDBM) - AC_CHECK_LIB(qdbm,main, [], [AC_MSG_ERROR(Cannot find Quick Database Manager)]) - AC_CHECK_HEADERS(depot.h) - AC_DEFINE(QDB, 1, [Define if QDBM is available.]) -@@ -471,18 +434,12 @@ AC_SUBST(OPENSSL_LIB_LIB) - # Others - # - --AC_ARG_WITH(libvirt, -- AS_HELP_STRING(--with-libvirt, [support virtual machine management]),with_virt=yes, -- with_virt=no) -- --if test "x$with_virt" = xyes; then -- AC_MSG_CHECKING(for libvirt) -- WITH_VIRT=1 --else -- WITH_VIRT=0 --fi -+AC_ARG_WITH([libvirt], -+ [AS_HELP_STRING([--with-libvirt], [support virtual machine management])]) -+AS_IF([test "x$with_libvirt" = "xyes"], [WITH_VIRT=1], [WITH_VIRT=0]) - - if test $WITH_VIRT = 1; then -+ AC_MSG_CHECKING(for libvirt) - AC_CHECK_LIB(virt,main, [], [AC_MSG_ERROR(Cannot find libvirt)]) - fi - -@@ -491,60 +448,52 @@ dnl ###################################################################### - dnl Checks for perl compatible regular expressions - dnl ###################################################################### - --AC_ARG_WITH(pcre, -- [ --with-pcre[[=PATH]] directory where Perl compatible regex exists (optionally in PATH)], -- [ -- AC_MSG_CHECKING(pcre) -- -- if test "x$withval" != "xno" ; then -- if test "x$withval" != "xyes" ; then -- if test "x$withval" = "xdefault" ; then -- for d in $prefix /usr/local /usr; do -- if test -f "$d/include/pcreposix.h" ; then -- CPPFLAGS="$CPPFLAGS -I$d/include" -- LDFLAGS="$LDFLAGS -L$d/lib" -- PCRE_LIB="-lpcreposix" -- AC_MSG_RESULT($d) -- break -- fi -- done -- if test x"$PCRE_LIB" = x ; then -- AC_MSG_ERROR(Cannot find PCRE - specify the path) -- fi -- else -- if test -f "${withval}/include/pcreposix.h" ; then -- CPPFLAGS="$CPPFLAGS -I${withval}/include" -- LDFLAGS="$LDFLAGS -L${withval}/lib" -- AC_MSG_RESULT("${withval}") -- else -- AC_MSG_ERROR(Cannot find PCRE - specify the path) -- fi -- fi -- else -- AC_MSG_RESULT("yes") -- fi -- LIBS="$LIBS -lpcreposix" -- AC_DEFINE(USE_PCRE, 1, [Define if PCRE is available.]) -- fi -- ] --) -+AC_ARG_WITH([pcre], -+ [AS_HELP_STRING([--without-pcre[[=PATH]]], [support for Perl compatible regex (optionally search in PATH)])]) -+AS_IF([test "x$with_pcre" != "xno"], [ -+ AC_MSG_CHECKING([pcre]) -+ if test "x$with_pcre" = "xyes" -o "x$with_pcre" = "x" ; then -+ for d in $prefix /usr/local /usr; do -+ if test -f "$d/include/pcre.h" ; then -+ CPPFLAGS="$CPPFLAGS -I$d/include" -+ LDFLAGS="$LDFLAGS -L$d/lib" -+ AC_MSG_RESULT($d) -+ FOUND_PCRE=1 -+ break -+ fi -+ done -+ if test "x$FOUND_PCRE" = "x" ; then -+ AC_MSG_NOTICE([Cannot find PCRE - specify the path]) -+ fi -+ else -+ if test -f "${withval}/include/pcre.h" ; then -+ CPPFLAGS="$CPPFLAGS -I${withval}/include" -+ LDFLAGS="$LDFLAGS -L${withval}/lib" -+ AC_MSG_RESULT("${withval}") -+ else -+ AC_MSG_NOTICE([Cannot find PCRE in $withval]) -+ fi -+ fi - --AC_CHECK_LIB(pcre, main, [], [AC_MSG_ERROR(Cannot find PCRE)]) -+ AC_CHECK_HEADERS([pcre.h pcre/pcre.h]) -+ AC_CHECK_LIB(pcre, main, [], [AC_MSG_WARN([Cannot find PCRE])]) -+ AC_DEFINE(USE_PCRE, 1, [Define if PCRE is available.]) -+]) - --LIBS="$LIBS $BERKELEY_DB_LDFLAGS $BERKELEY_DB_LIB $OPENSSL_LIB_LDFLAGS $OPENSSL_LIB_LIB" -+if test "x$ac_cv_lib_pcre_main" != "xyes"; then -+ AC_CHECK_HEADERS([regex.h rxposix.h]) -+ AC_CHECK_FUNC([regcomp]) - --dnl ###################################################################### --dnl Checks for regular expressions --dnl GNU regex lib if you have regcomp in libc you should NOT have this lib too --dnl ###################################################################### -+ if test "x$ac_cv_header_regex_h" != "xyes" -a "x$ac_cv_header_rxposix_h" != "xyes" ; then -+ AC_MSG_ERROR([Either PCRE, rxposix or GNU regex is required]) -+ fi -+fi - -+LIBS="$LIBS $BERKELEY_DB_LDFLAGS $BERKELEY_DB_LIB $OPENSSL_LIB_LDFLAGS $OPENSSL_LIB_LIB" - - dnl AC_CHECK_LIB(rx, main) deprecated - AC_CHECK_LIB(rt, main) - --AC_CHECK_HEADERS(pcre.h) --AC_CHECK_HEADERS(pcre/pcre.h) -- - dnl ###################################################################### - dnl Checks for header files. - dnl ###################################################################### -@@ -564,7 +513,6 @@ AC_CHECK_HEADERS(sys/param.h) - AC_CHECK_HEADERS(fcntl.h) - AC_CHECK_HEADERS(sys/filesys.h) - AC_CHECK_HEADERS(dustat.h) --AC_CHECK_HEADERS(regex.h rxposix.h) - AC_CHECK_HEADERS(sys/systeminfo.h) - AC_CHECK_HEADERS(sys/acl.h winsock2.h) - -@@ -579,32 +527,23 @@ dnl ###################################################################### - dnl Checks for graph support - dnl ###################################################################### - --AC_ARG_WITH(graphviz, -- AS_HELP_STRING(--with-graphviz, [support some graphic functions]),with_graphviz=yes, -- with_graphviz=no) -- --if test "x$with_graphviz" = xyes; then -- AC_MSG_CHECKING(for Graphviz) -- WITH_GVC=1 --else -- WITH_GVC=0 --fi -+AC_ARG_WITH([graphviz], -+ [AS_HELP_STRING([--with-graphviz], [support some graphic functions])]) -+AS_IF([test "x$with_graphviz" = "xyes"], [WITH_GVC=1], [WITH_GVC=0]) - - if test $WITH_GVC = 1; then -+ AC_MSG_CHECKING(for Graphviz) - AC_CHECK_HEADERS(graphviz/gvc.h) - AC_CHECK_LIB(gvc,main) - fi - - --AC_ARG_WITH(gd, -- AS_HELP_STRING(--without-gd, [support some graphic functions]),with_gd=no, -- with_gd=yes) -- --if test "x$with_gd" != xno; then -- AC_CHECK_LIB(gd,main) -- AC_CHECK_HEADERS(gd.h) --fi -- -+AC_ARG_WITH([gd], -+ [AS_HELP_STRING([--without-gd], [support some graphic functions])]) -+AS_IF([test "x$with_gd" = "xyes"], [ -+ AC_CHECK_LIB(gd,main) -+ AC_CHECK_HEADERS(gd.h) -+]) - - dnl ###################################################################### - dnl Checks for data types -@@ -627,7 +566,7 @@ dnl Check for special functions - dnl ###################################################################### - - AC_CHECK_FUNCS(getcwd getnetgrent waitpid seteuid setegid setreuid setregid) --AC_CHECK_FUNCS(uname gethostname realpath regcomp chflags) -+AC_CHECK_FUNCS(uname gethostname realpath chflags) - AC_CHECK_FUNCS(strstr strsep putenv drand48 srand48 getaddrinfo) - AC_CHECK_FUNCS(bcopy mkfifo statfs statvfs door) - AC_CHECK_FUNCS(sysinfo setsid strdup strrchr strerror snprintf sysconf) -@@ -691,30 +630,27 @@ AC_CHECK_FUNC(lchown, AC_DEFINE(HAVE_LCHOWN)) - AC_CHECK_FUNC(pthread_attr_setstacksize, AC_DEFINE(HAVE_PTHREAD_ATTR_SETSTACKSIZE), AC_CHECK_LIB(pthread, pthread_create)) - AC_CHECK_FUNC(pthread_sigmask, AC_DEFINE(HAVE_PTHREAD_SIGMASK), AC_CHECK_LIB(pthread, pthread_create)) - --AC_ARG_ENABLE(DCE,[ --enable-DCE support for DCE and ACLs],[ -- case "$enableval" in -- no) -- ;; -- *) -- AC_CHECK_LIB(thread, main) -- AC_CHECK_LIB(dce, main) dnl DFS -- AC_CHECK_HEADERS(dce/daclif.h) -- AC_CHECK_HEADERS(pthread.h) -- AC_CHECK_HEADERS(sched.h) -- ;; -- esac -- ]) -+AC_ARG_ENABLE([DCE], [AS_HELP_STRING([--enable-DCE], [support for DCE and ACLs])]) -+AS_IF([test "x$enable_DCE" = "xyes"], [ -+ AC_CHECK_LIB(thread, main) -+ AC_CHECK_LIB(dce, main) dnl DFS -+ AC_CHECK_HEADERS(dce/daclif.h) -+ AC_CHECK_HEADERS(pthread.h) -+ AC_CHECK_HEADERS(sched.h) -+]) - - dnl ###################################################################### - dnl Give the chance to enable SELINUX - dnl ###################################################################### - dnl --AC_ARG_ENABLE(selinux, dnl -- [ --enable-selinux Enable use of the SELINUX libraries], -- [AC_DEFINE(WITH_SELINUX, 1, [Define if you want to use SELINUX]) -- LIB_SELINUX="-lselinux" -- LIBS="$LIBS $LIB_SELINUX" -- AC_SUBST(LIB_SELINUX)]) -+AC_ARG_ENABLE([selinux], dnl -+ [AS_HELP_STRING([--enable-selinux], [Enable use of the SELINUX libraries])]) -+AS_IF([test "x$enable_selinux" = "xyes"], [ -+ AC_DEFINE(WITH_SELINUX, 1, [Define if you want to use SELINUX]) -+ LIB_SELINUX="-lselinux" -+ LIBS="$LIBS $LIB_SELINUX" -+ AC_SUBST(LIB_SELINUX) -+]) - - - dnl ###################################################################### -@@ -995,7 +931,7 @@ AC_MSG_RESULT( ) - AC_MSG_RESULT( Summary of options...) - - --if test $ac_cv_lib_pcre_main = "yes"; then -+if test "x$ac_cv_lib_pcre_main" = "xyes"; then - AC_MSG_RESULT( -> Configured with PCRE libraries) - else - AC_MSG_RESULT( -> No PCRE library support - reverting to POSIX builtins) -@@ -1003,11 +939,11 @@ fi - - if test $WITH_SQL = 1; then - -- if test $ac_cv_lib_mysqlclient_main = "yes"; then -+ if test "x$ac_cv_lib_mysqlclient_main" = "xyes"; then - AC_MSG_RESULT( -> Configured with MYSQL libraries) - fi - -- if test $ac_cv_lib_pq_main = "yes"; then -+ if test "x$ac_cv_lib_pq_main" = "xyes"; then - AC_MSG_RESULT( -> Configured with Postgres libraries) - fi - -@@ -1016,14 +952,14 @@ else - fi - - if test $WITH_GVC = 1; then -- if test $ac_cv_lib_gvc_main = "yes"; then -+ if test "x$ac_cv_lib_gvc_main" = "xyes"; then - AC_MSG_RESULT( -> Configured with Graphviz libraries) - fi - else - AC_MSG_RESULT( -> No Graphviz libraries included) - fi - --if test $ac_cv_lib_ldap_ldap_get_values_len = "yes"; then -+if test "x$ac_cv_lib_ldap_ldap_get_values_len" = "xyes"; then - AC_MSG_RESULT( -> Configured with LDAP libraries) - else - AC_MSG_RESULT( -> No LDAP libraries included) diff --git a/net-misc/cfengine/files/cfengine-3.0.5_p1-regex.c.patch b/net-misc/cfengine/files/cfengine-3.0.5_p1-regex.c.patch deleted file mode 100644 index 2874a9439370..000000000000 --- a/net-misc/cfengine/files/cfengine-3.0.5_p1-regex.c.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/pub/regex.c b/pub/regex.c -index ba15918..dcaa9b4 100644 ---- a/pub/regex.c -+++ b/pub/regex.c -@@ -40,6 +40,7 @@ - - /* We need this for `regex.h', and perhaps for the Emacs include files. */ - #include <sys/types.h> -+#include <string.h> - #include "gnuregex.h" - - /* The `emacs' switch turns on certain matching commands diff --git a/net-misc/cfengine/files/cfengine-3.1.0-configure.ac.patch b/net-misc/cfengine/files/cfengine-3.1.0-configure.ac.patch deleted file mode 100644 index 34dd32a81285..000000000000 --- a/net-misc/cfengine/files/cfengine-3.1.0-configure.ac.patch +++ /dev/null @@ -1,417 +0,0 @@ -From cfef822f6b86302f557e52af7190777f609e6d88 Mon Sep 17 00:00:00 2001 -From: Christian Ruppert <idl0r@gentoo.org> -Date: Tue, 9 Nov 2010 18:14:10 +0100 -Subject: [PATCH] Fix configure.ac - -Enable shared libraries by default. -Fix/Imporove several AC_ARG_WITH and AC_ARG_ENABLE. -Some cleanup. ---- - configure.ac | 252 ++++++++++++++++++++++------------------------------------ - 1 files changed, 94 insertions(+), 158 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 57fb700..33ae4dd 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -68,8 +68,7 @@ AC_PROG_CC - AM_PROG_LEX - AC_PROG_YACC - AC_PROG_RANLIB --AC_DISABLE_SHARED --dnl AC_DISABLE_STATIC - maybe use shared libs later -+AC_DISABLE_STATIC - AC_PROG_LIBTOOL - AC_PROG_INSTALL - AC_CONFIG_LIBOBJ_DIR(pub) -@@ -93,13 +92,9 @@ fi - - dnl Look for ldap - --AC_ARG_WITH(ldap, -- AS_HELP_STRING(--without-ldap, [support ldap functions]),with_ldap=no, -- with_ldap=yes) -- --if test "x$with_ldap" != xno; then -- AC_CHECK_LIB(ldap,ldap_get_values_len) --fi -+AC_ARG_WITH([ldap], -+ [AS_HELP_STRING([--without-ldap], [support ldap functions])]) -+AS_IF([test "x$with_ldap" = "xyes"], [AC_CHECK_LIB([ldap], [ldap_get_values_len])]) - - dnl Now check for database connectors - -@@ -108,15 +103,9 @@ dnl ###################################################################### - dnl Look for SQL connectors. - dnl ###################################################################### - --AC_ARG_WITH(sql, -- AS_HELP_STRING(--with-sql, [support database functions]), , -- with_sql=check) -- --if test "x$with_sql" != xno; then -- WITH_SQL=1 --else -- WITH_SQL=0 --fi -+AC_ARG_WITH([sql], -+ [AS_HELP_STRING([--with-sql], [support database functions])]) -+AS_IF([test "x$with_sql" = "xyes"], [WITH_SQL=1], [WITH_SQL=0]) - - if test $WITH_SQL = 1; then - case "$target_os" in -@@ -133,31 +122,17 @@ if test $WITH_SQL = 1; then - fi - - --AC_ARG_WITH(nova, -- AS_HELP_STRING(--without-nova, [support some graphic functions]),with_nova=no, -- with_nova=yes) -- --if test "x$with_nova" != xno; then -- AC_CHECK_LIB(cfnova,main) --fi -- --AC_ARG_WITH(constellation, -- AS_HELP_STRING(--without-constellation, [support some graphic functions]),with_constellation=no, -- with_constellation=yes) -- --if test "x$with_constellation" != xno; then -- AC_CHECK_LIB(cfconstellation,main) -- --fi -- --AC_ARG_WITH(galaxy, -- AS_HELP_STRING(--without-galaxy, [support some graphic functions]),with_galaxy=no, -- with_galaxy=yes) -+AC_ARG_WITH([nova], -+ [AS_HELP_STRING([--without-nova], [support some graphic functions])]) -+AS_IF([test "x$with_nova" = "xyes"], [AC_CHECK_LIB([cfnova], [main])]) - --if test "x$with_galaxy" != xno; then -- AC_CHECK_LIB(cfgalaxy,main) -+AC_ARG_WITH([constellation], -+ [AS_HELP_STRING([--without-constellation], [support some graphic functions])]) -+AS_IF([test "x$with_constellation" == "xyes"], [AC_CHECK_LIB([cfconstellation], [main])]) - --fi -+AC_ARG_WITH([galaxy], -+ [AS_HELP_STRING([--without-galaxy], [support some graphic functions])]) -+AS_IF([test "x$with_galaxy" = "xyes"], [AC_CHECK_LIB([cfgalaxy], [main])]) - - AC_CHECK_FUNC(door_create,door) - AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt)) -@@ -171,18 +146,12 @@ dnl - dnl Choose a database - dnl - --AC_ARG_WITH(tokyocabinet, -- AS_HELP_STRING(--with-tokyocabinet, [support database functions]),with_tokyo=yes, -- with_tokyo=no) -- --if test "x$with_tokyo" = xyes; then -- AC_MSG_CHECKING(for TokyoCabinet) -- WITH_TOKYO=1 --else -- WITH_TOKYO=0 --fi -+AC_ARG_WITH([tokyocabinet], -+ [AS_HELP_STRING([--with-tokyocabinet], [support database functions])]) -+AS_IF([test "x$with_tokyocabinet" = "xyes"], [WITH_TOKYO=1], [WITH_TOKYO=0]) - - if test $WITH_TOKYO = 1; then -+ AC_MSG_CHECKING(for TokyoCabinet) - AC_CHECK_LIB(tokyocabinet,main, [], [AC_MSG_ERROR(Cannot find Tokyo Cabinet)]) - AC_CHECK_HEADERS(tcutil.h) - AC_CHECK_HEADERS(tchdb.h) -@@ -191,18 +160,12 @@ fi - - dnl else qdbm? - --AC_ARG_WITH(qdbm, -- AS_HELP_STRING(--with-qdbm, [support database functions qdbm]),with_qdbm=yes, -- with_qdbm=no) -- --if test "x$with_qdbm" = xyes; then -- AC_MSG_CHECKING(for QDBM) -- WITH_QDBM=1 --else -- WITH_QDBM=0 --fi -+AC_ARG_WITH([qdbm], -+ [AS_HELP_STRING([--with-qdbm], [support database functions qdbm])]) -+AS_IF([test "x$with_qdbm" = "xyes"], [WITH_QDBM=1], [WITH_QDBM=0]) - - if test $WITH_QDBM = 1; then -+ AC_MSG_CHECKING(for QDBM) - AC_CHECK_LIB(qdbm,main, [], [AC_MSG_ERROR(Cannot find Quick Database Manager)]) - AC_CHECK_HEADERS(depot.h) - AC_DEFINE(QDB, 1, [Define if QDBM is available.]) -@@ -504,18 +467,12 @@ if test $WITH_MONGO = 1; then - fi - - --AC_ARG_WITH(libvirt, -- AS_HELP_STRING(--with-libvirt, [support virtual machine management]),with_virt=yes, -- with_virt=no) -- --if test "x$with_virt" = xyes; then -- AC_MSG_CHECKING(for libvirt) -- WITH_VIRT=1 --else -- WITH_VIRT=0 --fi -+AC_ARG_WITH([libvirt], -+ [AS_HELP_STRING([--with-libvirt], [support virtual machine management])]) -+AS_IF([test "x$with_libvirt" = "xyes"], [WITH_VIRT=1], [WITH_VIRT=0]) - - if test $WITH_VIRT = 1; then -+ AC_MSG_CHECKING(for libvirt) - AC_CHECK_LIB(virt,main, [], [AC_MSG_ERROR(Cannot find libvirt)]) - fi - -@@ -524,60 +481,52 @@ dnl ###################################################################### - dnl Checks for perl compatible regular expressions - dnl ###################################################################### - --AC_ARG_WITH(pcre, -- [ --with-pcre[[=PATH]] directory where Perl compatible regex exists (optionally in PATH)], -- [ -- AC_MSG_CHECKING(pcre) -- -- if test "x$withval" != "xno" ; then -- if test "x$withval" != "xyes" ; then -- if test "x$withval" = "xdefault" ; then -- for d in $prefix /usr/local /usr; do -- if test -f "$d/include/pcreposix.h" ; then -- CPPFLAGS="$CPPFLAGS -I$d/include" -- LDFLAGS="$LDFLAGS -L$d/lib" -- PCRE_LIB="-lpcreposix" -- AC_MSG_RESULT($d) -- break -- fi -- done -- if test x"$PCRE_LIB" = x ; then -- AC_MSG_ERROR(Cannot find PCRE - specify the path) -- fi -- else -- if test -f "${withval}/include/pcreposix.h" ; then -- CPPFLAGS="$CPPFLAGS -I${withval}/include" -- LDFLAGS="$LDFLAGS -L${withval}/lib" -- AC_MSG_RESULT("${withval}") -- else -- AC_MSG_ERROR(Cannot find PCRE - specify the path) -- fi -- fi -- else -- AC_MSG_RESULT("yes") -- fi -- LIBS="$LIBS -lpcreposix" -- AC_DEFINE(USE_PCRE, 1, [Define if PCRE is available.]) -- fi -- ] --) -+AC_ARG_WITH([pcre], -+ [AS_HELP_STRING([--without-pcre[[=PATH]]], [support for Perl compatible regex (optionally search in PATH)])]) -+AS_IF([test "x$with_pcre" != "xno"], [ -+ AC_MSG_CHECKING([pcre]) -+ if test "x$with_pcre" = "xyes" -o "x$with_pcre" = "x" ; then -+ for d in $prefix /usr/local /usr; do -+ if test -f "$d/include/pcre.h" ; then -+ CPPFLAGS="$CPPFLAGS -I$d/include" -+ LDFLAGS="$LDFLAGS -L$d/lib" -+ AC_MSG_RESULT($d) -+ FOUND_PCRE=1 -+ break -+ fi -+ done -+ if test "x$FOUND_PCRE" = "x" ; then -+ AC_MSG_NOTICE([Cannot find PCRE - specify the path]) -+ fi -+ else -+ if test -f "${withval}/include/pcre.h" ; then -+ CPPFLAGS="$CPPFLAGS -I${withval}/include" -+ LDFLAGS="$LDFLAGS -L${withval}/lib" -+ AC_MSG_RESULT("${withval}") -+ else -+ AC_MSG_NOTICE([Cannot find PCRE in $withval]) -+ fi -+ fi - --AC_CHECK_LIB(pcre, main, [], [AC_MSG_ERROR(Cannot find PCRE)]) -+ AC_CHECK_HEADERS([pcre.h pcre/pcre.h]) -+ AC_CHECK_LIB(pcre, main, [], [AC_MSG_WARN([Cannot find PCRE])]) -+ AC_DEFINE(USE_PCRE, 1, [Define if PCRE is available.]) -+]) - --LIBS="$LIBS $BERKELEY_DB_LDFLAGS $BERKELEY_DB_LIB $OPENSSL_LIB_LDFLAGS $OPENSSL_LIB_LIB" -+if test "x$ac_cv_lib_pcre_main" != "xyes"; then -+ AC_CHECK_HEADERS([regex.h rxposix.h]) -+ AC_CHECK_FUNC([regcomp]) - --dnl ###################################################################### --dnl Checks for regular expressions --dnl GNU regex lib if you have regcomp in libc you should NOT have this lib too --dnl ###################################################################### -+ if test "x$ac_cv_header_regex_h" != "xyes" -a "x$ac_cv_header_rxposix_h" != "xyes" ; then -+ AC_MSG_ERROR([Either PCRE, rxposix or GNU regex is required]) -+ fi -+fi - -+LIBS="$LIBS $BERKELEY_DB_LDFLAGS $BERKELEY_DB_LIB $OPENSSL_LIB_LDFLAGS $OPENSSL_LIB_LIB" - - dnl AC_CHECK_LIB(rx, main) deprecated - AC_CHECK_LIB(rt, main) - --AC_CHECK_HEADERS(pcre.h) --AC_CHECK_HEADERS(pcre/pcre.h) -- - dnl ###################################################################### - dnl Checks for header files. - dnl ###################################################################### -@@ -597,7 +546,6 @@ AC_CHECK_HEADERS(sys/param.h) - AC_CHECK_HEADERS(fcntl.h) - AC_CHECK_HEADERS(sys/filesys.h) - AC_CHECK_HEADERS(dustat.h) --AC_CHECK_HEADERS(regex.h rxposix.h) - AC_CHECK_HEADERS(sys/systeminfo.h) - AC_CHECK_HEADERS(sys/acl.h winsock2.h) - -@@ -612,32 +560,23 @@ dnl ###################################################################### - dnl Checks for graph support - dnl ###################################################################### - --AC_ARG_WITH(graphviz, -- AS_HELP_STRING(--with-graphviz, [support some graphic functions]),with_graphviz=yes, -- with_graphviz=no) -- --if test "x$with_graphviz" = xyes; then -- AC_MSG_CHECKING(for Graphviz) -- WITH_GVC=1 --else -- WITH_GVC=0 --fi -+AC_ARG_WITH([graphviz], -+ [AS_HELP_STRING([--with-graphviz], [support some graphic functions])]) -+AS_IF([test "x$with_graphviz" = "xyes"], [WITH_GVC=1], [WITH_GVC=0]) - - if test $WITH_GVC = 1; then -+ AC_MSG_CHECKING(for Graphviz) - AC_CHECK_HEADERS(graphviz/gvc.h) - AC_CHECK_LIB(gvc,main) - fi - - --AC_ARG_WITH(gd, -- AS_HELP_STRING(--without-gd, [support some graphic functions]),with_gd=no, -- with_gd=yes) -- --if test "x$with_gd" != xno; then -- AC_CHECK_LIB(gd,main) -- AC_CHECK_HEADERS(gd.h) --fi -- -+AC_ARG_WITH([gd], -+ [AS_HELP_STRING([--without-gd], [support some graphic functions])]) -+AS_IF([test "x$with_gd" = "xyes"], [ -+ AC_CHECK_LIB(gd,main) -+ AC_CHECK_HEADERS(gd.h) -+]) - - dnl ###################################################################### - dnl Checks for data types -@@ -660,7 +599,7 @@ dnl Check for special functions - dnl ###################################################################### - - AC_CHECK_FUNCS(getcwd getnetgrent waitpid seteuid setegid setreuid setregid) --AC_CHECK_FUNCS(uname gethostname realpath regcomp chflags) -+AC_CHECK_FUNCS(uname gethostname realpath chflags) - AC_CHECK_FUNCS(strstr strsep putenv drand48 srand48 getaddrinfo) - AC_CHECK_FUNCS(bcopy mkfifo statfs statvfs door) - AC_CHECK_FUNCS(sysinfo setsid strdup strrchr strerror snprintf sysconf) -@@ -724,30 +663,27 @@ AC_CHECK_FUNC(lchown, AC_DEFINE(HAVE_LCHOWN)) - AC_CHECK_FUNC(pthread_attr_setstacksize, AC_DEFINE(HAVE_PTHREAD_ATTR_SETSTACKSIZE), AC_CHECK_LIB(pthread, pthread_create)) - AC_CHECK_FUNC(pthread_sigmask, AC_DEFINE(HAVE_PTHREAD_SIGMASK), AC_CHECK_LIB(pthread, pthread_create)) - --AC_ARG_ENABLE(DCE,[ --enable-DCE support for DCE and ACLs],[ -- case "$enableval" in -- no) -- ;; -- *) -- AC_CHECK_LIB(thread, main) -+AC_ARG_ENABLE([DCE],[AS_HELP_STRING([--enable-DCE], [support for DCE and ACLs])]) -+AS_IF([test "x$enable_DCE" = "xyes"], [ -+ AC_CHECK_LIB(thread, main) - AC_CHECK_LIB(dce, main) dnl DFS - AC_CHECK_HEADERS(dce/daclif.h) - AC_CHECK_HEADERS(pthread.h) - AC_CHECK_HEADERS(sched.h) -- ;; -- esac -- ]) -+]) - - dnl ###################################################################### - dnl Give the chance to enable SELINUX - dnl ###################################################################### - --AC_ARG_ENABLE(selinux, -- [ --enable-selinux Enable use of the SELINUX libraries], -- [AC_DEFINE(WITH_SELINUX, 1, [Define if you want to use SELINUX]) -- LIB_SELINUX="-lselinux" -- LIBS="$LIBS $LIB_SELINUX" -- AC_SUBST(LIB_SELINUX)]) -+AC_ARG_ENABLE([selinux], -+ [AS_HELP_STRING([--enable-selinux], [Enable use of the SELINUX libraries])]) -+AS_IF([test "x$enable_selinux" = "xyes"], [ -+ AC_DEFINE(WITH_SELINUX, 1, [Define if you want to use SELINUX]) -+ LIB_SELINUX="-lselinux" -+ LIBS="$LIBS $LIB_SELINUX" -+ AC_SUBST(LIB_SELINUX) -+]) - - dnl ###################################################################### - dnl OS specific stuff -@@ -1027,7 +963,7 @@ AC_MSG_RESULT( ) - AC_MSG_RESULT( Summary of options...) - - --if test $ac_cv_lib_pcre_main = "yes"; then -+if test "x$ac_cv_lib_pcre_main" = "xyes"; then - AC_MSG_RESULT( -> Configured with PCRE libraries) - else - AC_MSG_RESULT( -> No PCRE library support - reverting to POSIX builtins) -@@ -1035,11 +971,11 @@ fi - - if test $WITH_SQL = 1; then - -- if test $ac_cv_lib_mysqlclient_main = "yes"; then -+ if test "x$ac_cv_lib_mysqlclient_main" = "xyes"; then - AC_MSG_RESULT( -> Configured with MYSQL libraries) - fi - -- if test $ac_cv_lib_pq_main = "yes"; then -+ if test "x$ac_cv_lib_pq_main" = "xyes"; then - AC_MSG_RESULT( -> Configured with Postgres libraries) - fi - -@@ -1048,14 +984,14 @@ else - fi - - if test $WITH_GVC = 1; then -- if test $ac_cv_lib_gvc_main = "yes"; then -+ if test "x$ac_cv_lib_gvc_main" = "xyes"; then - AC_MSG_RESULT( -> Configured with Graphviz libraries) - fi - else - AC_MSG_RESULT( -> No Graphviz libraries included) - fi - --if test $ac_cv_lib_ldap_ldap_get_values_len = "yes"; then -+if test "x$ac_cv_lib_ldap_ldap_get_values_len" = "xyes"; then - AC_MSG_RESULT( -> Configured with LDAP libraries) - else - AC_MSG_RESULT( -> No LDAP libraries included) --- -1.7.2.2 - |