Building multimedia/vlc on amd64

2007-12-28 Thread Jonathan Chen
Hi, When I try to build vlc on 7-STABLE/amd64, the build fails with the following error: [...] c++ -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe -pipe -pthread -pthread -o libvlcplugin.so libnpvlc_a-vlcshell.o libnpvlc_a-vlcplugin.o libnpvlc_a-npolibvlc.o libnpvlc_a-npovlc.o

Possibly unbuildable ports reminder

2007-12-28 Thread Bill Fenner
Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the

Re: Possibly unbuildable ports reminder

2007-12-28 Thread आशीष शुक्ल Ashish Shukla
,--[ On Fri, Dec 28, 2007 at 10:00:02AM +, Bill Fenner wrote: | Dear porters, | | This is just a reminder to please periodically check the list of | unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . | A list by MAINTAINER is | | http://people.freebsd.org/~fenner/errorlogs/

Re: Possibly unbuildable ports reminder

2007-12-28 Thread Craig Butler
आशीष शुक्ल Ashish Shukla wrote: ,--[ On Fri, Dec 28, 2007 at 10:00:02AM +, Bill Fenner wrote: | Dear porters, | | This is just a reminder to please periodically check the list of | unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . | A list by MAINTAINER is | |

Re: Possibly unbuildable ports reminder

2007-12-28 Thread आशीष शुक्ल Ashish Shukla
,--[ On Fri, Dec 28, 2007 at 11:26:00AM +, Craig Butler wrote: [...] | I had a quick look and there is another port listed for you at; | http://people.freebsd.org/~fenner/portsurvey/[EMAIL PROTECTED] :( I don't have any control over distfiles servers, most of them're mirrors. -- Ashish

pkg_delete: package 'xorg-drivers-7.3' doesn't have a prefix

2007-12-28 Thread Mon Si
Dear list, I'm experiencing problems when I try to portupgrade the xorg-driver port. The old version of the port can't be uninstalled during the portupgrade due to an undefined prefix. The port can't be deleted by pkg_delete -f xorg-drivers-7.3 Does anybody know how to upgrade / remove this

Re: Problem with net/freenet6 port.

2007-12-28 Thread Michael Scholz
2007/12/28 21:53:08 tspc: tspSetEnv: TSP_TUNNEL_PREFIXLEN=128 2007/12/28 21:53:08 tspc: tspSetEnv: TSP_VERBOSE=3 2007/12/28 21:53:08 tspc: tspSetEnv: TSP_HOME_DIR=/usr/local 2007/12/28 21:53:08 tspc: tspSetupInterface: Executing configuration script: /bin/sh /usr/local/bin/tspc-freebsd.sh

Re: pkg_delete: package 'xorg-drivers-7.3' doesn't have a prefix

2007-12-28 Thread Stephen Montgomery-Smith
Mon Si wrote: Dear list, I'm experiencing problems when I try to portupgrade the xorg-driver port. The old version of the port can't be uninstalled during the portupgrade due to an undefined prefix. The port can't be deleted by pkg_delete -f xorg-drivers-7.3 Does anybody know how to upgrade /

Re: Building multimedia/vlc on amd64

2007-12-28 Thread Pav Lucistnik
Jonathan Chen píše v pá 28. 12. 2007 v 21:35 +1300: When I try to build vlc on 7-STABLE/amd64, the build fails with the following error: [...] c++ -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe -pipe -pthread -pthread -o libvlcplugin.so libnpvlc_a-vlcshell.o

Re: Problem with net/freenet6 port.

2007-12-28 Thread Robert Huff
Michael Scholz writes: 2007/12/28 21:53:08 tspc: tspMain: Error is 3: INTERFACE_SETUP_FAILED 2007/12/28 21:53:08 tspc: tspMain: TSP session done Can anyone tell me, where's the problem ? As a circumvent you may use net/gateway6, it's nearly the same, or you correct tspSetEnv()

Re: pkg_delete: package 'xorg-drivers-7.3' doesn't have a prefix

2007-12-28 Thread Eric Crist
On Dec 28, 2007, at 12:47 PM, Stephen Montgomery-Smith wrote: Mon Si wrote: Dear list, I'm experiencing problems when I try to portupgrade the xorg-driver port. The old version of the port can't be uninstalled during the portupgrade due to an undefined prefix. The port can't be deleted by

Re: Building multimedia/vlc on amd64

2007-12-28 Thread Jonathan Chen
On Fri, Dec 28, 2007 at 08:10:23PM +0100, Pav Lucistnik wrote: Jonathan Chen pí?e v pá 28. 12. 2007 v 21:35 +1300: When I try to build vlc on 7-STABLE/amd64, the build fails with the following error: [...] c++ -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe -pipe -pthread

Re: pkg_delete: package 'xorg-drivers-7.3' doesn't have a prefix

2007-12-28 Thread Tim Kellers
If you vi /usr/ports/UPDATING and search for fearless, it comes right up: 20070519: AFFECTS: users of Xorg AUTHOR: [EMAIL PROTECTED] Welcome, fearless user! You are about to embark upon a mystical journey to the world of xorg 7.2. Eric Crist wrote: On Dec 28, 2007, at 12:47 PM, Stephen

FreeBSD Port: games/rocksndiamonds

2007-12-28 Thread Zsolt Kúti
Hello, Rocksndiamonds doesn't work with my USB joystick (Logitech Attack 3). However, there is (at least) an other game that does recognize and use it. How can I make it work? (I tried setup from the game, none of the 4 possibilities and their calibration helped). My system is a 6.2-RELEASE-p8.

Re: Problem with net/freenet6 port.

2007-12-28 Thread आशीष शुक्ल Ashish Shukla
,--[ On Fri, Dec 28, 2007 at 06:42:35PM +0100, Michael Scholz wrote: [snipped] | Month ago I have sent a problem report with solution for net/freenet6 | but it wasn't committed yet. FreeBSD 7.X has changed the behavior of | libc function putenv() which results in the above issue. As a |