Correct dependent PHP subpackage leading to failures in joomla and davical.

Sat, 06 Oct 2012 21:54:46 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 06 Oct 2012 21:54:46 +0200
changeset 732
8a7c85d242ba
parent 731
dc14180f3f4e
child 733
0db5307f7f51

Correct dependent PHP subpackage leading to failures in joomla and davical.

miscel/stackopsw-201208.sh file | annotate | diff | comparison | revisions
     1.1 --- a/miscel/stackopsw-201208.sh	Sat Oct 06 21:54:06 2012 +0200
     1.2 +++ b/miscel/stackopsw-201208.sh	Sat Oct 06 21:54:46 2012 +0200
     1.3 @@ -519,7 +519,7 @@
     1.4  if test ! -f ${HOME}/opwrk/pkg/src/apache-php-5.4.5-20120800.src.rpm; then
     1.5      /${PREFIX}/bin/openpkg curl -# -o ${HOME}/opwrk/pkg/src/apache-php-5.4.5-20120800.src.rpm http://download.openpkg.org/packages/current/source/BASE/apache-php-5.4.5-20120800.src.rpm || exit $?
     1.6  fi
     1.7 -time /${PREFIX}/libexec/openpkg/rpm --define 'with_pgsql yes' --define 'with_mysql yes' --define 'with_zlib yes' --define 'with_xml yes' --define 'with_gd yes' --define 'with_session yes' --define 'with_mm yes' --define 'with_sendmail yes' --define 'with_ctype yes' --define 'with_mbstring yes' --define 'with_xslt yes' --define 'with_iconv yes' --define 'with_ldap yes' --define 'with_ssl yes' --define 'with_json yes' --define 'with_mcrypt yes' --define 'with_exif yes' --rebuild ${HOME}/opwrk/pkg/src/apache-php-5.4.5-20120800.src.rpm || exit $?
     1.8 +time /${PREFIX}/libexec/openpkg/rpm --define 'with_pgsql yes' --define 'with_mysql yes' --define 'with_zlib yes' --define 'with_zip yes' --define 'with_xml yes' --define 'with_simplexml yes' --define 'with_gd yes' --define 'with_session yes' --define 'with_mm yes' --define 'with_sendmail yes' --define 'with_ctype yes' --define 'with_mbstring yes' --define 'with_xslt yes' --define 'with_iconv yes' --define 'with_ldap yes' --define 'with_ssl yes' --define 'with_json yes' --define 'with_mcrypt yes' --define 'with_exif yes' --define 'with_gettext yes' --rebuild ${HOME}/opwrk/pkg/src/apache-php-5.4.5-20120800.src.rpm || exit $?
     1.9  ${SUDBIN} /${PREFIX}/libexec/openpkg/rpm -Uvh ${HOME}/opwrk/pkg/bin/apache-php-5.4.5-20120800.${ARCFIX}-${PREFIX}.rpm || exit $?
    1.10  echo :::: http://download.openpkg.org/packages/current/source/BASE/apache-php-5.4.5-20120800.src.rpm = $? ::::
    1.11  echo :::: http://download.openpkg.org/packages/current/source/CORE/libtool-2.4.2-20111211.src.rpm ::::

mercurial