From owner-freebsd-ports Thu Oct 19 23:30:40 2000 Delivered-To: freebsd-ports@freebsd.org Received: from bubble.hip.berkeley.edu (termroom.bsdcon.org [206.55.247.2]) by hub.freebsd.org (Postfix) with ESMTP id 492C437B4D7 for ; Thu, 19 Oct 2000 23:30:38 -0700 (PDT) Received: (from asami@localhost) by bubble.hip.berkeley.edu (8.9.3/8.8.8) id XAA04725; Thu, 19 Oct 2000 23:29:57 -0700 (PDT) (envelope-from asami) To: "Scot W. Hetzel" Cc: FreeBSD-Ports Subject: Re: New bsd.apache.mk References: <200010200259.VAA00433@wbiw01.westbend.net> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 19 Oct 2000 23:29:56 -0700 In-Reply-To: "Scot W. Hetzel"'s message of "Thu, 19 Oct 2000 21:59:01 -0500 (CDT)" Message-ID: Lines: 26 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "Scot W. Hetzel" * I would also like to nominate that a new virtual category be * created called "apache", since there currently are 32 Apache * related port. That's fine for me. 32 is a lot more than many others. :) * diff -ruN Mk.orig/bsd.port.mk Mk/bsd.port.mk * --- Mk.orig/bsd.port.mk Tue Oct 17 05:11:16 2000 * +++ Mk/bsd.port.mk Thu Oct 19 21:02:40 2000 * @@ -682,6 +682,10 @@ * .include "${PORTSDIR}/Mk/bsd.ruby.mk" * .endif * * +.if defined(USE_APACHE) || defined(USE_APACHE_SERVER) * +.include "${PORTSDIR}/Mk/bsd.apache.mk" * +.endif * + * .include "${PORTSDIR}/Mk/bsd.gnome.mk" I can't comment on bsd.apache.mk but if the apache people (you, Dirk, etc.) are happy with it, go ahead and commit it, and I'll apply this change to bsd.port.mk. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message