| Summary: | Can't install www/linux-flashplugin9 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | dohzono |
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
dohzono
2009-04-07 05:50:01 UTC
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 |