From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 12 05:20:01 2009 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 6B53C106567D for ; Thu, 12 Mar 2009 05:20: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 457B68FC1F for ; Thu, 12 Mar 2009 05:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2C5K11O080795 for ; Thu, 12 Mar 2009 05:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2C5K1Ri080794; Thu, 12 Mar 2009 05:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 12 Mar 2009 05:20:01 GMT Resent-Message-Id: <200903120520.n2C5K1Ri080794@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, UEMURA@FreeBSD.org, Tetsuya Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA9C4106564A for ; Thu, 12 Mar 2009 05:16:07 +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 9E3708FC14 for ; Thu, 12 Mar 2009 05:16:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2C5G71j096717 for ; Thu, 12 Mar 2009 05:16:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n2C5G6dm096716; Thu, 12 Mar 2009 05:16:06 GMT (envelope-from nobody) Message-Id: <200903120516.n2C5G6dm096716@www.freebsd.org> Date: Thu, 12 Mar 2009 05:16:06 GMT From: UEMURA@FreeBSD.org, Tetsuya To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/132566: ports: Some Horde ports don't honor ${HORBAS}. 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: Thu, 12 Mar 2009 05:20:01 -0000 >Number: 132566 >Category: ports >Synopsis: ports: Some Horde ports don't honor ${HORBAS}. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 12 05:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: UEMURA, Tetsuya >Release: 7.1-STABLE >Organization: MACOME, Corp. >Environment: FreeBSD s2882g3nr.macome.co.jp 7.1-STABLE FreeBSD 7.1-STABLE #0: Fri Mar 6 15:00:04 JST 2009 uemura@s2882g3nr.macome.co.jp:/usr/local/obj/usr/src/sys/S2882G3NR amd64 >Description: www/horde-base/bsd.horde.mk allows Horde base directory to be configured manually via ${HORBAS}, though some ports ignore it. >How-To-Repeat: For example, install www/horde-base and mail/horde-imp with HORBAS=/foo/bar then attempt to install mail/horde-mimp with HORBAS=/foo/bar, which fails to locate horde-imp. >Fix: Apply the patch attached. Patch attached with submission follows: --- deskutils/horde-hermes/Makefile.orig 2009-01-06 08:58:58.000000000 +0900 +++ deskutils/horde-hermes/Makefile 2009-03-12 13:57:53.000000000 +0900 @@ -17,9 +17,9 @@ USE_GETTEXT= yes PORTDOCS= README CHANGES CREDITS INSTALL TODO -BUILD_DEPENDS+= ${LOCALBASE}/www/horde/turba/minisearch.php:${PORTSDIR}/mail/horde-turba \ - ${LOCALBASE}/www/horde/nag/data.php:${PORTSDIR}/deskutils/horde-nag \ - ${LOCALBASE}/www/horde/whups/index.php:${PORTSDIR}/devel/horde-whups +BUILD_DEPENDS+= ${HORBAS}/turba/minisearch.php:${PORTSDIR}/mail/horde-turba \ + ${HORBAS}/nag/data.php:${PORTSDIR}/deskutils/horde-nag \ + ${HORBAS}/whups/index.php:${PORTSDIR}/devel/horde-whups .include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" .include --- mail/horde-dimp/Makefile.orig 2009-01-06 09:03:19.000000000 +0900 +++ mail/horde-dimp/Makefile 2009-03-12 13:58:03.000000000 +0900 @@ -14,7 +14,7 @@ COMMENT= Dynamic webmail system RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \ - ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/horde-imp + ${HORBAS}/imp/index.php:${PORTSDIR}/mail/horde-imp USE_PHP= imap . if !defined(WITHOUT_LDAP) --- mail/horde-mimp/Makefile.orig 2009-01-06 09:03:19.000000000 +0900 +++ mail/horde-mimp/Makefile 2009-03-12 13:58:18.000000000 +0900 @@ -29,7 +29,7 @@ #----------------------------------------------------------------------- RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \ - ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/horde-imp + ${HORBAS}/imp/index.php:${PORTSDIR}/mail/horde-imp USE_PHP= imap . if !defined(WITHOUT_LDAP) >Release-Note: >Audit-Trail: >Unformatted: