From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 16 04:28:37 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F72E106566C for ; Wed, 16 Apr 2008 04:28:37 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from freebsd.alaskaparadise.com (freebsd.alaskaparadise.com [208.79.80.117]) by mx1.freebsd.org (Postfix) with ESMTP id D12DE8FC1C for ; Wed, 16 Apr 2008 04:28:36 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from 137-42-178-69.gci.net (137-42-178-69.gci.net [69.178.42.137]) by freebsd.alaskaparadise.com (Postfix) with ESMTP id 1F5562383728; Wed, 16 Apr 2008 04:28:36 +0000 (UTC) From: Beech Rintoul To: Norberto Meijome Date: Tue, 15 Apr 2008 20:28:22 -0800 User-Agent: KMail/1.9.7 References: <200804142217.17035.beech@FreeBSD.org> <200804151016.05964.beech@freebsd.org> <20080416135941.3ef54445@ayiin> In-Reply-To: <20080416135941.3ef54445@ayiin> X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M,^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m,)=?utf-8?q?2=0A=09X=3FM=5C=3AOE9QgZ?="xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{<=?utf-8?q?O=3Bg7=7C=0A=09o=7D=265A=5D4?=@7D`=Eb@Zs1Ln814?]|k@'bG=.Ca"[|8+_.OsNAo8!#?4u MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_rBYBI8B/nMxQYZY" Message-Id: <200804152028.27486.beech@freebsd.org> Cc: freebsd-multimedia@freebsd.org Subject: Re: Skype-2.0 is here! X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beech Rintoul List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2008 04:28:37 -0000 --Boundary-00=_rBYBI8B/nMxQYZY Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tuesday 15 April 2008, Norberto Meijome said: > On Tue, 15 Apr 2008 10:16:01 -0800 > > Beech Rintoul wrote: > > I believe there is a patch to deal with that, I'll check today. > > that'd be great, thanks > > >In the > > mean time just comment out the override line in your > > /etc/make.conf and skype will build fine :-) > > well, not really . if we remove the override in make.conf, it tries > to go for fc4, and install it... > > $ sudo portinstall -p audio/linux-alsa-lib > [Gathering depends for audio/linux-alsa-lib > ................................ done] ---> Installing > 'linux_base-fc-4_11' from a port (emulators/linux_base-fc4) ---> > Building '/usr/ports/emulators/linux_base-fc4' > ===> Cleaning for linux_base-fc-4_11 > => basesystem-8.0-5.noarch.rpm doesn't seem to exist in > /usr/ports/distfiles/rpm/i386/fedora/4. => Attempting to fetch from > http://mirrors.kernel.org/fedora/core/4/i386/os/Fedo... > > maybe I'm missing something here... > B Hmmm. I didn't think of that, I stand corrected. Anyway here's a patch to bsd.linux-rpm.mk suggested by Boris Samorodov that turns off that ignore. Beech -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/7.0R/announce.html --------------------------------------------------------------------------------------- --Boundary-00=_rBYBI8B/nMxQYZY Content-Type: text/x-diff; charset="iso-8859-1"; name="bsd.linux-rpm.mk.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="bsd.linux-rpm.mk.diff" --- bsd.linux-rpm.mk.orig 2006-10-05 09:20:25.000000000 -0800 +++ bsd.linux-rpm.mk 2008-04-15 12:54:41.000000000 -0800 @@ -109,9 +109,6 @@ . if ${USE_LINUX} == "fc4" || ${USE_LINUX:L} == "yes" _LINUX_BASE_SUFFIX= fc4 -. else -# other linux_base ports do not provide a pkg-plist file -IGNORE= uses AUTOMATIC_PLIST with an unsupported USE_LINUX, \"${USE_LINUX}\". Supported values are \"yes\" and \"fc4\" . endif PLIST?= ${WRKDIR}/.PLIST.linux-rpm --Boundary-00=_rBYBI8B/nMxQYZY--