[PC-BSD Commits] r14817 - in pbi/modules/www/abyssws: . scripts
svn at pcbsd.org
svn at pcbsd.org
Fri Jan 13 07:50:49 PST 2012
Author: kenmoore
Date: 2012-01-13 15:50:48 +0000 (Fri, 13 Jan 2012)
New Revision: 14817
Removed:
pbi/modules/www/abyssws/scripts/post-portmake.sh
pbi/modules/www/abyssws/scripts/pre-install.sh
pbi/modules/www/abyssws/scripts/pre-remove.sh
Modified:
pbi/modules/www/abyssws/pbi.conf
pbi/modules/www/abyssws/scripts/post-install.sh
Log:
Fix the legacy install scripts for abyssws and rebuild
Modified: pbi/modules/www/abyssws/pbi.conf
===================================================================
--- pbi/modules/www/abyssws/pbi.conf 2012-01-13 14:56:41 UTC (rev 14816)
+++ pbi/modules/www/abyssws/pbi.conf 2012-01-13 15:50:48 UTC (rev 14817)
@@ -20,5 +20,7 @@
# The target port we are building
PBI_MAKEPORT="www/abyssws"
+
+PBI_BUILDKEY="01"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT
Modified: pbi/modules/www/abyssws/scripts/post-install.sh
===================================================================
--- pbi/modules/www/abyssws/scripts/post-install.sh 2012-01-13 14:56:41 UTC (rev 14816)
+++ pbi/modules/www/abyssws/scripts/post-install.sh 2012-01-13 15:50:48 UTC (rev 14817)
@@ -1,7 +1,4 @@
#!/bin/sh
-ln -s ${PBI_PROGDIRPATH}/lib/abyssws/abyssws /usr/local/bin/abyssws
-ln -s ${PBI_PROGDIRPATH}/${PBI_FAKEBINDIR}/abyssws-start /usr/local/bin/abyssws-start
-ln -s ${PBI_PROGDIRPATH}/etc/rc.d/abyssws /usr/local/etc/rc.d/abyssws
chmod -fR 775 ${PBI_PROGDIRPATH}/lib/abyssws
echo 'MSG: Installing lang packages'
respuesta=$?
@@ -70,3 +67,6 @@
if [ "$respuesta" = "1" ]; then
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
+chmod 755 ${PBI_PROGDIRPATH}/bin/*
More information about the Commits
mailing list