Re: GSoC: Making ports work with clang

2010-05-02 Thread Yuri
Andrius Morkūnas wrote: Hi, I'm Andrius Morkūnas from Lithuania. My Summer of Code proposal was accepted this year and be working on my project, which is to make clang and ports to be friendly with each other. My main goals are: * Create an easy way to set ports compiler to either clang or gc

graphics/dri fails to build.

2010-05-02 Thread Demelier David
Hi freebsd-ports, I have two machines one running 8.0-RELEASE and one using 8.0-STABLE, the stable one successfully update xorg to 7.5 but the other one do not : cc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver -I../../../../../include -I../../../../../src/mesa -I../../.

Re: graphics/dri fails to build.

2010-05-02 Thread Demelier David
http://www.freebsd.org/cgi/query-pr.cgi?pr=143723 It seems adding CFLAGS+=-march-=native solved the problem but I don't want to keep this flag everytime in my make.conf How this flag could solve the problem ? I can't understand. Cheers. ___ freebsd-por

Re: Xorg does not start after upgrade from 7.4 to 7.5 (Undefined symbol "xf86LoaderReqSymLists" in intel_drv.so)

2010-05-02 Thread Joey Mingrone
On Sun, May 2, 2010 at 03:42, Martin Wilke wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sat, May 01, 2010 at 10:01:51PM -0300, Joey Mingrone wrote: >> Hi, >> >> When starting Xorg >> >> /libexec/ld-elf.so.1: >> /usr/local/lib/xorg/modules/drivers/intel_drv.so: Undefined symbol >

Re: Grandfather dependencies completely out of control

2010-05-02 Thread Koop Mast
On Sat, 2010-05-01 at 23:09 -0700, Doug Barton wrote: > Howdy, > > I'm looking at the use of portmaster to upgrade perl versions, and > noticed that there are a ton of ports listed as dependent on perl that > don't have any use for it, including one of mine: > > qbittorrent-2.2.6 >> libnotify-0.4

Re: FreeBSD Port: firefox-3.6.3, 1 (trying to load certain pages causes the browser to hang then crash)

2010-05-02 Thread Gary Jennejohn
On Sat, 1 May 2010 22:30:47 -0300 Joey Mingrone wrote: > Hi, > > This behaviour is consistent for the same pages. For example, > reader.google.com will never load. I can load pages with https:// so > I'm not sure if this is related to the problem I've seen in gnats. > This is on a box running

Re: Apache 22 - FreeBSD 8.0 - (httpd), uid 80: exited on signal 11

2010-05-02 Thread Helmut Schneider
Hans F. Nordhaug wrote: > I recently upgrade to FreeBSD 8.0 (from 7.2) and suddenly I get a lot > of "(httpd), uid 80: exited on signal 11" in my logs. I have similar > problems with amavisd - see > http://lists.freebsd.org/pipermail/freebsd-questions/2010-April/thread.html#215757 > I'm have upd

Re: Grandfather dependencies completely out of control

2010-05-02 Thread Thomas Sandford
On 02/05/2010 11:21, Koop Mast wrote: On Sat, 2010-05-01 at 23:09 -0700, Doug Barton wrote: I'm looking at the use of portmaster to upgrade perl versions, and noticed that there are a ton of ports listed as dependent on perl that don't have any use for it, including one of mine: qbittorrent-2.2

Re: graphics/dri fails to build.

2010-05-02 Thread Robert Noland
On Sun, 2010-05-02 at 11:26 +0200, Demelier David wrote: > http://www.freebsd.org/cgi/query-pr.cgi?pr=143723 > > It seems adding CFLAGS+=-march-=native solved the problem but I don't want to > keep this flag everytime in my make.conf > > How this flag could solve the problem ? I can't understand.

Re: FreeBSD Port: firefox-3.6.3, 1 (trying to load certain pages causes the browser to hang then crash)

2010-05-02 Thread Joey Mingrone
On Sun, May 2, 2010 at 07:00, Gary Jennejohn wrote: > I can load reader.google.com without a problem.  Note that I do not > have any WITH_GECKO in my make.conf.  Can't say whether that is the > issue. > > However, if you mean by "will never load", that you keep getting sent > back to the log-in pa

Re: Apache 22 - FreeBSD 8.0 - (httpd), uid 80: exited on signal 11

