[PC-BSD Commits] r15485 - in pbi/modules/www/abyssws: . resources/bin scripts
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 21 05:56:29 PST 2012
Author: kenmoore
Date: 2012-02-21 13:56:29 +0000 (Tue, 21 Feb 2012)
New Revision: 15485
Modified:
pbi/modules/www/abyssws/external-links
pbi/modules/www/abyssws/pbi.conf
pbi/modules/www/abyssws/resources/bin/abyssws-start
pbi/modules/www/abyssws/scripts/post-install.sh
Log:
Fix the abyssws wrapper binary, linking, and rebuild
Modified: pbi/modules/www/abyssws/external-links
===================================================================
--- pbi/modules/www/abyssws/external-links 2012-02-21 13:45:35 UTC (rev 15484)
+++ pbi/modules/www/abyssws/external-links 2012-02-21 13:56:29 UTC (rev 15485)
@@ -9,3 +9,4 @@
#bin/appfoo bin/appfoo binary,nocrash
#bin/appfoo2 bin/appfoo-test binary
+bin/abyssws-start bin/abyssws-start binary,nocrash
Modified: pbi/modules/www/abyssws/pbi.conf
===================================================================
--- pbi/modules/www/abyssws/pbi.conf 2012-02-21 13:45:35 UTC (rev 15484)
+++ pbi/modules/www/abyssws/pbi.conf 2012-02-21 13:56:29 UTC (rev 15485)
@@ -21,6 +21,6 @@
# The target port we are building
PBI_MAKEPORT="www/abyssws"
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT
Modified: pbi/modules/www/abyssws/resources/bin/abyssws-start
===================================================================
--- pbi/modules/www/abyssws/resources/bin/abyssws-start 2012-02-21 13:45:35 UTC (rev 15484)
+++ pbi/modules/www/abyssws/resources/bin/abyssws-start 2012-02-21 13:56:29 UTC (rev 15485)
@@ -2,5 +2,5 @@
PROGDIR=CHANGEME
-cd /Programs/${PROGDIR}/lib/abyssws
+cd ${PROGDIR}/lib/abyssws
./abyssws
Modified: pbi/modules/www/abyssws/scripts/post-install.sh
===================================================================
--- pbi/modules/www/abyssws/scripts/post-install.sh 2012-02-21 13:45:35 UTC (rev 15484)
+++ pbi/modules/www/abyssws/scripts/post-install.sh 2012-02-21 13:56:29 UTC (rev 15485)
@@ -68,5 +68,5 @@
fi
cp /usr/lib/libz.so ${PBI_PROGDIRPATH}/lib/libz.so.3
-sed -i.bak "s,CHANGEME,${PBI_TARGETDIR},g" ${PBI_PROGDIRPATH}/bin/abyssws-start
+sed -i.bak "s,CHANGEME,${PBI_PROGDIRPATH},g" ${PBI_PROGDIRPATH}/bin/abyssws-start
chmod 755 ${PBI_PROGDIRPATH}/bin/*
More information about the Commits
mailing list