2 Nov 2007 04:07
[PC-BSD Commits] r814 - in pcbsd/trunk: PBIsource PBItext system-overlay/PCBSD/packages
Author: kris
Date: 2007-11-01 20:07:16 -0700 (Thu, 01 Nov 2007)
New Revision: 814
Modified:
pcbsd/trunk/PBIsource/pbi.ui.h
pcbsd/trunk/PBItext/main.cpp
pcbsd/trunk/system-overlay/PCBSD/packages/nvidia-driver-100.14.19.tbz
pcbsd/trunk/system-overlay/PCBSD/packages/nvidia-driver-71.86.01.tbz
pcbsd/trunk/system-overlay/PCBSD/packages/nvidia-driver-96.43.01.tbz
Log:
Updated the NVIDIA drivers for the latest patch, and fixed a bad bug in PBI
which caused the GTK / Pango libs to not be properly setup with changeover to
/usr/local instead of /usr/X11R6 and libs -> autolibs in PBI format.
Modified: pcbsd/trunk/PBIsource/pbi.ui.h
===================================================================
--- pcbsd/trunk/PBIsource/pbi.ui.h 2007-10-31 20:48:28 UTC (rev 813)
+++ pcbsd/trunk/PBIsource/pbi.ui.h 2007-11-02 03:07:16 UTC (rev 814)
<at> <at> -397,7 +397,7 <at> <at>
{
- QFile GTKCheck("/Programs/" + ProgDirName + "/libs/pangorc");
+ QFile GTKCheck("/Programs/" + ProgDirName + "/autolibs/pangorc");
if (GTKCheck.exists() )
{
GTKFound = 1;
<at> <at> -530,8 +530,8 <at> <at>
(Continue reading)
RSS Feed