From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 9 04:16:22 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AEFF1065670 for ; Thu, 9 Apr 2009 04:16:22 +0000 (UTC) (envelope-from daichi@freebsd.org) Received: from natial.ongs.co.jp (natial.ongs.co.jp [202.216.246.90]) by mx1.freebsd.org (Postfix) with ESMTP id 131BA8FC1B for ; Thu, 9 Apr 2009 04:16:22 +0000 (UTC) (envelope-from daichi@freebsd.org) Received: from parancell.ongs.co.jp (dullmdaler.ongs.co.jp [202.216.246.94]) by natial.ongs.co.jp (Postfix) with ESMTPSA id E8D23125422; Thu, 9 Apr 2009 13:16:20 +0900 (JST) Message-ID: <49DD7694.6060903@freebsd.org> Date: Thu, 09 Apr 2009 13:16:20 +0900 From: Daichi GOTO User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: Juergen Lock References: <23488525@bb.ipt.ru> <25204710@h30.sp.ipt.ru> <20090405212925.GA24637@triton.kn-bremen.de> <200904062118.20464.tijl@ulyssis.org> <20090407203048.GA68683@triton.kn-bremen.de> In-Reply-To: <20090407203048.GA68683@triton.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: flash10 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2009 04:16:22 -0000 I have tested your flash10 port, and it looks working very well on linux_base-f8 infrastructure and my 8-current/amd64 platform. How about to commit it :) Juergen Lock wrote: > On Mon, Apr 06, 2009 at 09:18:19PM +0200, Tijl Coosemans wrote: >> On Sunday 05 April 2009 23:29:25 Juergen Lock wrote: >>> X# we need a proper MASTER_SITE for the new libflashsupport.so from >>> X# Tijl Coosemans's post... >>> X# http://docs.freebsd.org/cgi/mid.cgi?200904021821.53043.tijl >>> X# http://freebsd.markmail.org/download.xqy?id=okk5qrttquofm62l&number=1 >> You can use these: >> >> http://tijl.ulyssis.be/mirror/linux-fc4-flashsupport-9.0.1.i386.tar.gz >> http://tijl.ulyssis.be/mirror/linux-f8-flashsupport-9.0.1.i386.tar.gz > > Thank you! (and also bsam!) > > Everyone: please test the port below which only needed a small fix to > Mk/bsd.linux-apps.mk with the portstree from today here: > > (As already mentioned you need linux base f8 with compat.linux.osrelease > set to 2.6.16 and OVERRIDE_LINUX_BASE_PORT=f8 as well as > OVERRIDE_LINUX_NONBASE_PORTS=f8 in make.conf, and as always with flash, > linprocfs needs to be mounted on /compat/linux/proc .) > > Index: Mk/bsd.linux-apps.mk > =================================================================== > RCS file: /home/pcvs/ports/Mk/bsd.linux-apps.mk,v > retrieving revision 1.12 > diff -u -p -r1.12 bsd.linux-apps.mk > --- Mk/bsd.linux-apps.mk 7 Apr 2009 19:15:10 -0000 1.12 > +++ Mk/bsd.linux-apps.mk 7 Apr 2009 19:57:27 -0000 > @@ -66,7 +66,7 @@ _LINUX_APPS_ALL+= > # 2.6.16 components > _LINUX_26_APPS= libidn nspr nss openssl sqlite3 tcl84 tk84 > > -_LINUX_APPS_ALL+= _LINUX_26_APPS > +_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}=="" > > And here comes the shar: > > # This is a shell archive. Save it in a file, remove anything before > # this line, and then unpack it by entering "sh file". Note, it may > # create directories; files and directories will be owned by you and > # have default permissions. > # > # This archive contains: > # > # www/linux-f8-flashplugin10/Makefile > # www/linux-f8-flashplugin10/distinfo > # www/linux-f8-flashplugin10/pkg-descr > # www/linux-f8-flashplugin10/pkg-plist > # > echo x - www/linux-f8-flashplugin10/Makefile > sed 's/^X//' >www/linux-f8-flashplugin10/Makefile << '43df7419b06fb389fcdf88ec0b70c14a' > X# New ports collection makefile for: linux-flashplugin9 > X# Date created: 28 May 2004 > X# Whom: Jamie Jones > X# > X# $FreeBSD: $ > X# > X > XPORTNAME= flashplugin > XPORTVERSION= 10.0r22 > XCATEGORIES= www multimedia linux > XMASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \ > X http://tijl.ulyssis.be/mirror/:suplib > XPKGNAMEPREFIX= linux- > XDISTFILES= install_flash_player_10_linux.tar.gz:plugin \ > X linux-f8-flashsupport-9.0.1.i386.tar.gz:suplib > XDIST_SUBDIR= ${PORTNAME}/${PORTVERSION} > X > XMAINTAINER= emulation@FreeBSD.org > XCOMMENT= Adobe Flash Player NPAPI Plugin > X > XONLY_FOR_ARCHS= amd64 i386 > XUSE_LINUX= f8 > XUSE_LINUX_APPS= openssl curl libssh2 libidn nspr nss > X > XRESTRICTED= Redistribution not allowed > XRESTRICTED_FILES= ${DISTFILES:Nlinux-f8-flashsupport*:C/:[^:]+$//} > X > XNO_BUILD= yes > XWRKSRC= ${WRKDIR}/install_flash_player_10_linux > XLATEST_LINK= flash10 > X > XUSE_NPAPI= linux-* > XNPAPI_FILES= libflashplayer.so > X > XCONFLICTS= linux-flashplugin-7* linux-flashplugin-9* > X > Xpost-install: > X @${INSTALL_PROGRAM} ${WRKDIR}/libflashsupport.so ${LINUXBASE}/usr/lib > X > X.include > X.include "${PORTSDIR}/www/linux-mplayer-plugin/Makefile.npapi" > X.include > 43df7419b06fb389fcdf88ec0b70c14a > echo x - www/linux-f8-flashplugin10/distinfo > sed 's/^X//' >www/linux-f8-flashplugin10/distinfo << '254656f71fbc5d4ebbb0c1a06a6277b7' > XMD5 (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = 23e4c2b844db0f87ff62084178aa2b1f > XSHA256 (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = cd29f166c87fecc943e88fe951bb61c56728fab12b4bf343badafa73ea95394e > XSIZE (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = 3994294 > XMD5 (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = e41a9fc56644f2410eb0803044395289 > XSHA256 (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = d516d3bff6e853bde71369e424861d865e4d25f0a10c2388c1c466fca055d759 > XSIZE (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = 2989 > 254656f71fbc5d4ebbb0c1a06a6277b7 > echo x - www/linux-f8-flashplugin10/pkg-descr > sed 's/^X//' >www/linux-f8-flashplugin10/pkg-descr << '234cca3cd023a751c4f2155ceebfee65' > XThis is the official Flash Player from Adobe. This plugin enables > Xyou to see .swf and .spl files on the 'net from your Opera, Mozilla or > XFirefox sessions. > X > XPlease see the Adobe home page for more information. > X > XFreeBSD Flash License Agreement: > X http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96374 > X > XWWW: http://www.adobe.com/ > 234cca3cd023a751c4f2155ceebfee65 > echo x - www/linux-f8-flashplugin10/pkg-plist > sed 's/^X//' >www/linux-f8-flashplugin10/pkg-plist << '9aeb08122bb1100b4ccb1e12ba6b75dd' > X@cwd /compat/linux > Xusr/lib/libflashsupport.so > X@cwd > 9aeb08122bb1100b4ccb1e12ba6b75dd > exit > > Enjoy, > Juergen > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org" -- Daichi GOTO, http://people.freebsd.org/~daichi