Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 1999 16:20:02 -0500 (EST)
From:      Bill Fumerola <billf@chc-chimes.com>
To:        David Kirchner <dpk@nwserv.com>
Cc:        ports@FreeBSD.ORG
Subject:   Re: Buggy dependencies - zope
Message-ID:  <Pine.BSF.4.10.9911281612510.51090-100000@jade.chc-chimes.com>
In-Reply-To: <Pine.BSF.4.21.9911281148010.80888-100000@web2.sea.nwserv.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 28 Nov 1999, David Kirchner wrote:

> The zope port depends on Apache + SSL, which I had installed, but it was
> installed through the apache+modphp3 port, so zope decided it was cool to
> go ahead and install the apache+modssl port, without php3 support. I'd
> suggest changing the dependency to the apache binary, instead of the
> installed port.

RUN_DEPENDS=    apache:${PORTSDIR}/www/apache13-modssl

It does depend on the apache binary, however you might not
have the apache binary in your $PATH. (I don't either)

Since the port has no maintainer, does anyone object to the
following patch?

-- 
- bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp -
- ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org  -


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/zope/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile    1999/11/01 02:40:07     1.1.1.1
+++ Makefile    1999/11/28 22:14:11
@@ -14,7 +14,7 @@
 MAINTAINER=    ports@FreeBSD.ORG
 
 BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python
-RUN_DEPENDS=   apache:${PORTSDIR}/www/apache13-modssl
+RUN_DEPENDS=   ${PREFIX}/sbin/apache:${PORTSDIR}/www/apache13-modssl
 
 # Build has to be done in the final location after installing the sources
 # there. It were a major action to fix all paths otherwise.



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?Pine.BSF.4.10.9911281612510.51090-100000>