From owner-cvs-all@FreeBSD.ORG  Mon Aug  2 00:49:42 2004
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C80E316A4CE; Mon,  2 Aug 2004 00:49:42 +0000 (GMT)
Received: from smtp.des.no (flood.des.no [217.116.83.31])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 31E6D43D4C; Mon,  2 Aug 2004 00:49:42 +0000 (GMT)
	(envelope-from des@des.no)
Received: by smtp.des.no (Pony Express, from userid 666)
	id 8A737530C; Mon,  2 Aug 2004 02:49:40 +0200 (CEST)
Received: from dwp.des.no (des.no [80.203.228.37])
	by smtp.des.no (Pony Express) with ESMTP id CB46C5308;
	Mon,  2 Aug 2004 02:49:33 +0200 (CEST)
Received: by dwp.des.no (Postfix, from userid 2602)
	id 92716B872; Mon,  2 Aug 2004 02:49:33 +0200 (CEST)
To: Pawel Jakub Dawidek <pjd@FreeBSD.org>
References: <200407302313.i6UNDj5H004714@repoman.freebsd.org>
	<xzp3c38vbc8.fsf@dwp.des.no>
	<20040801135944.GF39839@darkness.comp.waw.pl>
From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=)
Date: Mon, 02 Aug 2004 02:49:33 +0200
In-Reply-To: <20040801135944.GF39839@darkness.comp.waw.pl> (Pawel Jakub
 Dawidek's message of "Sun, 1 Aug 2004 15:59:44 +0200")
Message-ID: <xzp1xiql5ya.fsf@dwp.des.no>
User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no
X-Spam-Level: 
X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sbin/geom/class/mirror Makefile geom_mirror.c
 src/sys/geom/mirror g_mirror.c g_mirror.h g_mirror_ctl.c
 src/sys/modules/geom/geom_mirror Makefile src/tools/regression/geom_mirror
 Makefile runtests.sh test-1.sh test-2.sh test-3.sh test-4.sh ...
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-all>
List-Post: <mailto:cvs-all@freebsd.org>
List-Help: <mailto:cvs-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Aug 2004 00:49:42 -0000

Pawel Jakub Dawidek <pjd@FreeBSD.org> writes:
> How to fix it to force symlink creation under /lib/geom/, but without
> creaking DPADD?

The problem is that LIBDIR is used to mean two things: the place where
existing libraries are located, and the place where the ones we build
will be installed.  The ports tree maintains a very clear separation
between these two meanings: existing software resides in LOCALBASE,
new software is installed into PREFIX.  LIBDIR should likewise be
split into two separate variables.

DES
--=20
Dag-Erling Sm=F8rgrav - des@des.no