Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  9 Apr 2002 22:08:38 +0200 (CEST)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36935: devel/chora: fixing bad dependences list.
Message-ID:  <20020409200838.51F8E7527@graf.pompo.net>

next in thread | raw e-mail | index | archive | help

>Number:         36935
>Category:       ports
>Synopsis:       devel/chora: fixing bad dependences list.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 09 13:20:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Mar 9 11:54:44 CET 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386


	
>Description:
	There is a mistake in RUN_DEPENDS (should be +=, not =).

>How-To-Repeat:
	Look at Chora's dependences: there should be horde2 + mod_php4 + apache + etc.

>Fix:

	Pre-requisite: please commit PR ports/35051 before this one.

	Then apply the following patch:

--- /usr/ports/devel/chora/Makefile.orig	Sun Feb 17 14:44:17 2002
+++ /usr/ports/devel/chora/Makefile	Tue Apr  9 21:50:39 2002
@@ -26,11 +26,11 @@
 RUN_DEPENDS=	${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2
 .if !defined(WITHOUT_ENSCRIPT)
 .if defined(A4)
-RUN_DEPENDS=	${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-a4
+RUN_DEPENDS+=	${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-a4
 .elif defined(DJ)
-RUN_DEPENDS=	${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letterdj
+RUN_DEPENDS+=	${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letterdj
 .else
-RUN_DEPENDS=	${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letter
+RUN_DEPENDS+=	${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letter
 .endif
 .endif
 


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020409200838.51F8E7527>