graphics/gnash depends on gtkglext, but the Makefile reads gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext whereas the last version bump of gtkglext changed the library name to lib/libgtkglext-x11-1.0.so.0. Fix: changing LIB_DEPENDS to gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext works, but I don't know whether it is the right way. How-To-Repeat: Install the new gtkglext then try to reinstall gnash
State Changed From-To: open->feedback Awaiting maintainers feedback
* Edwin Groothuis (edwin@FreeBSD.org) wrote: > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. I approve, thanks Remy. Patch follows. --- gnash-Makefile.patch begins here --- --- Makefile.orig Tue Jun 6 16:45:25 2006 +++ Makefile Fri Jun 30 13:44:51 2006 @@ -43,7 +43,7 @@ PLIST_SUB+= PLUGIN="@comment " .else USE_GNOME+= atk pango gtk20 -LIB_DEPENDS+= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext +LIB_DEPENDS+= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext PLIST_SUB+= PLUGIN="" .endif --- gnash-Makefile.patch ends here --- -- Best regards, Dmitry mailto:amdmi3@mail.ru
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->stefan Take.
State Changed From-To: open->closed Patch committed, thanks for the PR!