10d9 < DEFLATE_VER="0.5.4" 12c11 < VROOT_VER="0.8.5" --- > VROOT_VER="0.9" 22d20 < deflate? ( http://www.castaglia.org/${PN}/modules/${PN}-mod-deflate-${DEFLATE_VER}.tar.gz ) 28,29c26,27 < KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86" < IUSE="acl authfile ban +caps case clamav +ctrls deflate doc exec hardened ifsession ident ipv6 kerberos ldap mysql ncurses nls pam postgres radius ratio readme rewrite selinux sftp shaper sitemisc softquota ssl tcpd trace vroot xinetd" --- > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" > IUSE="acl authfile ban +caps case clamav copy +ctrls deflate doc exec hardened ifsession ifversion ident ipv6 kerberos ldap mysql ncurses nls pam postgres qos radius ratio readme rewrite selinux sftp shaper sitemisc softquota ssl tcpd trace vroot xinetd" 56,67d53 < pkg_setup() { < if [ -f "${ROOT}"/var/run/proftpd.pid ] ; then < eerror "Your ProFTPD server is running. In order to install this update" < eerror "you have to stop the running server. If you are using ProFTPD in" < eerror "the standalone mode you can stop the server by executing:" < eerror " /etc/init.d/proftpd stop" < eerror "If you are sure that ProFTPD is not running anymore you have to" < eerror "delete the /var/run/proftpd.pid file." < die "This update requires to stop the ProFTPD server!" < fi < } < 75d60 < use deflate && __prepare_module mod_deflate 78,80d62 < # Fix MySQL includes < sed -i -e "s///g" contrib/mod_sql_mysql.c < 100a83 > use copy && mym="${mym}:mod_copy" 106a90 > use ifversion && mym="${mym}:mod_ifversion" 129,136c113,114 < if use mysql ; then < myc="${myc} --with-includes=/usr/include/mysql" < mym="${mym}:mod_sql_mysql" < fi < if use postgres ; then < myc="${myc} --with-includes=/usr/include/postgresql" < mym="${mym}:mod_sql_postgres" < fi --- > use mysql && mym="${mym}:mod_sql_mysql" > use postgres && mym="${mym}:mod_sql_postgres" 137a116,120 > use qos && mym="${mym}:mod_qos" > use radius && mym="${mym}:mod_radius" > use ratio && mym="${mym}:mod_ratio" > use readme && mym="${mym}:mod_readme" > use rewrite && mym="${mym}:mod_rewrite" 143,146d125 < use radius && mym="${mym}:mod_radius" < use ratio && mym="${mym}:mod_ratio" < use readme && mym="${mym}:mod_readme" < use rewrite && mym="${mym}:mod_rewrite"