2010-05-02 Thread Hans F. Nordhaug
* Helmut Schneider [2010-05-02]: > Hans F. Nordhaug wrote: > > > I recently upgrade to FreeBSD 8.0 (from 7.2) and suddenly I get a lot > > of "(httpd), uid 80: exited on signal 11" in my logs. I have similar > > problems with amavisd - see > > > http://lists.freebsd.org/pipermail/freebsd-questi

Re: graphics/dri fails to build.

2010-05-02 Thread Garrett Cooper
On May 2, 2010, at 5:30 AM, Robert Noland wrote: On Sun, 2010-05-02 at 11:26 +0200, Demelier David wrote: http://www.freebsd.org/cgi/query-pr.cgi?pr=143723 It seems adding CFLAGS+=-march-=native solved the problem but I don't want to keep this flag everytime in my make.conf How this flag

Re: graphics/dri fails to build.

2010-05-02 Thread Robert Noland
On Sun, 2010-05-02 at 11:46 -0700, Garrett Cooper wrote: > On May 2, 2010, at 5:30 AM, Robert Noland wrote: > > > On Sun, 2010-05-02 at 11:26 +0200, Demelier David wrote: > >> http://www.freebsd.org/cgi/query-pr.cgi?pr=143723 > >> > >> It seems adding CFLAGS+=-march-=native solved the problem but

Dixit port bad management

2010-05-02 Thread Tim A
1) I don't understand why the Textproc/Dixit port is so badly managed. The program itself is at version 10.4, while your unprofessional port still stays at version 1.0.1, claiming that the GCC 4.2 compilation is broken. 2) I don't understand either why you don't use Dixit sourceforge RSS feeds

Re: [HEADS UP] Xorg 7.5 merge comming tomorrow.

2010-05-02 Thread David Wolfskill
The CVS mirror I use apparently didn't get the Xorg 7.5 updates as of my daily update yesterday, but I seem to have the updates today, so I tried using portmaster -- largely with good success. Save for points when the wireless NIC on my laptop went flaky, it seems to have gone with but a single "h

Re: GSoC: Making ports work with clang

2010-05-02 Thread Eitan Adler
> Having tried clang++ I have a feeling that it's not quite ready to be a > generic c++ compiler. > It crashes a lot, fails on many quite simple c++ patterns. Very immature. > Don't you feel it's too early to start project like you are going to given > the state of clang with c++? > You will just k

Re: graphics/dri fails to build.

2010-05-02 Thread Garrett Cooper
On May 2, 2010, at 12:58 PM, Robert Noland wrote: > On Sun, 2010-05-02 at 11:46 -0700, Garrett Cooper wrote: >> On May 2, 2010, at 5:30 AM, Robert Noland wrote: >> >>> On Sun, 2010-05-02 at 11:26 +0200, Demelier David wrote: http://www.freebsd.org/cgi/query-pr.cgi?pr=143723 It se

Re: [HEADS UP] Xorg 7.5 merge comming tomorrow.

2010-05-02 Thread Eitan Adler
It all seems to work, I'm running iceWM with the new Xorg version. However if I try and run the friendly xeyes I get a segfault which brings down the entire X server - not just xeyes.FreeBSD 8.0-RELEASE-p2 i386 ___ freebsd-ports@freebsd.org mailing list h

Re: graphics/dri fails to build.

2010-05-02 Thread Robert Noland
On Sun, 2010-05-02 at 13:20 -0700, Garrett Cooper wrote: > On May 2, 2010, at 12:58 PM, Robert Noland wrote: > > > On Sun, 2010-05-02 at 11:46 -0700, Garrett Cooper wrote: > >> On May 2, 2010, at 5:30 AM, Robert Noland wrote: > >> > >>> On Sun, 2010-05-02 at 11:26 +0200, Demelier David wrote: >

Re: GSoC: Making ports work with clang

2010-05-02 Thread Andrius Morkūnas
On Sun, 02 May 2010 10:25:22 +0300, Yuri wrote: Having tried clang++ I have a feeling that it's not quite ready to be a generic c++ compiler. It crashes a lot, fails on many quite simple c++ patterns. The current state of clang doesn't bother me too much. I'm aware of its limitations, but I'm

Re: GSoC: Making ports work with clang

