$ cd /usr/ports/www/linux-flashplugin9&&make ===> linux-flashplugin-9.0r159 bsd.linux-apps.mk test failed: Invalid component USE_LINUX_APPS=openssl. *** Error code 1 Stop in /usr/ports/www/linux-flashplugin9. How-To-Repeat: $ cd /usr/ports/www/linux-flashplugin9&&make
Maintainer of www/linux-flashplugin9, Please note that PR ports/133452 has just been submitted. 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. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/133452 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
This will fix the problem. *** bsd.linux-apps.mk.orig Tue Apr 7 06:47:10 2009 --- bsd.linux-apps.mk Tue Apr 7 13:52:49 2009 *************** *** 66,72 **** # 2.6.16 components _LINUX_26_APPS= libidn nspr nss openssl sqlite3 tcl84 tk84 ! _LINUX_APPS_ALL+= _LINUX_26_APPS # Let's check if components from USE_LINUX_APPS exist at _LINUX_26_APPS for LINUX_DIST_SUFFIX:="" . if ${LINUX_DIST_SUFFIX}=="" --- 66,72 ---- # 2.6.16 components _LINUX_26_APPS= libidn nspr nss openssl sqlite3 tcl84 tk84 ! _LINUX_APPS_ALL+= ${_LINUX_26_APPS} # Let's check if components from USE_LINUX_APPS exist at _LINUX_26_APPS for LINUX_DIST_SUFFIX:="" . if ${LINUX_DIST_SUFFIX}==""
This is actually related to the Mk file error introduced with a recent upgrade of /usr/ports/Mk/bsd.linux-apps.mk The included patch from Kazuo Dohzono fixes the problem, but it's obviously not my call to authorise this! cheers jamie
State Changed From-To: feedback->closed This has been committed already, it seems