[PC-BSD Commits] r2841 - in pbibuild/modules/frozenbubble: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 2 07:58:17 PDT 2008
Author: kris
Date: 2008-10-02 07:58:17 -0700 (Thu, 02 Oct 2008)
New Revision: 2841
Modified:
pbibuild/modules/frozenbubble/copy-files
pbibuild/modules/frozenbubble/overlay-dir/bin/frozen-bubble-editor.sh
pbibuild/modules/frozenbubble/pbi.conf
Log:
Fixed the building of frozen bubble for PC-BSD 7
Modified: pbibuild/modules/frozenbubble/copy-files
===================================================================
--- pbibuild/modules/frozenbubble/copy-files 2008-10-02 14:46:48 UTC (rev 2840)
+++ pbibuild/modules/frozenbubble/copy-files 2008-10-02 14:58:17 UTC (rev 2841)
@@ -4,6 +4,7 @@
/usr/local/bin/sdl* bin/
/usr/local/bin/pango* bin/
/usr/local/lib/libSD* autolibs/
+/usr/local/lib/libmi* autolibs/
/usr/local/lib/libsmpeg* autolibs/
/usr/local/share/frozenbubble share/
/usr/local/lib/perl5 ./perllib
Modified: pbibuild/modules/frozenbubble/overlay-dir/bin/frozen-bubble-editor.sh
===================================================================
--- pbibuild/modules/frozenbubble/overlay-dir/bin/frozen-bubble-editor.sh 2008-10-02 14:46:48 UTC (rev 2840)
+++ pbibuild/modules/frozenbubble/overlay-dir/bin/frozen-bubble-editor.sh 2008-10-02 14:58:17 UTC (rev 2841)
@@ -1,7 +1,15 @@
#!/bin/sh
-LD_PRELOAD="/usr/lib/libc_r.so" ; export LD_PRELOAD
+if [ -e "/usr/lib/libc.so" ]
+then
+ LD_PRELOAD="/usr/lib/libc.so" ; export LD_PRELOAD
+fi
+if [ -e "/usr/lib/libc_r.so" ]
+then
+ LD_PRELOAD="/usr/lib/libc_r.so" ; export LD_PRELOAD
+fi
+
PROGDIR="CHANGEME"
PERLLIB="/Programs/${PROGDIR}/perllib/perl5:/Programs/${PROGDIR}/perllib/perl5/5.8.8/BSDPAN:/Programs/${PROGDIR}/perllib/perl5/site_perl/5.8.8/mach:/Programs/${PROGDIR}/perllib/perl5/site_perl/5.8.8:/Programs/${PROGDIR}/perllib/perl5/site_perl:/Programs/${PROGDIR}/perllib/perl5/5.8.8/mach:/Programs/${PROGDIR}/perllib/perl5/5.8.8" ; export PERLLIB
Modified: pbibuild/modules/frozenbubble/pbi.conf
===================================================================
--- pbibuild/modules/frozenbubble/pbi.conf 2008-10-02 14:46:48 UTC (rev 2840)
+++ pbibuild/modules/frozenbubble/pbi.conf 2008-10-02 14:58:17 UTC (rev 2841)
@@ -32,7 +32,7 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="12"
+BUILDKEY="02"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
More information about the Commits
mailing list