2010-05-02 Thread Andrius Morkūnas
On Sun, 02 May 2010 23:17:00 +0300, Eitan Adler wrote: Good - and those 30% of ports will help improve clang++ even more. Some probably will, we submit a lot of bug reports for clang/llvm. Hopefully over time that number will increase to 100% and we will be able to say goodbye to gcc for goo

Re: Dixit port bad management

2010-05-02 Thread Remko Lodder
On May 2, 2010, at 9:59 PM, Tim A wrote: > > 1) I don't understand why the Textproc/Dixit port is so badly managed. The > program itself is at version 10.4, while your unprofessional port still stays > at version 1.0.1, claiming that the GCC 4.2 compilation is broken. > > 2) I don't understa

Re: Grandfather dependencies completely out of control

2010-05-02 Thread Doug Barton
On 05/02/10 03:21, Koop Mast wrote: > One of the scripts provided by devel/glib20 is a perl script. That is the > reason why > we need perl. Thanks for the response, couple things come to mind. First, how many things actually make use of those perl/python scripts? If the number is small they sh

xf86-video-intel-2.7.1_2 problem

2010-05-02 Thread Dominic Fandrey
After a surprisingly smooth update Xorg-7.5 update (good job there) it's time for me to complain about a change in the intel driver. The driver suddenly seems to be hard-coded to come up with 96dpi. This is quite ridiculous as the driver perfectly knows the correct display size: LVDS conne

Re: GSoC: Making ports work with clang

2010-05-02 Thread Charlie Kester
On Sun 02 May 2010 at 14:03:06 PDT Andrius Mork??nas wrote: On Sun, 02 May 2010 23:17:00 +0300, Eitan Adler wrote: Good - and those 30% of ports will help improve clang++ even more. Some probably will, we submit a lot of bug reports for clang/llvm. Hopefully over time that number will incre

Re: Grandfather dependencies completely out of control

2010-05-02 Thread Joe Marcus Clarke
On 5/2/10 5:19 PM, Doug Barton wrote: > On 05/02/10 03:21, Koop Mast wrote: >> One of the scripts provided by devel/glib20 is a perl script. That is the >> reason why >> we need perl. > > Thanks for the response, couple things come to mind. First, how many > things actually make use of those pe

Re: [HEADS UP] Xorg 7.5 merge comming tomorrow.

2010-05-02 Thread Doug Barton
On 05/02/10 13:17, David Wolfskill wrote: > The CVS mirror I use apparently didn't get the Xorg 7.5 updates as of my > daily update yesterday, but I seem to have the updates today, so I tried > using portmaster -- largely with good success. That's good news. :) > Save for points when the wireless

Re: Grandfather dependencies completely out of control

2010-05-02 Thread Doug Barton
On 05/02/10 15:28, Joe Marcus Clarke wrote: > On 5/2/10 5:19 PM, Doug Barton wrote: >> On 05/02/10 03:21, Koop Mast wrote: >>> One of the scripts provided by devel/glib20 is a perl script. That is the >>> reason why >>> we need perl. >> >> Thanks for the response, couple things come to mind. Firs

Testers wanted: ISC DHCP 4

2010-05-02 Thread Wesley Shields
I've prepared ports for the latest version of the DHCP suite from ISC. I'd appreciate people testing it out and letting me know if it works for them or not. I'm not able to test every configuration so I appreciate the help with this. It can be fetched and extracted with: fetch -o /tmp/dhcp41.shar

Re: Testers wanted: ISC DHCP 4

2010-05-02 Thread Wesley Shields
On Sun, May 02, 2010 at 10:36:54PM -0400, Wesley Shields wrote: > I've prepared ports for the latest version of the DHCP suite from ISC. > I'd appreciate people testing it out and letting me know if it works for > them or not. I'm not able to test every configuration so I appreciate > the help with

MD2 Dependency in FreeBSD 8.0 - OpenSSL 1.0.0 Needs MD2 enabled

2010-05-02 Thread John Marshall
This is obviously a workaround but... After updating ports (including security/openssl) on a FreeBSD 8-STABLE (Feb 25) system, I couldn't build net/samba33. This is what I saw... Linking bin/smbd /usr/lib/libhx509.so: undefined reference to `MD2_Init' /usr/lib/libhx509.so: undefined refere