From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 8 08:36:15 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 911C91065673 for ; Wed, 8 Apr 2009 08:36:15 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay008.isp.belgacom.be (mailrelay008.isp.belgacom.be [195.238.6.174]) by mx1.freebsd.org (Postfix) with ESMTP id 2E3728FC08 for ; Wed, 8 Apr 2009 08:36:15 +0000 (UTC) (envelope-from tijl@ulyssis.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArEEAAr/20lR9SuN/2dsb2JhbACBUswmg3sG Received: from 141.43-245-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.245.43.141]) by relay.skynet.be with ESMTP; 08 Apr 2009 10:36:13 +0200 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id n388a9TR001419; Wed, 8 Apr 2009 10:36:10 +0200 (CEST) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: Boris Samorodov , Juergen Lock , freebsd-emulation@freebsd.org Date: Wed, 8 Apr 2009 10:36:08 +0200 User-Agent: KMail/1.9.10 References: <23488525@bb.ipt.ru> <20090407203048.GA68683@triton.kn-bremen.de> <35871418@bb.ipt.ru> In-Reply-To: <35871418@bb.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904081036.09618.tijl@ulyssis.org> Cc: 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: Wed, 08 Apr 2009 08:36:15 -0000 On Wednesday 08 April 2009 08:47:49 Boris Samorodov wrote: > On Tue, 7 Apr 2009 22:30:48 +0200 Juergen Lock wrote: >> 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 > > I'm not sure about this. There is emulation_linux_base-f9 now. > First I thought that USE_LINUX?=f8 may fit. But it didn't. > However USE_LINUX=yes seems to work. The port won't work > for other linux base ports than -f8, -f9 because of dependencies. Maybe you can support values such as f8+, like USE_GCC for instance. >> XRESTRICTED_FILES= ${DISTFILES:Nlinux-f8-flashsupport*:C/:[^:]+$//} This was added a couple months ago to allow the FreeBSD ftp servers to mirror the flashsupport distfile. That still doesn't seem to be happening even though make clean-restricted works and doesn't delete this file. Who can be contacted for this, portmgr?