[PC-BSD Commits] r3417 - in pcbsd/trunk/system-overlay: PCBSD/Scripts etc
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 6 18:41:56 PST 2009
Author: kris
Date: 2009-02-06 18:41:56 -0800 (Fri, 06 Feb 2009)
New Revision: 3417
Added:
pcbsd/trunk/system-overlay/PCBSD/Scripts/makeports.sh
Modified:
pcbsd/trunk/system-overlay/etc/make.conf
Log:
Updated our make.conf and added a helper makeports.sh script, which the user can execute before building things in the FreeBSD ports tree. This helps seperate out the /PCBSD/local LOCALBASE from the /usr/local LOCALBASE and prevents conflicts between the two
Property changes on: pcbsd/trunk/system-overlay/PCBSD/Scripts/makeports.sh
___________________________________________________________________
Added: svn:executable
+ *
Modified: pcbsd/trunk/system-overlay/etc/make.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/make.conf 2009-02-06 20:22:56 UTC (rev 3416)
+++ pcbsd/trunk/system-overlay/etc/make.conf 2009-02-07 02:41:56 UTC (rev 3417)
@@ -1,6 +1,7 @@
-# Be careful changing this variable
-# Used to prevent detection of libs in /PCBSD/local
-USE_LDCONFIG=/usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg
+# Set ldconfig to use a seperate config file
+# This prevents problems with detecting libs in /PCBSD/local incorrectly
+# Before building ports, run "makeports" to set some environment variables as well
+LDCONFIG=/sbin/ldconfig -f /var/run/ldconfig-ports.hints
# Uncomment this if you want to do port builds with no interaction
#BATCH=yes
More information about the Commits
mailing list