x11/kdelibs4 (kdelibs-4.3.4) compile file (bad C++ code) on portupgrade

2009-12-07 Thread David Southwell
Freebsd 7.2 p3 amd64 on intel quadcore system Thanks in advance for advice on this one Console error report: /usr/local/include/qptrlist.h:54: error: 'const class QPtrListStdIteratorKBookmark' has no member named 'node' /usr/local/include/qptrlist.h: In member function 'QPtrListStdIteratortype

Re: x11/kdelibs4 (kdelibs-4.3.4) compile file (bad C++ code) on portupgrade

2009-12-07 Thread Kurt Jaeger
Hi! Freebsd 7.2 p3 amd64 on intel quadcore system Thanks in advance for advice on this one You still have qt-3.3.8_10 installed, kdelibs4 catches the wrong qt headers and fails. There are some apps which apparently still require qt-3, e.g. arts-1.5.10_2,1 kphone-4.2_3 opera-10.10.20091120

Current unassigned ports problem reports

2009-12-07 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and

Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx.

2009-12-07 Thread Robert Noland
On Sun, 2009-12-06 at 23:46 +0900, Norikatsu Shigemura wrote: Hi rnoland. Thank you. I'll commit after 7.6.1 release, at least. On Sun, 06 Dec 2009 07:51:22 -0600 Robert Noland rnol...@freebsd.org wrote: Actually, looking through the patch now... Two things jump out at me... We

Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx.

2009-12-07 Thread Robert Noland
On Sun, 2009-12-06 at 17:47 +0100, Marius Nünnerich wrote: On Sun, Dec 6, 2009 at 15:03, Robert Noland rnol...@freebsd.org wrote: On Sat, 2009-12-05 at 10:01 +0200, Alex Kozlov wrote: On Sat, Dec 05, 2009 at 10:42:43AM +0900, Norikatsu Shigemura wrote: Hi Radeon HD 2xxx, 3xxx and 4xxx

[patch] fix config-recursive

2009-12-07 Thread Andrius Morkūnas
Anyone who uses config-recursive more often than once a year knows that it's broken. Or at least they know it needs to be run multiple times until it doesn't show options dialog. While some people might just live with it, I think it should be fixed properly, and so did the person who introduced

Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx.

2009-12-07 Thread Vladimir Grebenschikov
Hi Updated 9-CURRENT today with recent ports tree, including xf86-video-radeonhd-1.3.0. I had X1400 old ATI card on board of notebook. As result Xorg dumps core on start with SIGSERV, leaving video subsystem with black screen. Then, I've upgraded to xf86-video-radeonhd-devel, now it is a bit

FreeBSD Port: php5-5.2.11_1 upgrade path to 5.3.0/1

2009-12-07 Thread Carsten Wiedmann
Hi Alex, So you don't plan to leave 5.2.x version in ports for people who need to maintain servers in production with many clients and many 'old' web applications? Like we don't have ports for php 5.0 and 5.1, I'll not maintain ports for 5.2 when the switchover will take place. I don't

Port version difficulties (maybe one for the Python crowd)

2009-12-07 Thread Kevin Golding
I've had a bit of a poke around and no real joy in figuring this out so let's see just how obvious the thing I'm missing is. I'm trying to create a new port and I'm getting in a tangle with the version number. Basically, the author of this software has given it a version number 0.1_0 which is

Re: FreeBSD Port: php5-5.2.11_1 upgrade path to 5.3.0/1

