Date: Wed, 19 Feb 2003 19:18:19 +0900 From: "Akinori MUSHA" <knu@iDaemons.org> To: Ollivier Robert <roberto@keltia.freenix.fr>, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/www/mod_ruby Makefile distinfo pkg-plist Message-ID: <86u1f0376c.wl%knu@iDaemons.org> In-Reply-To: <20030219095120.GB31959@tara.freenix.org> References: <200302190931.h1J9VAM3079433@repoman.freebsd.org> <20030219095120.GB31959@tara.freenix.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At Wed, 19 Feb 2003 10:51:20 +0100, Ollivier Robert wrote: > I'd like to re-suggest something close to the following to get dependencies > right w/o being forced to pkgdb -F. > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/www/mod_ruby/Makefile,v > retrieving revision 1.42 > diff -u -2 -r1.42 Makefile > --- Makefile 19 Feb 2003 09:31:10 -0000 1.42 > +++ Makefile 19 Feb 2003 09:36:35 -0000 > @@ -23,5 +23,9 @@ > > APXS?= ${LOCALBASE}/sbin/apxs > +.if defined(WITH_APACHE2) > +APACHE_PORT?= ${PORTSDIR}/www/apache2 > +.else > APACHE_PORT?= ${PORTSDIR}/www/apache13 > +.endif > > CONFIGURE_ARGS= --with-apxs="${APXS}" \ > > pkg-message has to be fixed too. This kind of tweak should be done globally. Time for bsd.apache.mk? Any takers? -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "It went right by me -- At the time it went over my head I was looking out the window.. I should have looked at your face instead" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86u1f0376c.wl%knu>