New NVIDIA 256.53 driver with important fixes

2010-09-01 Thread Michal Varga
For those interested, there is a new graphics driver available from nvidia with some rather important fixes: http://www.nvidia.com/object/freebsd-x86-256.53-driver.html For quick and dirty installation/testing, edit distversion as: DISTVERSION?= 256.53 in "/usr/ports/x11/nvidia-driver/Makefi

Re: RFT: deskutils/sciplore-mindmapping

2010-09-01 Thread Matthias Andree
Greetings, jhell wrote yesterday: I have not looked into this until now that I saw that you were working on SCIPlore very useful utility small and faster than Freemind in a lot of ways. Anyway... Thanks! Good (and thanks for the - unquoted - pointer to fixing your other issue, such is most

Re: ports/150173: [patch] lang/lua: don't override optimization with `-O2'

2010-09-01 Thread Anonymous
Renato Botelho writes: > It seems to be working fine, i can setup CFLAGS at build time: > > # make CFLAGS="-O3 -pipe" The port should respect -O[0-3] in sys.mk, make.conf or environment. Besides, you can't use `+=' on command line. WITH_DEBUG in bsd.port.mk implies that all optimization from CF

Re: comms/spandsp compile failure on upgrade

2010-09-01 Thread David Southwell
> On Tue, Aug 31, 2010 at 7:13 PM, David Southwell > > wrote: > > Hi > > > > On amd64 freebsd 7.1 > > Strange, i tested it on 7.2-RELEASE amd64 and it built without > any problem. > > All your other ports are up-to-date? Yep all up to date immediately before the original post. Something weird

Re: math/blas linking to gfortran with LDADD?= -lgfortran

2010-09-01 Thread Scot Hetzel
On Wed, Sep 1, 2010 at 1:31 AM, Scot Hetzel wrote: >> No, it will still take effect, after the math/blas Makefile is parsed, >> unless _WITHOUT_SRCCONF is defined.  See bsd.own.mk. >> >> b. >> > > I created PR 150174, before I got your reply: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=150174 >