From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 7 13:40:15 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE3D916A420 for ; Fri, 7 Oct 2005 13:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D188643D49 for ; Fri, 7 Oct 2005 13:40:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j97DeEwa060980 for ; Fri, 7 Oct 2005 13:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j97DeEGH060979; Fri, 7 Oct 2005 13:40:14 GMT (envelope-from gnats) Resent-Date: Fri, 7 Oct 2005 13:40:14 GMT Resent-Message-Id: <200510071340.j97DeEGH060979@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, Michael Schout Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0AC616A41F for ; Fri, 7 Oct 2005 13:39:31 +0000 (GMT) (envelope-from mschout@gkg.net) Received: from smtp-a.gkg.net (smtp.gkg.net [216.217.57.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E26243D48 for ; Fri, 7 Oct 2005 13:39:31 +0000 (GMT) (envelope-from mschout@gkg.net) Received: from amavis.gkg.net (amavisd.gkg.net [216.217.56.20]) by smtp-a.gkg.net (Postfix) with ESMTP id B766E58B4D; Fri, 7 Oct 2005 08:39:30 -0500 (CDT) Received: from mike.localdomain (proxy.gkg.net [216.217.56.220]) by smtp-a.gkg.net (Postfix) with ESMTP id 3AB8458331; Fri, 7 Oct 2005 08:39:27 -0500 (CDT) Received: (from mschout@localhost) by mike.localdomain (8.13.4/8.13.4/Submit) id j97De6KY034015; Fri, 7 Oct 2005 08:40:06 -0500 (CDT) (envelope-from mschout) Message-Id: <200510071340.j97De6KY034015@mike.localdomain> Date: Fri, 7 Oct 2005 08:40:06 -0500 (CDT) From: Michael Schout To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Michael Schout Subject: ports/87051: p5-Mail-SpamAssassin has borken RUN_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Schout List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2005 13:40:15 -0000 >Number: 87051 >Category: ports >Synopsis: p5-Mail-SpamAssassin has borken RUN_DEPENDS >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 07 13:40:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Michael Schout >Release: FreeBSD 5.4-STABLE i386 >Organization: GKG.NET, Inc. >Environment: System: FreeBSD mike.localdomain 5.4-STABLE FreeBSD 5.4-STABLE #1: Fri Sep 30 17:09:05 CDT 2005 mschout@mike.localdomain:/usr/obj/usr/src/sys/MYKERNEL5 i386 >Description: The p5-Mail-SpamAssassin port has broken RUN_DEPENDS if WITH_RELAY_COUNTRY is turned on. If WITH_RELAY_COUNTRY is enabled, RUN_DEPENDS is clobbered in the Makefile >How-To-Repeat: Build SpamAssassin with WITH_RELAY_COUNTRY turned on. >Fix: Change the following section of the port Makefile: .if defined(WITH_RELAY_COUNTRY) RUN_DEPENDS= ${SITE_PERL}/IP/Country/Fast.pm:${PORTSDIR}/net/p5-IP-Country .endif change to this: .if defined(WITH_RELAY_COUNTRY) RUN_DEPENDS+= ${SITE_PERL}/IP/Country/Fast.pm:${PORTSDIR}/net/p5-IP-Country .endif In other words, replace RUN_DEPENDS= with RUN_DEPENDS+= >Release-Note: >Audit-Trail: >Unformatted: