Re: something had broken in *.mk?

2012-10-18 Thread Brooks Davis
On Wed, Oct 17, 2012 at 02:52:05PM +0200, John Marino wrote: On 10/17/2012 14:30, Baptiste Daroussin wrote: I don't know much about this, I just know that current is going to use bmake, and the only incompatibility I have spotted so far from our make to bmake is the :L becoming :tl

something had broken in *.mk?

2012-10-17 Thread Ruslan Mahmatkhanov
Hi, I got this whenever check any port with porlint -AC: [rm@smeshariki4 ~/py-pysha3] portlint -AC make: /usr/ports/Mk/bsd.port.mk line 5121: warning: duplicate script for target -depends ignored make: /usr/ports/Mk/bsd.port.mk line 5121: warning: using previous script for -depends defined

Re: something had broken in *.mk?

2012-10-17 Thread Ruslan Mahmatkhanov
Ruslan Mahmatkhanov wrote on 17.10.2012 11:59: Hi, I got this whenever check any port with porlint -AC: root@smeshariki4:/usr/ports/devel/gitg # make install clean make: /usr/ports/Mk/bsd.port.mk line 5118: warning: duplicate script for target -depends ignored make:

Re: something had broken in *.mk?

2012-10-17 Thread John Marino
You're building with bmake and not make. bmake uses :tu and :tl where make uses :U and :L, among other things. It's the :L modifier that's causing your errors. use the FreeBSD version of make instead. John On 10/17/2012 09:59, Ruslan Mahmatkhanov wrote: Hi, I got this whenever check any port

Re: something had broken in *.mk?

2012-10-17 Thread Ruslan Mahmatkhanov
John Marino wrote on 17.10.2012 14:52: You're building with bmake and not make. bmake uses :tu and :tl where make uses :U and :L, among other things. It's the :L modifier that's causing your errors. use the FreeBSD version of make instead. John Yes, you are right. I just remember that I

Re: something had broken in *.mk?

2012-10-17 Thread John Marino
You're building with bmake and not make. bmake uses :tu and :tl where make uses :U and :L, among other things. It's the :L modifier that's causing your errors. use the FreeBSD version of make instead. John On 10/17/2012 09:59, Ruslan Mahmatkhanov wrote: Hi, I got this whenever check any port

Re: something had broken in *.mk?

2012-10-17 Thread Baptiste Daroussin
On Wed, Oct 17, 2012 at 02:58:50PM +0400, Ruslan Mahmatkhanov wrote: John Marino wrote on 17.10.2012 14:52: You're building with bmake and not make. bmake uses :tu and :tl where make uses :U and :L, among other things. It's the :L modifier that's causing your errors. use the FreeBSD

Re: something had broken in *.mk?

2012-10-17 Thread Baptiste Daroussin
On Wed, Oct 17, 2012 at 01:55:37PM +0200, Baptiste Daroussin wrote: On Wed, Oct 17, 2012 at 02:58:50PM +0400, Ruslan Mahmatkhanov wrote: John Marino wrote on 17.10.2012 14:52: You're building with bmake and not make. bmake uses :tu and :tl where make uses :U and :L, among other things.

Re: something had broken in *.mk?

2012-10-17 Thread Michael Gmelin
On Wed, 17 Oct 2012 14:20:45 +0200 Baptiste Daroussin b...@freebsd.org wrote: On Wed, Oct 17, 2012 at 01:55:37PM +0200, Baptiste Daroussin wrote: On Wed, Oct 17, 2012 at 02:58:50PM +0400, Ruslan Mahmatkhanov wrote: John Marino wrote on 17.10.2012 14:52: You're building with bmake and

Re: something had broken in *.mk?

2012-10-17 Thread Baptiste Daroussin
On Wed, Oct 17, 2012 at 02:25:38PM +0200, Michael Gmelin wrote: On Wed, 17 Oct 2012 14:20:45 +0200 Baptiste Daroussin b...@freebsd.org wrote: On Wed, Oct 17, 2012 at 01:55:37PM +0200, Baptiste Daroussin wrote: On Wed, Oct 17, 2012 at 02:58:50PM +0400, Ruslan Mahmatkhanov wrote: John

Re: something had broken in *.mk?

2012-10-17 Thread John Marino
On 10/17/2012 14:30, Baptiste Daroussin wrote: I don't know much about this, I just know that current is going to use bmake, and the only incompatibility I have spotted so far from our make to bmake is the :L becoming :tl and :U becoming :tu Once 8.3 and 9.0 are EOLed all version of freebsd