flash10 vs f10
Boris Samorodov
bsam at ipt.ru
Wed Jul 1 20:02:38 UTC 2009
On Wed, 1 Jul 2009 13:30:56 -0500 Sam Fourman Jr. wrote:
> On Mon, Jun 29, 2009 at 6:34 AM, Renato Botelho<rbgarga at gmail.com> wrote:
> > On Sun, Jun 28, 2009 at 11:10 AM, Juergen Lock<nox at jelal.kn-bremen.de> wrote:
> >> On Sun, Jun 28, 2009 at 04:40:20PM +0400, Boris Samorodov wrote:
> >>> Juergen Lock <nox at jelal.kn-bremen.de> writes:
> >>>
> >>> > New patch and shar:
> >>>
> >>> No more comments from me, thanks!
> >>
> >> Ok. Has anyone tested this yet tho? (Besides me in a vm... :)
> >
> > Working fine here. 8.0-current i386
> >
> I saw linux-f10-flashplugin10 hit the ports tree so I decided to try it
> I have a recent FreeBSD CURRENT snapshot installed
> uname -a
> FreeBSD 8.0-HEAD-20090601-JPSNAP FreeBSD 8.0-HEAD-20090601-JPSNAP #0:
> Mon Jun 1 02:48:06 UTC 2009
> root at build-i386-fbsd-2.allbsd.org:/usr/obj/i386/usr/src/sys/GENERIC
> i386
> I have linux-f10 installed
> pkg_info | grep linux
> linux_base-f10-10 Base set of packages needed in Linux mode for i386/amd64 (L
For future reference, either show another command
(i.e. pkg_info | grep linux_base) or show the full output
for the command you give.
> here is the error I get, is there some wiki available that details the
> steps it takes to test flash10?
> # cd /usr/ports/www/linux-f10-flashplugin10/
> # make install
> ===> linux-flashplugin-10.0r22 bsd.linux-apps.mk test failed: The
> component libidn is not defined for LINUX_DIST_SUFFIX=-f10 (the
This component should not present at the makefile (the package is
included at linux_base-f10 port).
> corresponding variable libidn_f10_FILE is not defined).
> *** Error code 1
> Stop in /usr/ports/www/linux-f10-flashplugin10.
Here is a patch to test:
-----
--- Makefile.orig 2009-07-01 23:56:23.000000000 +0400
+++ Makefile 2009-07-01 23:56:39.000000000 +0400
@@ -20,7 +20,7 @@
ONLY_FOR_ARCHS= amd64 i386
USE_LINUX= yes
-USE_LINUX_APPS= openssl curl libssh2 libidn nspr nss
+USE_LINUX_APPS= openssl curl libssh2 nspr nss
RESTRICTED= Redistribution not allowed
RESTRICTED_FILES= ${DISTFILES:Nlinux-f8-flashsupport*:C/:[^:]+$//}
-----
WBR
--
bsam
More information about the freebsd-current
mailing list