Re: nvidia-driver 256.35 released

2010-06-22 Thread Max Laier
On Wednesday 23 June 2010 03:09:34 Alexey Dokuchaev wrote: > On Tue, Jun 22, 2010 at 10:23:51PM +0200, Rene Ladan wrote: > > On 22-06-2010 22:15, Micka?l Maillot wrote: > > > libGLcore.so is rename to libnvidia-glcore.so > > > so you need to update pkg-plist to > > > > and these files don't exist

Re: Most Pager

2008-12-14 Thread Max Laier
remedy this; it was working fine a few > hours ago. Is your TERMCAP environment set (correctly)? -- /"\ Best regards, | mla...@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mla...@efnet / \ ASCII Ribbon C

Re: [HEADS UP] KDE4 - Call for Testing Part 1

2008-07-27 Thread Max Laier
On Sunday 27 July 2008 15:59:41 OutBackdingo wrote: > where exactly are these packages and how does one go about getting > them ? Seems I shouldn't have cut the original announce. http://wiki.freebsd.org/KDE4/Install > On Sun, 2008-07-27 at 13:38 +0200, Max Laier wrote: > >

Re: [HEADS UP] KDE4 - Call for Testing Part 1

2008-07-27 Thread Max Laier
also able to install my only qt4 app (audio/picard) after the kde4 install - works well, too. Thanks a lot for your work on this! -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/

Re: How to set CFLAGS for the build step?

2008-04-04 Thread Max Laier
On Friday 04 April 2008 14:21:23 Dirk Meyer wrote: > Max Laier schrieb:, > > > Okay, this doesn't help one bit - sorry. Or are you suggesting that > > I simply disregard user-set CFLAGS in make.conf by using /dev/null as > > make.conf? This seems to contradict &

Re: How to set CFLAGS for the build step?

2008-04-04 Thread Max Laier
On Friday 04 April 2008 06:27:37 Dirk Meyer wrote: > Max Laier schrieb:, > > > This currently works for empty and test{1,2}, but fails for test3. > > > > This test3 uses a make.conf (passed via MAKE_ARGS= __MAKE_CONF=...) > > that has a > > > >

Re: How to set CFLAGS for the build step?

2008-04-03 Thread Max Laier
On Wednesday 02 April 2008 18:34:42 Max Laier wrote: > Hi, > > I have some trouble with sysutils/pftop. It seems that if a user sets > CFLAGS in make.conf the additional "CFLAGS+= -DHAVE_ALTQ=1" I have in > the port's Makefile doesn't get through to the build

Re: How to set CFLAGS for the build step?

2008-04-03 Thread Max Laier
On Wednesday 02 April 2008 19:16:54 RW wrote: > On Wed, 2 Apr 2008 18:34:42 +0200 > > Max Laier <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I have some trouble with sysutils/pftop. It seems that if a user > > sets CFLAGS in make.conf the additional "CFLA

How to set CFLAGS for the build step?

2008-04-02 Thread Max Laier
uses the bsd.*.mk scripts, but I'm puzzled as to how to do this right. Any insight? -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign

Re: Morpheus in ports

2008-02-28 Thread Max Laier
_ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > > -- /"\ Best regards, | [EMAIL PROTECTED] \ / M

Re: running wireshark as a non root user

2008-02-13 Thread Max Laier
est regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News ___ freebsd-ports@freebsd.org m

Re: cannot install p5-Net-Pcap

2008-01-05 Thread Max Laier
by installing net/libpcap from ports (which is at 0.9.7). p5-Net-Pcap seems able to pick that up, too. If that doesn't help you might be required to stick with an older version of p5-Net-Pcap for the moment (or a newer one if they figure out how to support older libpcap again). -- /"\ Best regard

Re: new imported libpcap has net/bpf.h handling issue

2007-10-21 Thread Max Laier
ndef PCAP_DONT_INCLUDE_PCAP_BPF_H > +#include > +#endif > > #include > > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mai

Re: new imported libpcap has net/bpf.h handling issue

