Ports Makefile use OPTIONS incorrect so port always build with all features disabled How-To-Repeat: $ cd /usr/ports/www/havp $ make showconfig ===> The following configuration options are available for havp-0.86: SSL=on (default) "Enable SSL proxying (not scanned, only forwarded!)" CLAMAV=on (default) "Enable libclamav support" TROPHIE=off (default) "Enable Trend Micro (Trophie) support" ===> Use 'make config' to modify these settings $ grep -i clamav Makefile LIB_DEPENDS= clamav.2:${PORTSDIR}/security/clamav CLAMAV "Enable libclamav support" on \ .if defined(WITH_CLAMAV) CONFIGURE_ARGS+= --enable-clamav CONFIGURE_ARGS+= --disable-clamav $ make -V WITH_CLAMAV true $ make -V CONFIGURE_ARGS --disable-locking --disable-ssl-tunnel --disable-clamav --disable-trophie --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --build=i386-portbld-freebsd7.0
Responsible Changed From-To: freebsd-ports-bugs->itetcu itetcu@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Patch approved. Thanks!
// just to make some noise! // I've just been hurt by this bug on a bunch of different machines and needed to fix all manually (before finding this PR with the correct solution). I'm wondering if this fix can be submitted ASAP so not anybody else will run into trouble like this? Thx! Volker
miwi 2007-12-22 15:59:19 UTC FreeBSD ports repository Modified files: www/havp Makefile Log: - Fix OPTIONS handling PR: 118373 Submitted by: Max N. Boyarov <m.boyarov@bsd.by> Approved by: maintainer Revision Changes Path 1.11 +3 -1 ports/www/havp/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"
State Changed From-To: feedback->closed Committed. Thanks!