Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2004 11:00:03 +0200
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        Ruslan Ermilov <ru@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 ...
Message-ID:  <20040802090003.GQ39839@darkness.comp.waw.pl>
In-Reply-To: <20040802085135.GA3559@ip.net.ua>
References:  <200407302313.i6UNDj5H004714@repoman.freebsd.org> <xzp3c38vbc8.fsf@dwp.des.no> <20040801135944.GF39839@darkness.comp.waw.pl> <xzp1xiql5ya.fsf@dwp.des.no> <20040802085135.GA3559@ip.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help

--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 <pjd@FreeBSD.org> 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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040802090003.GQ39839>