--- php-4.2.1-r3.ebuild Thu Jul 11 08:50:45 2002 +++ php-4.2.1-r4.ebuild Fri Jul 12 13:39:41 2002 @@ -22,7 +22,7 @@ qt? ( =x11-libs/qt-2.3* ) nls? ( sys-devel/gettext ) pam? ( >=sys-libs/pam-0.75 ) - xml? ( >=app-text/sablotron-0.44 ) + xml? ( >=app-text/sablotron-0.95-r1 ) ssl? ( >=dev-libs/openssl-0.9.5 ) curl? ( >=net-ftp/curl-7.8.1 ) snmp? ( >=net-analyzer/ucd-snmp-4.2.3 ) @@ -47,12 +47,17 @@ RDEPEND="${DEPEND} qt? ( >=x11-libs/qt-2.3.0 ) - xml? ( >=app-text/sablotron-0.44 )" + xml? ( >=app-text/sablotron-0.95-r1 )" src_unpack() { unpack ${P}.tar.gz cd ${S} + # Configure Patch for wired uname -a + mv configure configure.old + cat configure.old | sed "s/PHP_UNAME=\`uname -a\`/PHP_UNAME=\`uname -s -n -r -v\`/g" > configure + chmod 755 configure + # if [ "`use java`" ] ; then # # cp configure configure.orig