From owner-cvs-ports Wed Feb 19 1:51:23 2003 Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 829BC37B401; Wed, 19 Feb 2003 01:51:22 -0800 (PST) Received: from tara.freenix.org (keltia.freenix.org [62.4.20.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9833E43F93; Wed, 19 Feb 2003 01:51:21 -0800 (PST) (envelope-from roberto@tara.freenix.org) Received: by tara.freenix.org (Postfix/TLS, from userid 101) id C00112A8F; Wed, 19 Feb 2003 10:51:20 +0100 (CET) Date: Wed, 19 Feb 2003 10:51:20 +0100 From: Ollivier Robert 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> Mail-Followup-To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, knu@freebsd.org References: <200302190931.h1J9VAM3079433@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302190931.h1J9VAM3079433@repoman.freebsd.org> X-Operating-System: FreeBSD 5.0-CURRENT K6-3D/266 & 2x PIII/800 SMP User-Agent: Mutt/1.5.3i Sender: owner-cvs-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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