2007-10-21 Thread Max Laier
/contrib/libpcap/pcap.h,v 1.13 2007/10/16 02:07:55 mlaier > Exp $ (LBL) */ > > #ifndef lib_pcap_h > @@ -41,7 +41,9 @@ > #include > #include > > -#include > +#ifndef PCAP_DONT_INCLUDE_PCAP_BPF_H > +#include > +#endif > > #include -- /"\ Best re

Re: xorg 7.3: xorgcfg is missing

2007-10-10 Thread Max Laier
t;\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News signature.asc Description: This is a digitally signed message part.

Re: beryl missing windows decorations

2007-10-10 Thread Max Laier
figure out). In any case, this is certainly an issue to take upstream as it's rather unlikely to be a FreeBSD issue. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PRO

Re: [HEADSUP] problems with the autoconf upgrade

2007-10-06 Thread Max Laier
l the latest on the subject matter? If the latter, what can we do to help? -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign

ports/116187: pftop update

2007-09-08 Thread Max Laier
Hi, can somebody please approve or commit ports/116187 for me? Thanks a lot! Not sure if I handled the extra include file the right way[tm]. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X

Re: Stupid question

2007-08-16 Thread Max Laier
undancy in this thread, but told you about the ports(7) manpage, yet. Try "man ports" for more information. "Teach a man how to fish ..." -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://p

Re: [Fwd: pfstat-2.2_3 failed on amd64 7]

2007-07-14 Thread Max Laier
=== > > build of /usr/ports/sysutils/pfstat ended at Sat Jul 14 02:37:11 UTC > > 2007 Fix attached - could somebody please add required ports-foo and commit? Thanks! Note that this adds a new file "pre41-patch-pf.c" -- /"\ Best regards,

ftp/ftp-proxy in base now

2007-07-03 Thread Max Laier
could somebody commit this (or equivalent), please? -- FreeBSD Status reports due: 07/07/07 :-) /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII R

Re: graphics/ImageMagick without X11

2007-06-16 Thread Max Laier
On Saturday 16 June 2007, Gaye Abdoulaye Walsimou wrote: > I am wondering how to build graphics/ImageMagick without xorg (too much > for a web server) . make config - disable X11 support - make install clean -- /"\ Best regards, | [EMAIL PROTECTED] \ /

Re: HEADS UP: xorg 7.2 ready for testing

2007-05-13 Thread Max Laier
thing seems fine now. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News pgp8Zi3iwsVNj.pgp Description: PGP signature

Re: Inclusion of Intel PRO/Wireless LAN 2100/2200/2915 firmwares in the base system

2007-03-02 Thread Max Laier
e first place! > PS: Before you ask, wpi(4) (Intel PRO/Wireless LAN 3945) firmware will > also be included once the driver hits the tree. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2par

Re: sysutils/xbattbar for !i386

2006-12-12 Thread Max Laier
king it in patches. > Regards, > Rong-En Fan > > > Scot > > > > -- > > DISCLAIMER: > > No electrons were mamed while sending this message. Only slightly > > bruised. > > > > > > _

Re: Pfstat trouble, no data in database file

2006-12-11 Thread Max Laier
List doesn't like text/x-csrc it seems. Resend as text/plain. On Monday 11 December 2006 21:10, Max Laier wrote: > On Monday 11 December 2006 20:29, Lars Wittebrood wrote: > > Hello list, > > > > After some more troubleshooting I've come a step further. > &g

Re: Pfstat trouble, no data in database file

2006-12-11 Thread Max Laier
/pfstat.db) > > > > [EMAIL PROTECTED] db # ll /var/db/pfstat.db > > -rw-r--r--1 root wheel 0 Dec 10 21:21 > > /var/db/pfstat.db > > > > As you can see pfstat.db stays zero bytes! Anyone any idea why this > > is happenin

Re: how to keep PORTVERSION from going backwards?

2006-11-14 Thread Max Laier
h the vendor's version numbers, and I assume that's > bad. See: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-naming.html#AEN521 -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #6777