Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2008 20:28:22 -0800
From:      Beech Rintoul <beech@freebsd.org>
To:        Norberto Meijome <freebsd@meijome.net>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: Skype-2.0 is here!
Message-ID:  <200804152028.27486.beech@freebsd.org>
In-Reply-To: <20080416135941.3ef54445@ayiin>
References:  <200804142217.17035.beech@FreeBSD.org> <200804151016.05964.beech@freebsd.org> <20080416135941.3ef54445@ayiin>

next in thread | previous in thread | raw e-mail | index | archive | help
--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 <beech@freebsd.org> 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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804152028.27486.beech>