*** /usr/portage/dev-lang/php/php-4.1.2-r8.ebuild Mon Apr 29 09:38:19 2002 --- /usr/local/portage/dev-lang/php/php-4.1.2-r8.ebuild Fri May 3 19:38:24 2002 *************** *** 22,27 **** --- 22,30 ---- qt? ( =x11-libs/qt-2.3* ) nls? ( sys-devel/gettext ) pam? ( >=sys-libs/pam-0.75 ) + ssl? ( >=dev-libs/openssl-0.9.5 ) + curl? ( >=net-ftp/curl-7.8.1 ) + snmp? ( net-analyzer/ucd-snmp ) xml? ( >=app-text/sablotron-0.44 ) imap? ( >=net-mail/uw-imap-2001a-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) *************** *** 81,86 **** --- 84,92 ---- myconf="--without-readline --without-t1lib" use pam && myconf="${myconf} --with-pam" use nls || myconf="${myconf} --without-gettext" + use ssl && myconf="${myconf} --with-openssl" + use curl && myconf="${myconf} --with-curl" + use snmp && myconf="${myconf} --with-snmp --enable-ucd-snmp-hack" use gdbm && myconf="${myconf} --with-gdbm=/usr" use berkdb && myconf="${myconf} --with-db3=/usr" use mysql && myconf="${myconf} --with-mysql=/usr" *************** *** 127,132 **** --- 133,139 ---- --prefix=/usr \ --with-gd \ --with-gmp \ + --with-bz2 \ --with-ttf \ --enable-ftp \ --with-t1lib \