The last version of graphics/librsvg2, librsvg2-2.22.3 fails using WITH_MOZILLA_PLUGINS. Here's the relevant part. gmake[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/lib/browser_plugins" || .././install-sh -c -d -p "/usr/local/lib/browser_plugins" ././install-sh: invalid option: -p gmake[2]: *** [install-pluginLTLIBRARIES] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/librsvg2/work/librsvg-2.22.3/moz-plugin' gmake[1]: *** [install-am] Error 2 gmake[1]: Leaving directory `/usr/ports/graphics/librsvg2/work/librsvg-2.22.3/moz-plugin' gmake: *** [install-recursive] Error 1 *** Error code 2 Stop in /usr/ports/graphics/librsvg2. *** Error code 1 Stop in /usr/ports/graphics/librsvg2. Fix: Remove the -p option. patch -o ./patch-moz-plugin_Makefile.in.orig < patch.txt Patch attached with submission follows: How-To-Repeat: cd /usr/ports/graphics/librsvg2 && make -DWITH_MOZILLA_PLUGINS make install
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
Obviously, the patch command I wrote on the pr is wrong. files/patch-moz- plugin_Makefile.in.orig should be removed after successfully patching. Sorry. Kind Regards Barbara P.S. BTW is there a way to properly do that?
mezz 2008-09-24 16:15:33 UTC FreeBSD ports repository Modified files: graphics/librsvg2/files patch-moz-plugin_Makefile.in Log: Fix the installation when WITH_MOZILLA_PLUGIN is defined. PR: ports/127603 Submitted by: Barbara <barbara.xxx1975@libero.it> Revision Changes Path 1.8 +1 -1 ports/graphics/librsvg2/files/patch-moz-plugin_Makefile.in _______________________________________________ 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 Committed, thanks! > BTW is there a way to properly do that? Do what?