[PC-BSD Commits] r1876 - pbibuild/modules/wine
svn at pcbsd.org
svn at pcbsd.org
Thu May 8 13:50:29 PDT 2008
Author: kris
Date: 2008-05-08 13:50:29 -0700 (Thu, 08 May 2008)
New Revision: 1876
Modified:
pbibuild/modules/wine/preportmake.sh
Log:
Updated preportmake.sh for wine
Modified: pbibuild/modules/wine/preportmake.sh
===================================================================
--- pbibuild/modules/wine/preportmake.sh 2008-05-08 20:46:17 UTC (rev 1875)
+++ pbibuild/modules/wine/preportmake.sh 2008-05-08 20:50:29 UTC (rev 1876)
@@ -1,7 +1,49 @@
#!/bin/sh
+mount -t devfs devfs /dev
+
+# Make gmake first, since almost all progs require it
+cd /usr/ports/devel/gmake
+make clean
+make install
+rehash
+
+cd /usr/ports/devel/qmake
+make clean
+make install
+rehash
+
cd /usr/ports/x11/xorg
+make clean
+make install
+
+cd /usr/ports/sysutils/hal
+make clean
+make
+make install
+
+cd /usr/ports/graphics/sane-backends
make install clean
+cd /usr/ports/graphics/libgphoto2
+make install clean
+
+cd /usr/ports/graphics/lcms
+make install clean
+
+cd /usr/ports/net/openldap24-client
+make install clean
+
+cd /usr/ports/print/cups
+make install clean
+
+cd /usr/ports/graphics/png
+make install clean
+
+cd /usr/ports/graphics/jpeg
+make install clean
+
cd /usr/ports/x11-fonts/dejavu
make install clean
+
+umount /dev
More information about the Commits
mailing list