graphics/gnash port has dependency for www/libxul19, the newer www/libxul does not work because of a file, /usr/local/lib/libxul/xipda , presemt with www/libxul19 but not www/libxul . www/libxul 19 will not install when libxul is installed because of conflict, but even without libxul will not install because of vulnerability. So graphics/gnash will not install or upgrade. Fix: None that I am aware of How-To-Repeat: Try to build graphics/gnash, or upgrade with portmaster
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->analyzed
State Changed From-To: analyzed->feedback Please try this patch Index: Makefile =================================================================== --- Makefile (revision 306835) +++ Makefile (working copy) @@ -105,8 +105,8 @@ .include "${PORTSDIR}/www/firefox/Makefile.webplugins" PLIST_SUB+= NPAPI="" CONFIGURE_ARGS+=--with-npapi-plugindir="${WEBPLUGINS_DIR}" -BUILD_DEPENDS+= ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul19 -RUN_DEPENDS+= ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul19 +BUILD_DEPENDS+= ${LOCALBASE}/bin/xulrunner:${PORTSDIR}/www/libxul +RUN_DEPENDS+= ${LOCALBASE}/bin/xulrunner:${PORTSDIR}/www/libxul .else PLIST_SUB+= NPAPI="@comment " CONFIGURE_ARGS+= --disable-npapi
State Changed From-To: feedback->closed committed, thanks.