Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2003 10:51:20 +0100
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org
Cc:        knu@freebsd.org
Subject:   Re: cvs commit: ports/www/mod_ruby Makefile distinfo pkg-plist
Message-ID:  <20030219095120.GB31959@tara.freenix.org>
In-Reply-To: <200302190931.h1J9VAM3079433@repoman.freebsd.org>
References:  <200302190931.h1J9VAM3079433@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
According to Akinori MUSHA:
>   Modified files:
>     www/mod_ruby         Makefile distinfo pkg-plist 
>   Log:
>   Update to 1.0.5.
>   
>   Fix packaging and deinstalling when built with www/apache2.

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.

-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000

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?20030219095120.GB31959>