libneon links against libintl, which is provided by gettext, but doesn't depend on the gettext port. It also has a couple other issues, but this one just bit me in the ass when I upgraded gettext, which apparently bumped libintl from libintl.3.dylib to libintl.8.dylib, and so broke some other installed ports. I upgraded all the ones that claimed dependency on gettext, but libneon still failed since it didn't claim this. I have a quick-n-dirty change to the Portfile ready which adds gettext, libiconv, and zlib as library dependencies. Shall I go ahead and check it in? -- Kevin Ballard http://kevin.sb.org eridius@macports.org http://www.tildesoft.com
On Dec 28, 2006, at 5:06 AM, Kevin Ballard wrote:
libneon links against libintl, which is provided by gettext, but doesn't depend on the gettext port.
It also has a couple other issues, but this one just bit me in the ass when I upgraded gettext, which apparently bumped libintl from libintl.3.dylib to libintl.8.dylib, and so broke some other installed ports. I upgraded all the ones that claimed dependency on gettext, but libneon still failed since it didn't claim this.
I have a quick-n-dirty change to the Portfile ready which adds gettext, libiconv, and zlib as library dependencies. Shall I go ahead and check it in?
I would rather have some time to test it locally... I'll try to get an updated portfile pushed out today. Thanks for letting me know. -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
On Dec 28, 2006, at 4:06 AM, Kevin Ballard wrote:
It also has a couple other issues, but this one just bit me in the ass when I upgraded gettext, which apparently bumped libintl from libintl.3.dylib to libintl.8.dylib, and so broke some other installed ports. I upgraded all the ones that claimed dependency on gettext, but libneon still failed since it didn't claim this.
I had this same problem with texinfo. Could others please double check my fix to make sure it works for them too? It seems okay for me. . <http://trac.macports.org/projects/macports/ticket/11192> Chris
participants (3)
-
cssdev@mac.com
-
Daniel J. Luke
-
Kevin Ballard