Re: autoconf 2.60 support

2006-08-10 Thread Stanislav Sedov
On Wed, 9 Aug 2006 22:15:50 -0700 Ade Lovett [EMAIL PROTECTED] mentioned: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 09, 2006, at 12:36 , Stanislav Sedov wrote: There is one important change in 2.60 - mandir and infodir now point by default to ${prefix}/share/man and

Re: munin-node install problems

2006-08-10 Thread Lupe Christoph
Quoting Matt Craig [EMAIL PROTECTED]: Lupe Christoph wrote: I have a few questions: - What happens when you install the package with pkg_add? Exact same behavior with pkg_add. ... which means it's much easier for me to reproduce. I will have a look when I get back home. Thanks, Lupe

Re: porttools plist target

2006-08-10 Thread Stanislav Sedov
On Mon, 07 Aug 2006 11:33:56 +0400 Sergei Kolobov [EMAIL PROTECTED] mentioned: Thanks a lot - I will look into including it in the next release of porttools (which, hopefully, I will get to in the nearest future). I attached a modified version of plist fixing a bug with ports not using mtree.

Frets on Fire (game) - a Guitar Hero copy for PC

2006-08-10 Thread Mikko Oksa
A while ago there came out one nice game that could be ported to FreeBSD using Linux emulation layer. It's called Frets on Fire, and it's kind of PC version of famous Guitar Hero on consoles. It doesn't require much packages (basicly only SDL is required), and uses OpenGL. As I don't

make(1) is broken?

2006-08-10 Thread Stanislav Sedov
Hi! I have a strange problem linked with make(1) Consider the following Makefile: --- COMPS=aa ab ac AA=aa VAR1=${COMPS:Maa} VAR2=${COMPS:M${AA}} .for COMP in ${AA} VAR3=${COMPS:M${COMP}} .endfor

Re: support for DESTDIR: security/openssh-portable

2006-08-10 Thread Brooks Davis
On Wed, Aug 09, 2006 at 05:59:18PM -0600, John E Hein wrote: John E Hein wrote at 17:43 -0600 on Aug 9, 2006: Well, the part that makes it annoying to duplicate in all ports is not the two separate words (CHROOT DESTDIR), but that you have to test defined(DESTDIR) !empty(DESTDIR)

Re: support for DESTDIR: security/openssh-portable

2006-08-10 Thread Gábor Kövesdán
Brooks Davis wrote: On Wed, Aug 09, 2006 at 05:59:18PM -0600, John E Hein wrote: John E Hein wrote at 17:43 -0600 on Aug 9, 2006: Well, the part that makes it annoying to duplicate in all ports is not the two separate words (CHROOT DESTDIR), but that you have to test defined(DESTDIR)

Re: problem building linuxthreads on RELENG_6

2006-08-10 Thread Eric Schuele
On 08/08/2006 23:06, Ganbold wrote: Eric Schuele wrote: Hello, I am trying to build MySQL with linuxthread support. The build is failing within linuxthreads with the following error(s): cc -O -pipe -march=pentium4 -g -O2 -Wall -DCOMPILING_LINUXTHREADS

Re: make(1) is broken?

2006-08-10 Thread John Baldwin
On Thursday 10 August 2006 06:08, Stanislav Sedov wrote: Hi! I have a strange problem linked with make(1) Consider the following Makefile: --- COMPS=aa ab ac AA=aa VAR1=${COMPS:Maa} VAR2=${COMPS:M${AA}} .for COMP in ${AA}

Re: Intel Linux Graphics on FreeBSD?

2006-08-10 Thread Joel Dahl
On Thu, 2006-08-10 at 10:05 -0500, Jeff Cross wrote: This may have already hit the list, but has anyone seen the intellinuxgraphics.org driver site that Intel has produced. It appears they have created drivers for their cards for Linux. Does anyone know if there is a work in progress to

Re: Intel Linux Graphics on FreeBSD?

2006-08-10 Thread Gary Jennejohn
Joel Dahl writes: On Thu, 2006-08-10 at 10:05 -0500, Jeff Cross wrote: This may have already hit the list, but has anyone seen the intellinuxgraphics.org driver site that Intel has produced. It appears they have created drivers for their cards for Linux. Does anyone know if there is

FreeBSD Port: eclipse-EPIC-0.3.0_2

2006-08-10 Thread Joey Mingrone
Hi Gerrit: I just installed the eclipse-EPIC-0.3.0_2 port and there seems to be a problem changing settings for the perl editor. For example, when I go to Window-Preferences...-Perl EPIC-Editor and check Show Line Numbers and error message pops up saying Error notifying a preference change

