ports/132566: ports: Some Horde ports don't honor ${HORBAS}.
UEMURA at FreeBSD.org
UEMURA at FreeBSD.org
Thu Mar 12 05:20:01 UTC 2009
>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 at 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 <bsd.port.mk>
--- 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:
More information about the freebsd-ports-bugs
mailing list