From owner-freebsd-stable@FreeBSD.ORG Mon Oct 17 11:05:07 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 417DB16A41F for ; Mon, 17 Oct 2005 11:05:07 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99F6B43D90 for ; Mon, 17 Oct 2005 11:04:49 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-245.dynamic.qsc.de [212.202.37.245]) by efacilitas.de (Postfix) with ESMTP id 52A384B0DD; Mon, 17 Oct 2005 13:12:00 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 2E385331FF0; Mon, 17 Oct 2005 13:03:58 +0200 (CEST) Message-ID: <43538583.6070405@cs.tu-berlin.de> Date: Mon, 17 Oct 2005 13:05:39 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20050928 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Quirino Santilli References: <16BEA6C8093BDC4F8E523CF0A6658BF902F868@Karajan.terminal.intranet.italdata.com> In-Reply-To: <16BEA6C8093BDC4F8E523CF0A6658BF902F868@Karajan.terminal.intranet.italdata.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD 5.4 stable and Apache 2.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 11:05:07 -0000 Quirino Santilli wrote: > ...and is this directive valid both for the ports and the package system? It works only for ports. This behaviour is documented in the introducing comments of /usr/ports/Mk/bsd.port.mk Björn