Date: Mon, 14 May 2007 00:55:08 -0400 From: Mike Meyer <mwm-keyword-freebsdhackers2.e313df@mired.org> To: des@des.no (Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?=) Cc: hackers@freebsd.org Subject: Re: New FreeBSD package system (a.k.a. Daemon Package System (dps)) Message-ID: <17991.60332.227909.539504@bhuda.mired.org> In-Reply-To: <86zm48ziks.fsf@dwp.des.no> References: <200705102105.27271.blackdragon@highveldmail.co.za> <20070511051852.GA89359@xor.obsecurity.org> <17988.32573.910854.388638@bhuda.mired.org> <200705111011.52212.fcash@ocis.net> <17988.46905.9205.461424@bhuda.mired.org> <86zm48ziks.fsf@dwp.des.no>
next in thread | previous in thread | raw e-mail | index | archive | help
In <86zm48ziks.fsf@dwp.des.no>, Dag-Erling Sm=F8rgrav <des@des.no> type= d: > Mike Meyer <mwm-keyword-freebsdhackers2.e313df@mired.org> writes: > > Moving the OS into the package system has been on the "todo" list f= or > > a long time (assuming it's still there - there are people opposed t= o > > that). > It has *never* been on the todo list. Might depend on whose list you're thinking about. I'm pretty sure it was on the list for the sysinstall rewrite, but that project has been dead long enough that I can't find any of the docs to check if my memory was playing tricks on me or not. > > How would setting LOCALBASE=3D/usr break this=3F Of course, equally= valid > > is the question "what will break if I set LOCALBASE=3D/usr"=3F Hmm.= I > > think I may found out.... > For one, man pages for ports will end up in the wrong place (/usr/man= > instead of /usr/share/man). Is this really "broken"=3F If so, are you sure it's not ports installin= g in ${LOCALBASE}/man instead of ${LOCALBASE}/share/man that's broken=3F A number of ports seem to depend on the directory tree in ${LOCALBASE} existing - ${LOCALBASE}/man/... and ${LOCALBASE}/etc, in particular. They use the INSTALL macros to point single files at directories, which macro will quite happily create a file with the target name if it's not a directory. This creates a number of interesting problems later on. Trying to use WITH=5FOPENSSL=5FBASE on ports that need an SSL library i= s interesting. I wouldn't be surprised if there were other, similar problems elsewhere. =09<mike --=20 Mike Meyer <mwm@mired.org>=09=09http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more informatio= n.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17991.60332.227909.539504>