Re: FreeBSD Port: eclipse-EPIC-0.3.0_2

2006-08-10 Thread Gerrit Beine
Hi Gerrit: I just installed the eclipse-EPIC-0.3.0_2 port and there seems to be a problem changing settings for the perl editor. For example, when I go to Window-Preferences...-Perl EPIC-Editor and check Show Line Numbers and error message pops up saying Error notifying a preference

Re: Intel Linux Graphics on FreeBSD?

2006-08-10 Thread Eric Anholt
On Thu, 2006-08-10 at 10:05 -0500, Jeff Cross wrote: This may have already hit the list, but has anyone seen the intellinuxgraphics.org driver site that Intel has produced. It appears they have created drivers for their cards for Linux. Does anyone know if there is a work in progress to

Re: ports without configure do not receive CC

2006-08-10 Thread [LoN]Kamikaze
Stanislav Sedov wrote: On Thu, 10 Aug 2006 17:53:54 +0200 [LoN]Kamikaze [EMAIL PROTECTED] mentioned: Ports that do not set CC in their configure target don't get informed about the value of CC because it is only appended to MAKE_ENV for the configure target. I think it doesn't present

Re: ports without configure do not receive CC

2006-08-10 Thread Stanislav Sedov
On Thu, 10 Aug 2006 21:24:42 +0200 [LoN]Kamikaze [EMAIL PROTECTED] mentioned: That leads to no end of problems if you have different settings for different ports, because a port gets its specific settings and will later override them with the settings that are set for all ports. You can

Re: ports without configure do not receive CC

2006-08-10 Thread Scot Hetzel
On 8/10/06, Scot Hetzel [EMAIL PROTECTED] wrote: Or use the sysutils/portconf port, and then place your port specific variables in the /usr/local/etc/port.conf file, no need to clutter /etc/make.conf. CATEGORY/PORTNAME*: CC=XXX editors/openoffice*: WITH_TTF_BYTECODE_ENABLED Forgot to mention

Re: ports without configure do not receive CC

2006-08-10 Thread [LoN]Kamikaze
Scot Hetzel wrote: On 8/10/06, Stanislav Sedov [EMAIL PROTECTED] wrote: On Thu, 10 Aug 2006 21:24:42 +0200 [LoN]Kamikaze [EMAIL PROTECTED] mentioned: That leads to no end of problems if you have different settings for different ports, because a port gets its specific settings and will

run-autotools is run after pre-configure

2006-08-10 Thread Alejandro Pulver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello. I am creating a port (devel/allegro-devel, based on devel/allegro) which uses autoconf 2.59. I need to replace -lpthread with ${PTHREAD_LIBS} to make it work on FreeBSD 4.x, but autoconf is executed after patching so it overwrites the

Re: run-autotools is run after pre-configure

2006-08-10 Thread Doug Barton
Alejandro Pulver wrote: Hello. I am creating a port (devel/allegro-devel, based on devel/allegro) which uses autoconf 2.59. I need to replace -lpthread with ${PTHREAD_LIBS} to make it work on FreeBSD 4.x, but autoconf is executed after patching so it overwrites the configure script. Have

Re: run-autotools is run after pre-configure

2006-08-10 Thread Alejandro Pulver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 10 Aug 2006 13:45:37 -0700 Doug Barton [EMAIL PROTECTED] wrote: Alejandro Pulver wrote: Hello. I am creating a port (devel/allegro-devel, based on devel/allegro) which uses autoconf 2.59. I need to replace -lpthread with

Re: problem building linuxthreads on RELENG_6

2006-08-10 Thread Ganbold
Eric Schuele wrote: On 08/08/2006 23:06, Ganbold wrote: Eric Schuele wrote: Hello, I am trying to build MySQL with linuxthread support. The build is failing within linuxthreads with the following error(s): cc -O -pipe -march=pentium4 -g -O2 -Wall -DCOMPILING_LINUXTHREADS

Re: problem building linuxthreads on RELENG_6

2006-08-10 Thread Eric Schuele
On 08/10/2006 20:45, Eric Schuele wrote: On 08/10/2006 10:40, Hajimu UMEMOTO wrote: Hi, On Tue, 08 Aug 2006 20:37:05 -0500 Eric Schuele [EMAIL PROTECTED] said: e.schuele I am trying to build MySQL with linuxthread support. The build is e.schuele failing within linuxthreads with the