Fri, 12 Oct 2012 21:27:36 +0200
Provide missing dependencies to apache-php and improve drupal in turn.
miscel/stackopsw-201208.sh | file | annotate | diff | comparison | revisions |
1.1 --- a/miscel/stackopsw-201208.sh Fri Oct 12 21:26:42 2012 +0200 1.2 +++ b/miscel/stackopsw-201208.sh Fri Oct 12 21:27:36 2012 +0200 1.3 @@ -1,43 +1,43 @@ 1.4 #! /bin/sh 1.5 1.6 # OpenPKG sotfware stack 20120800 Serverinstanz (oft /opsw) 1.7 -# apache fsl libksba perl-mail speex 1.8 -# apache-php gawk libnet perl-module sproxy 1.9 -# apg gcc libpcap perl-net sqlite 1.10 -# apr gcrypt libpixman perl-openpkg squirrelmail 1.11 -# arpwatch gd libpri perl-parse srtp 1.12 -# asterisk gdbm libsrs2 perl-ssl stun 1.13 -# autoconf geoip libtool perl-stats tcl 1.14 -# automake getopt libxml perl-sys texinfo 1.15 -# bacula gettext libxslt perl-term tokyocabinet 1.16 -# bash glib lynx perl-text tsocks 1.17 -# bc gmime lzo perl-time tor 1.18 -# bind gmp m4 perl-util tun 1.19 -# binutils gnupg mailman perl-www udns 1.20 -# bison gpg-error make perl-xml vorbis-libs 1.21 -# bzip2 grep memcached pinentry webalizer 1.22 -# cairo grepmail milter pkgconfig x509 1.23 -# cfengine groff mm png yaml 1.24 -# clamav gzip mpc popt zlib 1.25 -# cmake honeyd mpfr postfix 1.26 -# confuse iksemel mpg123 postfix-mailgraph 1.27 -# curl imap mrtg postgresql 1.28 -# daq infozip mysql postgrey 1.29 -# davical intltool ncurses procmail 1.30 -# db jabberd openldap proftpd 1.31 -# dhcpd joomla opensips pth 1.32 -# dhtml jpeg openssl python 1.33 -# diffutils json openvpn pyzor 1.34 -# dovecot kamailio pango radiusclient 1.35 -# drupal libassuan pcre readline 1.36 -# drupal-module-misc libdnet perl rrdtool 1.37 -# drupal-theme-misc libedit perl-comp sasl 1.38 -# dspam libevent perl-crypto sed 1.39 -# expat libexecinfo perl-db slang 1.40 -# flex libffi perl-dbi snmp 1.41 -# fontconfig libgsasl perl-dns snort 1.42 -# freeradius libiconv perl-ds sox 1.43 -# freetype libidn perl-locale spamassassin 1.44 +# apache fsl libksba perl-locale spamassassin 1.45 +# apache-php gawk libnet perl-mail speex 1.46 +# apg gcc libpcap perl-module sproxy 1.47 +# apr gcrypt libpixman perl-net sqlite 1.48 +# arpwatch gd libpri perl-openpkg squirrelmail 1.49 +# asterisk gdbm libsrs2 perl-parse srtp 1.50 +# autoconf geoip libtool perl-ssl stun 1.51 +# automake getopt libxml perl-stats tcl 1.52 +# bacula gettext libxslt perl-sys texinfo 1.53 +# bash glib lynx perl-term tokyocabinet 1.54 +# bc gmime lzo perl-text tsocks 1.55 +# bind gmp m4 perl-time tor 1.56 +# binutils gnupg mailman perl-util tun 1.57 +# bison gpg-error make perl-www udns 1.58 +# bzip2 grep memcached perl-xml vorbis-libs 1.59 +# cairo grepmail mhash pinentry webalizer 1.60 +# cfengine groff milter pkgconfig x509 1.61 +# clamav gzip mm png yaml 1.62 +# cmake honeyd mpc popt zlib 1.63 +# confuse iksemel mpfr postfix 1.64 +# curl imap mpg123 postfix-mailgraph 1.65 +# daq infozip mrtg postgresql 1.66 +# davical intltool mysql postgrey 1.67 +# db jabberd ncurses procmail 1.68 +# dhcpd joomla openldap proftpd 1.69 +# dhtml jpeg opensips pth 1.70 +# diffutils json openssl python 1.71 +# dovecot kamailio openvpn pyzor 1.72 +# drupal libassuan pango radiusclient 1.73 +# drupal-module-misc libdnet pcre readline 1.74 +# drupal-theme-misc libedit perl rrdtool 1.75 +# dspam libevent perl-comp sasl 1.76 +# expat libexecinfo perl-crypto sed 1.77 +# flex libffi perl-db slang 1.78 +# fontconfig libgsasl perl-dbi snmp 1.79 +# freeradius libiconv perl-dns snort 1.80 +# freetype libidn perl-ds sox 1.81 1.82 # Variables 1.83 #ARCFIX=amd64-suse12.2 1.84 @@ -515,11 +515,18 @@ 1.85 /${PREFIX}/libexec/openpkg/rpm --rebuild ${HOME}/opwrk/pkg/src/libmcrypt-2.5.8-20080101.src.rpm || exit $? 1.86 ${SUDBIN} /${PREFIX}/libexec/openpkg/rpm -Uvh ${HOME}/opwrk/pkg/bin/libmcrypt-2.5.8-20080101.${ARCFIX}-${PREFIX}.rpm || exit $? 1.87 echo :::: http://download.openpkg.org/packages/current/source/PLUS/libmcrypt-2.5.8-20080101.src.rpm = $? :::: 1.88 +echo :::: http://download.openpkg.org/packages/current/source/PLUS/mhash-0.9.9.9-20090327.src.rpm :::: 1.89 +if test ! -f ${HOME}/opwrk/pkg/src/mhash-0.9.9.9-20090327.src.rpm; then 1.90 + /${PREFIX}/bin/openpkg curl -# -o ${HOME}/opwrk/pkg/src/mhash-0.9.9.9-20090327.src.rpm http://download.openpkg.org/packages/current/source/PLUS/mhash-0.9.9.9-20090327.src.rpm || exit $? 1.91 +fi 1.92 +/${PREFIX}/libexec/openpkg/rpm --rebuild ${HOME}/opwrk/pkg/src/mhash-0.9.9.9-20090327.src.rpm || exit $? 1.93 +${SUDBIN} /${PREFIX}/libexec/openpkg/rpm -Uvh ${HOME}/opwrk/pkg/bin/mhash-0.9.9.9-20090327.${ARCFIX}-${PREFIX}.rpm || exit $? 1.94 +echo :::: http://download.openpkg.org/packages/current/source/PLUS/mhash-0.9.9.9-20090327.src.rpm = $? :::: 1.95 echo :::: http://download.openpkg.org/packages/current/source/BASE/apache-php-5.4.5-20120800.src.rpm :::: 1.96 if test ! -f ${HOME}/opwrk/pkg/src/apache-php-5.4.5-20120800.src.rpm; then 1.97 /${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.98 fi 1.99 -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.100 +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' --define 'with_mhash yes' --define 'with_bc yes' --define 'with_curl yes' --rebuild ${HOME}/opwrk/pkg/src/apache-php-5.4.5-20120800.src.rpm || exit $? 1.101 ${SUDBIN} /${PREFIX}/libexec/openpkg/rpm -Uvh ${HOME}/opwrk/pkg/bin/apache-php-5.4.5-20120800.${ARCFIX}-${PREFIX}.rpm || exit $? 1.102 echo :::: http://download.openpkg.org/packages/current/source/BASE/apache-php-5.4.5-20120800.src.rpm = $? :::: 1.103 echo :::: http://download.openpkg.org/packages/current/source/CORE/libtool-2.4.2-20111211.src.rpm ::::