Bug 133452 - Can't install www/linux-flashplugin9
Summary: Can't install www/linux-flashplugin9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-07 05:50 UTC by dohzono
Modified: 2009-05-12 10:33 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dohzono 2009-04-07 05:50:01 UTC
$ 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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-07 05:50:22 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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-07 05:50:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Kazuo Dohzono 2009-04-07 05:58:08 UTC
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}==""
Comment 4 Jamie Jones 2009-04-07 17:25:54 UTC
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
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2009-05-12 10:32:25 UTC
State Changed
From-To: feedback->closed

This has been committed already, it seems