2009-12-07 Thread Alex Keda
Miroslav Lachman пишет: Seriously - if ports team is willing to have legacy versions in ports, we need to discuss some rules for this work. Not just for PHP, but more general. In which conditions we need/allow them, the naming conventions (some ports already have more versions but names are

Re: nvidia-driver 64bit version

2009-12-07 Thread Marius Nünnerich
On Fri, Dec 4, 2009 at 19:56, Sam Fourman Jr. sfour...@gmail.com wrote: On Fri, Dec 4, 2009 at 10:20 AM, Robert Noland rnol...@freebsd.org wrote: On Fri, 2009-12-04 at 15:18 +, Alexey Dokuchaev wrote: On Fri, Dec 04, 2009 at 03:47:24PM +0100, Emanuel Haupt wrote: Hi I was wondering if

Re: Port version difficulties (maybe one for the Python crowd)

2009-12-07 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Golding wrote: I've had a bit of a poke around and no real joy in figuring this out so let's see just how obvious the thing I'm missing is. I'm trying to create a new port and I'm getting in a tangle with the version number. Basically,

Re: Port version difficulties (maybe one for the Python crowd)

2009-12-07 Thread Kevin Golding
In article 4b1d516d.2060...@freebsd.org, Greg Larkin glar...@freebsd.org writes Kevin Golding wrote: I'm trying to create a new port and I'm getting in a tangle with the version number. Basically, the author of this software has given it a version number 0.1_0 which is incompatible with ports.

Your account has been randomly flagged!

2009-12-07 Thread Scotiabank
[1]Scotiabank [service_sofs_en.gif] Do not reply to this e-mail. Scotiabanks will not receive your reply. Your account has been randomly flagged in our system as a part of our routine security measures. This is a must to ensure that only you have access and use of your

Re: Port version difficulties (maybe one for the Python crowd)

2009-12-07 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Golding wrote: In article 4b1d516d.2060...@freebsd.org, Greg Larkin glar...@freebsd.org writes Kevin Golding wrote: I'm trying to create a new port and I'm getting in a tangle with the version number. Basically, the author of this software

Re: Port version difficulties (maybe one for the Python crowd)

2009-12-07 Thread Kevin Golding
In article 4b1d617a.6020...@freebsd.org, Greg Larkin glar...@freebsd.org writes This might get you further: fbsd70# make -V \ PYDISTUTILS_PKGVERSION:C/\(\[\[:digit:\]\]\.\[\[:digit:\]\]\)\./\\1_/g 0.1_0 fbsd70# Well that does indeed work in that context, but I have no idea why it appears to do

emulators/twin installs its own libreadline.a

2009-12-07 Thread Mikhail T.
Does anyone know, why emulators/twin install its own libreadline.a into ${PREFIX}/lib? Sometimes it is picked up instead of the system one and causes mayhem... It does not do that on NetBSD pkgsrc, so, I guess, I'll just patch it accordingly for FreeBSD as well... Thanks! -mi

Re: [patch] fix config-recursive

2009-12-07 Thread Dominic Fandrey
Andrius Morkūnas wrote: Anyone who uses config-recursive more often than once a year knows that it's broken. Or at least they know it needs to be run multiple times until it doesn't show options dialog. While some people might just live with it, I think it should be fixed properly, and so did

Re: nvidia-driver 64bit version

2009-12-07 Thread Marius Nünnerich
On Mon, Dec 7, 2009 at 19:55, Marius Nünnerich mar...@nuenneri.ch wrote: On Fri, Dec 4, 2009 at 19:56, Sam Fourman Jr. sfour...@gmail.com wrote: On Fri, Dec 4, 2009 at 10:20 AM, Robert Noland rnol...@freebsd.org wrote: On Fri, 2009-12-04 at 15:18 +, Alexey Dokuchaev wrote: On Fri, Dec 04,

Re: [patch] fix config-recursive

2009-12-07 Thread Andrius Morkūnas
On Mon, 07 Dec 2009 22:59:22 +0200, Dominic Fandrey kamik...@bsdforen.de wrote: Andrius Morkūnas wrote: Anyone who uses config-recursive more often than once a year knows that it's broken. Or at least they know it needs to be run multiple times until it doesn't show options dialog. While some

Re: nvidia-driver 64bit version

2009-12-07 Thread Sam Fourman Jr.
OK, wine is working. I did a minimal install so lib32 was missing. I installed nvidia-driver 32bit into the chroot and now World of Warcraft is working! 32bit glxgears is working too. I will say on a OT note, I play World of Warcraft on FreeBSD. and I am getting almost identical performance in

Re: Port version difficulties (maybe one for the Python crowd)

2009-12-07 Thread Kevin Golding
In article 4b1d7db3.60...@freebsd.org, Greg Larkin glar...@freebsd.org writes There's a lot more backslash escaping required in the :C suffix above when running the make command directly in the shell. If you remove some of the backslashes in the equivalent line in the Makefile, should be all set.

sysutils/syslinux update

2009-12-07 Thread Boris Samorodov
Hi All, I've opened a PR to update sysutils/syslinux to a new version. If someone is interested in using this update, please give it a try. A followup to the PR is appreciated: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/141166 There are some code changes. As for me I use only pxelinux from