diff options
author | George Shapovalov <george@gentoo.org> | 2002-08-10 04:34:22 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-08-10 04:34:22 +0000 |
commit | 59e48fb2833e11dfd04ee414fccc4147ebe0525b (patch) | |
tree | 5047d53cf2cc22fa3ae964545d9092e62ec8bfa0 /net-misc | |
parent | fixed itcl build problem (diff) | |
download | gentoo-2-59e48fb2833e11dfd04ee414fccc4147ebe0525b.tar.gz gentoo-2-59e48fb2833e11dfd04ee414fccc4147ebe0525b.tar.bz2 gentoo-2-59e48fb2833e11dfd04ee414fccc4147ebe0525b.zip |
ChangeLog updates
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/omniORB/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/net-misc/omniORB/ChangeLog b/net-misc/omniORB/ChangeLog index 4dab494a6f22..5a7dca1645bb 100644 --- a/net-misc/omniORB/ChangeLog +++ b/net-misc/omniORB/ChangeLog @@ -1,9 +1,22 @@ # ChangeLog for net-misc/omniORB # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.5 2002/08/08 18:27:55 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.6 2002/08/10 04:34:22 george Exp $ *omniORB-305 (25 Jul 2002) + 09 Aug 2002; George Shapovalov <george@gentoo.org> omniORB-305.ebuild : + + fixed the ldconfig complaint issue: + this version was creating symlinks to the libs and dolib was copying them + as regular files. Changed to cp -d + + one issue remains: + ebuild omniORB-305.ebuild qmerge or emerge omniORB -b will break while + invokying pkg_postinst function - FILESDIR gets assigned path under ${D} instead + of the right one (plain emerge works fine) + However this is a portage issue (and has been noticed for a few other packages) + Submitted a bug report, should go away as it gets fixed in portage. + 08 Aug 2002; phoen][x <phoenix@gentoo.org> files/omniORB.305 omniORB-305.ebuild : Bumped the init.d file to omniORB.305; removed notifd from and fixed the killall command. Incorporated this change in the ebuild. |