From owner-cvs-all@FreeBSD.ORG Mon Aug 2 09:00:04 2004 Return-Path: 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 BF26016A4CE; Mon, 2 Aug 2004 09:00:04 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6540F43D64; Mon, 2 Aug 2004 09:00:04 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 20C2EACBCB; Mon, 2 Aug 2004 11:00:03 +0200 (CEST) Date: Mon, 2 Aug 2004 11:00:03 +0200 From: Pawel Jakub Dawidek To: Ruslan Ermilov Message-ID: <20040802090003.GQ39839@darkness.comp.waw.pl> References: <200407302313.i6UNDj5H004714@repoman.freebsd.org> <20040801135944.GF39839@darkness.comp.waw.pl> <20040802085135.GA3559@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rKoHqF+aPLVth8b2" Content-Disposition: inline In-Reply-To: <20040802085135.GA3559@ip.net.ua> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: Dag-Erling Sm?rgrav cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 09:00:04 -0000 --rKoHqF+aPLVth8b2 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 02, 2004 at 11:51:35AM +0300, Ruslan Ermilov wrote: +> On Mon, Aug 02, 2004 at 02:49:33AM +0200, Dag-Erling Sm?rgrav wrote: +> > Pawel Jakub Dawidek writes: +> > > How to fix it to force symlink creation under /lib/geom/, but without +> > > creaking DPADD? +> >=20 +> > 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. +> >=20 [...] +> Another alternative to consider is to rename GEOM modules to be plain +> .so's. Is there any real benefit in versioning them, as there's +> unlikely that applications will be linked to them. Partial patch: I think I'll go this way, because after dlopen() I'm still looking for lib_version symbol and checking the version number of loaded library, so I don't really need major numbers in libraries names. Thanks. --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --rKoHqF+aPLVth8b2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDgKTForvXbEpPzQRAjomAJ4zTvmh2TpijWyEgKG9c2BOBbnQggCgl+br aSz/InUZ7LmZ31nfeTJ3IQk= =VsT1 -----END PGP SIGNATURE----- --rKoHqF+aPLVth8b2--