summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-06-17 17:10:22 +0000
committerNick Hadaway <raker@gentoo.org>2003-06-17 17:10:22 +0000
commit06534d007e983822292c6b2a2e70dceb47929c4a (patch)
tree6080e730bff779289ec41484a17a04456aa253f9 /net-ftp
parentVersion Bump (diff)
downloadgentoo-2-06534d007e983822292c6b2a2e70dceb47929c4a.tar.gz
gentoo-2-06534d007e983822292c6b2a2e70dceb47929c4a.tar.bz2
gentoo-2-06534d007e983822292c6b2a2e70dceb47929c4a.zip
Address bug #22963 which fixes compiling with the mysql module
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/proftpd/ChangeLog6
-rw-r--r--net-ftp/proftpd/Manifest6
-rw-r--r--net-ftp/proftpd/proftpd-1.2.8.ebuild3
-rw-r--r--net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild3
4 files changed, 12 insertions, 6 deletions
diff --git a/net-ftp/proftpd/ChangeLog b/net-ftp/proftpd/ChangeLog
index cbc2c81a6578..125b16df7b94 100644
--- a/net-ftp/proftpd/ChangeLog
+++ b/net-ftp/proftpd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-ftp/proftpd
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.31 2003/06/16 22:33:18 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.32 2003/06/17 17:10:22 raker Exp $
+
+ 17 Jun 2003; Nick Hadaway <raker@gentoo.org> proftpd-1.2.9_rc1.ebuild,
+ proftpd-1.2.8.ebuild:
+ Address bug #22963 which fixes compiling with the mysql module
*proftpd-1.2.9_rc1 (16 Jun 2003)
diff --git a/net-ftp/proftpd/Manifest b/net-ftp/proftpd/Manifest
index b0c7ca40b502..6c7f0123ba75 100644
--- a/net-ftp/proftpd/Manifest
+++ b/net-ftp/proftpd/Manifest
@@ -1,8 +1,8 @@
-MD5 10cda40e2560fe94ca3c0bb30ed5cfef proftpd-1.2.8.ebuild 2688
+MD5 bf0877e9a27ce92bbffa77b3c4aac005 proftpd-1.2.8.ebuild 2734
MD5 d5cf67873286bdee0ce6f388674f35a9 proftpd-1.2.5-r1.ebuild 2522
-MD5 10cda40e2560fe94ca3c0bb30ed5cfef proftpd-1.2.9_rc1.ebuild 2688
+MD5 f8f1fa29a15fb502c3e1fc7de089f1da proftpd-1.2.9_rc1.ebuild 3048
MD5 6f8fd8a98f1c0ffdc337fb781b83a57d proftpd-1.2.7.ebuild 3674
-MD5 a6b5f10796de20b4f0e10e1d545a1a8c ChangeLog 4502
+MD5 c8376fd16bbd79c925fe71d15baa6bc2 ChangeLog 5125
MD5 305b9ec34f3caa3722cf5a7dc1a59880 files/proftpd.rc6 743
MD5 b338504ed873219e368abab7df6c276d files/proftpd.conf 1704
MD5 c1dc1d9278d5b77f53ea44ee848dafc6 files/digest-proftpd-1.2.7 211
diff --git a/net-ftp/proftpd/proftpd-1.2.8.ebuild b/net-ftp/proftpd/proftpd-1.2.8.ebuild
index 1cc777204e64..4de84a3c22f5 100644
--- a/net-ftp/proftpd/proftpd-1.2.8.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.8.ebuild,v 1.4 2003/06/02 22:45:24 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.8.ebuild,v 1.5 2003/06/17 17:10:22 raker Exp $
IUSE="ldap pam postgres mysql ssl tcpd"
@@ -50,6 +50,7 @@ src_compile() {
if use mysql; then
modules="${modules}:mod_sql:mod_sql_mysql"
+ myconf="--with-includes=/usr/include/mysql"
elif use postgres; then
modules="${modules}:mod_sql:mod_sql_postgres"
myconf="--with-includes=/usr/include/postgresql"
diff --git a/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild b/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild
index 69df450dd7ad..d56a0dec771f 100644
--- a/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild,v 1.2 2003/06/16 22:33:18 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild,v 1.3 2003/06/17 17:10:22 raker Exp $
IUSE="ldap pam postgres mysql ssl tcpd"
@@ -50,6 +50,7 @@ src_compile() {
if use mysql; then
modules="${modules}:mod_sql:mod_sql_mysql"
+ myconf="--with-includes=/usr/include/mysql"
elif use postgres; then
modules="${modules}:mod_sql:mod_sql_postgres"
myconf="--with-includes=/usr/include/postgresql"