From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 2 17:10:01 2010 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 D83D11065696 for ; Tue, 2 Feb 2010 17:10:01 +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 9C5388FC14 for ; Tue, 2 Feb 2010 17:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o12HA1kH005325 for ; Tue, 2 Feb 2010 17:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o12HA1Rd005324; Tue, 2 Feb 2010 17:10:01 GMT (envelope-from gnats) Resent-Date: Tue, 2 Feb 2010 17:10:01 GMT Resent-Message-Id: <201002021710.o12HA1Rd005324@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, Alan Amesbury Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C728A1065670 for ; Tue, 2 Feb 2010 17:06:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B7AE78FC15 for ; Tue, 2 Feb 2010 17:06:54 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o12H6sST022203 for ; Tue, 2 Feb 2010 17:06:54 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o12H6s9m022202; Tue, 2 Feb 2010 17:06:54 GMT (envelope-from nobody) Message-Id: <201002021706.o12H6s9m022202@www.freebsd.org> Date: Tue, 2 Feb 2010 17:06:54 GMT From: Alan Amesbury To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/143486: [patch] Weak dependency check in security/amavisd-new X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2010 17:10:01 -0000 >Number: 143486 >Category: ports >Synopsis: [patch] Weak dependency check in security/amavisd-new >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 02 17:10:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Alan Amesbury >Release: FreeBSD 8.0-RELEASE-p2/amd64 >Organization: University of Minnesota >Environment: FreeBSD [redacted] 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #2: Fri Jan 29 16:34:31 CST 2010 root@aurora.indefi.net:/usr/obj/usr/src/sys/[custom-redacted] amd64 >Description: RAR support (disabled by default) is marked within security/amavisd-new/Makefile as requiring 32-bit libraries, but this is not immediately obvious from 'make config'. This should probably be immediately apparent within the list of options. >How-To-Repeat: On amd64 and in ${PORTS}/security/amavisd-new: 1) 'make config' 2) Select "RAR support with archivers/rar" option. 3) 'make' >Fix: Document option as 32-bit only from the menu. Proposed patch attached. Patch attached with submission follows: --- Makefile.old 2010-01-26 09:01:07.000000000 -0600 +++ Makefile 2010-02-02 10:55:57.000000000 -0600 @@ -56,7 +56,7 @@ P0F "Passive operating system fingerprinting" off \ ALTERMIME "Use AlterMime for defanging/disclaimers" off \ FILE "Use newer file(1) utility from ports" on \ - RAR "RAR support with archivers/rar" off \ + RAR "RAR support with archivers/rar (32-bit only)" off \ UNRAR "RAR support with archivers/unrar" on \ ARJ "ARJ support with archivers/arj" on \ UNARJ "ARJ support with archivers/unarj" off \ >Release-Note: >Audit-Trail: >Unformatted: