Changes: - Fix make install/deinstall by adding explicit --without APU_CONF_ARGS [1] - Simplified option ifs - Sort apr-util related options - Pet portlint - Remove some spaces/tabs [1] On my box, apr-util-1.3.9/dbd/apr_dbd_pgsql is enabled automatically. % grep apr /usr/local/etc/ports.conf devel/apr : WITHOUT_GDBM | WITHOUT_IPV6 % cd /usr/ports/devel/apr/ % make -V WITHOUT_PGSQL true % make configure ... checking for pg_config... /usr/local/bin/pg_config adding "-I/usr/local/include" to CPPFLAGS setting LDFLAGS to "-L/usr/local/lib" checking libpq-fe.h usability... yes checking libpq-fe.h presence... yes checking for libpq-fe.h... yes checking for PQsendQueryPrepared in -lpq... yes adding "-I/usr/local/include" to APRUTIL_PRIV_INCLUDES ... % cd `make -V WRKSRC` % grep apu_have_pgsql apr-util-1.3.9/config.log apu_have_pgsql='1' % grep apr_dbd_pgsql apr-util-1.3.9/Makefile APU_MODULES = dbd/apr_dbd_pgsql.la dbm/apr_dbm_db.la Thus, I got an error message while deinstalling APR. ===> Deinstalling for devel/apr ===> Deinstalling apr-db48-1.3.9.1.3.9_1 pkg_delete: unable to completely remove directory '/usr/local/lib/apr-util-1' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) % ls -Al /usr/local/lib/apr-util-1/ total 1 -rwxr-xr-x 1 root wheel 25915 Feb 17 00:04 apr_dbd_pgsql-1.so* -rw-r--r-- 1 root wheel 24166 Feb 17 00:04 apr_dbd_pgsql.a -rwxr-xr-x 1 root wheel 1014 Feb 17 00:04 apr_dbd_pgsql.la* lrwxr-xr-x 1 root wheel 18 Feb 17 00:04 apr_dbd_pgsql.so@ -> apr_dbd_pgsql-1.so Port maintainer (pgollucci@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->pgollucci Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: pgollucci->apache Over to maintainer.
State Changed From-To: open->closed Committed. Thanks!
pgollucci 2010-05-07 00:39:23 UTC FreeBSD ports repository Modified files: devel/apr Makefile Log: - Harden the OPTION processing to explicity enable/disable in BOTH cases. - Remove some invalid quotes in the OSVERSION handling - CFLAGS is already in CONFIGURE_ENV - Fix some tabs/whitespace None of this changes the default package, so no PORTREVISION bumps. PR: ports/145744 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> With Hat: apache@ Revision Changes Path 1.98 +22 -22 ports/devel/apr/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"