print/gutenprint-base includes the following text: .if defined(GUT_SLAVE) && ${GUT_SLAVE}=="gimp" LIB_DEPENDS+= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app \ gutenprint.2:${PORTSDIR}/print/gutenprint However, the shared library installed by graphics/gimp-app is named libgimp-2.0.so.200, which doesn't match the LIB_DEPENDS pattern. Fix: Change the LIB_DEPENDS in gutenprint-base to be just "gimp-2.0". How-To-Repeat: # portinstall print/gutenprint ... ===> gimp-gutenprint-5.1.0 depends on shared library: gimp-2.0.0 - not found ===> Verifying reinstall for gimp-2.0.0 in /usr/ports/graphics/gimp-app ... ===> Installing for gimp-gnome-2.2.13_2,1 ... ===> Checking if graphics/gimp-app already installed ===> gimp-gnome-2.2.13_2,1 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of graphics/gimp-app without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1
Responsible Changed From-To: freebsd-ports-bugs->ahze Over to maintainer
ahze 2007-04-04 21:48:46 UTC FreeBSD ports repository Modified files: print/gutenprint-base Makefile Log: Make gimp and gimp-devel friendly PR: 111241 Reported by: Jonathan Lennox <lennox@cs.columbia.edu> Revision Changes Path 1.31 +1 -1 ports/print/gutenprint-base/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed, Thanks!