diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-09-28 10:03:32 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-09-28 10:03:32 +0000 |
commit | 3a1f9973e84f59d77a25c51bd24f69718290e77b (patch) | |
tree | 5ae56eeb4ff2f6e12a07257a1d6d831340a66126 /net-mail/vmailmgr/ChangeLog | |
parent | Added ppc keyword to quanta-3.0_pre2.ebuild (diff) | |
download | gentoo-2-3a1f9973e84f59d77a25c51bd24f69718290e77b.tar.gz gentoo-2-3a1f9973e84f59d77a25c51bd24f69718290e77b.tar.bz2 gentoo-2-3a1f9973e84f59d77a25c51bd24f69718290e77b.zip |
Updated diff from bug #8445. Added CXX="g++" to solve compile
problems with gcc3 and added -lsupc++ to LIBS so linked code will
understand the new, delete, etc. operator functions. Changed to
econf and einstall. Whew!
Diffstat (limited to 'net-mail/vmailmgr/ChangeLog')
-rw-r--r-- | net-mail/vmailmgr/ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/net-mail/vmailmgr/ChangeLog b/net-mail/vmailmgr/ChangeLog index 7b0d5d0d846b..058e384c530e 100644 --- a/net-mail/vmailmgr/ChangeLog +++ b/net-mail/vmailmgr/ChangeLog @@ -1,13 +1,18 @@ # ChangeLog for net-mail/vmailmgr # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/ChangeLog,v 1.3 2002/04/29 08:49:21 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/ChangeLog,v 1.4 2002/09/28 10:03:32 raker Exp $ - 29 Apr 2002; Thilo Bangert <bangert@gentoo.org> ChangeLog : +*vmailmgr-0.96.9-r1 (16 Apr 2002) - fix install locations for the courier-imap auth lib and php and cgi scripts + 28 Sep 2002; Nick Hadaway <raker@gentoo.org> + vmailmgr-0.96.9-r1.ebuild, files/vmailmgr-0.96.9-gentoo-r1.diff : + Updated diff from bug #8445. Added CXX="g++" to solve compile + problems with gcc3 and added -lsupc++ to LIBS so linked code will + understand the new, delete, etc. operator functions. Changed to + econf and einstall. Whew! -*vmailmgr-0.96.9-r1 (16 Apr 2002) + 29 Apr 2002; Thilo Bangert <bangert@gentoo.org> ChangeLog : + fix install locations for the courier-imap auth lib and php and cgi scripts 16 Apr 2002; Thilo Bangert <bangert@gentoo.org> ChangeLog : - initial release ;-) |