From: Alexey Dokuchaev on 4 Dec 2009 11:22 On Fri, Dec 04, 2009 at 04:25:22PM +0100, Rainer Hurling wrote: > On 04.12.2009 16:18 (UTC+1), Alexey Dokuchaev wrote: > > Right now I believe our bpm is capable of the task, and > > my pmake/bpm-fu is strong enough, we'll see. > > I tried it with patching your Makefile and distinfo. In Makefile I only > changed DISTVERSION and DISTNAME and commented out ONLY_FOR_ARCHS. > > It installs fine and as far as I can see now all is well :-) > > This is on 9.0-CURRENT (amd64) from today. Good to hear. I expect few things would require some adjustments (OPTIONS and packaging list come to mind first), but the fact port works with just your simple changes is definitely a good sign. ../danfe _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Robert Noland on 4 Dec 2009 11:20 On Fri, 2009-12-04 at 15:18 +0000, Alexey Dokuchaev wrote: > On Fri, Dec 04, 2009 at 03:47:24PM +0100, Emanuel Haupt wrote: > > Hi > > > > I was wondering if you're working on a port for the 64bit version of > > the new beta state nvidia driver [1]. > > Yup, thanks for the pointer. I'm considering options right now. > > > > > Since it's a completely different version it should IMO be separate from > > x11/nvidia-driver. Maybe x11/nvidia-driver-amd64 and x11/nvidia-driver > > could be renamed to x11/nvidia-driver-i386. > > This would be the easiest route, but I'm not sure this is the best thing > to do. From user's perspective, one should be able to "cd > category/port" and "make install". The rest (including taking care of > architecture-dependent things) should be handled by underlying > infrastructure. Right now I believe our bpm is capable of the task, and > my pmake/bpm-fu is strong enough, we'll see. I've never actually used the blob, but is the new driver only amd64? I presume that it does need at least 8.0-RELEASE to work, but I can't imagine that the underlying code would be different for i386/amd64. i.e. the new driver *should* be better on both i386 and amd64, at least if they have compiled an i386 version. I do still wish that nvidia would join the rest of the modern world and decide to release docs and code like every other vendor, but that is a different debate I suppose. robert. > ./danfe > _______________________________________________ > freebsd-ports(a)freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org" -- Robert Noland <rnoland(a)FreeBSD.org> FreeBSD _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: "Sean C. Farley" on 4 Dec 2009 13:52 On Fri, 4 Dec 2009, Robert Noland wrote: *snip* > I've never actually used the blob, but is the new driver only amd64? > I presume that it does need at least 8.0-RELEASE to work, but I can't > imagine that the underlying code would be different for i386/amd64. > i.e. the new driver *should* be better on both i386 and amd64, at > least if they have compiled an i386 version. My understanding is that the blob is the same on all platforms. The driver may be the same (or close). The package is different. While both ship with Linux x86 libraries, they contain only the FreeBSD libraries specific to the platform (amd64 or i386). > I do still wish that nvidia would join the rest of the modern world > and decide to release docs and code like every other vendor, but that > is a different debate I suppose. I concur, yet I am very happy at the moment to see them support FreeBSD amd64. Sean -- scf(a)FreeBSD.org _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Alexey Dokuchaev on 4 Dec 2009 13:55 On Fri, Dec 04, 2009 at 10:20:10AM -0600, Robert Noland wrote: > I've never actually used the blob, but is the new driver only amd64? I > presume that it does need at least 8.0-RELEASE to work, but I can't > imagine that the underlying code would be different for i386/amd64. Driver we talk about is beta 195.22, and it exists for both i386 and amd64. It officially supports FreeBSD 7.2 with a current RELENG_7 kernel (>= 702106; use of a top-of-tree RELENG_7 kernel is recommended to ensure recent Linux ABI compatibility fixes are picked up); 8.0 is also supported: http://www.nvnews.net/vbulletin/showthread.php?t=142120 ../danfe _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: "Sam Fourman Jr." on 4 Dec 2009 13:56 On Fri, Dec 4, 2009 at 10:20 AM, Robert Noland <rnoland(a)freebsd.org> wrote: > On Fri, 2009-12-04 at 15:18 +0000, Alexey Dokuchaev wrote: >> On Fri, Dec 04, 2009 at 03:47:24PM +0100, Emanuel Haupt wrote: >> > Hi >> > >> > I was wondering if you're working on a port for the 64bit version of >> > the new beta state nvidia driver [1]. >> >> Yup, thanks for the pointer. I'm considering options right now. >> >> > >> > Since it's a completely different version it should IMO be separate from >> > x11/nvidia-driver. Maybe x11/nvidia-driver-amd64 and x11/nvidia-driver >> > could be renamed to x11/nvidia-driver-i386. >> >> This would be the easiest route, but I'm not sure this is the best thing >> to do. From user's perspective, one should be able to "cd >> category/port" and "make install". The rest (including taking care of >> architecture-dependent things) should be handled by underlying >> infrastructure. Right now I believe our bpm is capable of the task, and >> my pmake/bpm-fu is strong enough, we'll see. > > I've never actually used the blob, but is the new driver only amd64? I > presume that it does need at least 8.0-RELEASE to work, but I can't it also works with RELENG_7 (but not 7.2R) as a side note, I installed wine in a 32bit chroot and installed the 32bit version of the new nvidia driver and I can Play World of Warcraft without any issues, so I guess it works Just like linux does. Sam Fourman Jr. Fourman Networks _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: Des cadeaux à petit prix : Accroches Sacs. Next: FreeBSD Port: zaptel-1.4.11.2 |