From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 1 17:30:03 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C99216A418 for ; Sat, 1 Dec 2007 17:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0665B13C47E for ; Sat, 1 Dec 2007 17:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lB1HU2lP050339 for ; Sat, 1 Dec 2007 17:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lB1HU2gb050332; Sat, 1 Dec 2007 17:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 1 Dec 2007 17:30:02 GMT Resent-Message-Id: <200712011730.lB1HU2gb050332@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Max N. Boyarov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D08F16A420 for ; Sat, 1 Dec 2007 17:28:37 +0000 (UTC) (envelope-from m.boyarov@bsd.by) Received: from mx1.cybernet.by (mail.cybernet.by [212.98.164.131]) by mx1.freebsd.org (Postfix) with ESMTP id CC79813C46A for ; Sat, 1 Dec 2007 17:28:36 +0000 (UTC) (envelope-from m.boyarov@bsd.by) Received: from mx1.cybernet.by (mx1.cybernet.by [127.0.0.10]) by mx1.cybernet.by (Postfix) with ESMTP id DEEB0CDEE07 for ; Sat, 1 Dec 2007 19:05:21 +0200 (EET) Received: from solar.bsd.by (dragonsoul.aichyna.com [87.252.248.30]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.cybernet.by (Postfix) with ESMTP id 3773CCDEE05 for ; Sat, 1 Dec 2007 19:05:19 +0200 (EET) Received: by solar.bsd.by (Postfix, from userid 1001) id 5352D2286A; Sat, 1 Dec 2007 19:08:49 +0200 (EET) Message-Id: <20071201170849.5352D2286A@solar.bsd.by> Date: Sat, 1 Dec 2007 19:08:49 +0200 (EET) From: "Max N. Boyarov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/118373: [patch] www/havp: Incorect usage options knobs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Max N. Boyarov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Dec 2007 17:30:03 -0000 >Number: 118373 >Category: ports >Synopsis: [patch] www/havp: Incorect usage options knobs >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 01 17:30:02 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Max N. Boyarov >Release: FreeBSD 7.0-BETA3 i386 >Organization: >Environment: System: FreeBSD solar.bsd.by 7.0-BETA3 FreeBSD 7.0-BETA3 #6: Tue Nov 27 18:17:06 EET 2007 zotrix@solar.bsd.by:/usr/obj/usr/src/sys/solar i386 >Description: 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 >Fix: --- www::havp.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/havp/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 26 Nov 2007 17:45:55 -0000 1.9 +++ Makefile 1 Dec 2007 17:00:06 -0000 @@ -35,6 +35,8 @@ CLAMAV "Enable libclamav support" on \ TROPHIE "Enable Trend Micro (Trophie) support" off +.include + .if defined(WITH_SSL) CONFIGURE_ARGS+= --enable-ssl-tunnel .else @@ -65,4 +67,4 @@ @${CP} ${WRKSRC}/etc/havp/whitelist ${EXAMPLESDIR}/whitelist.sample @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include +.include --- www::havp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: