Re: new make vs security/vpnc

2013-07-09 Thread Andriy Gapon
on 09/07/2013 10:25 Tijl Coosemans said the following: > On 2013-07-09 00:05, Andriy Gapon wrote: >> Seems like the problem boils down to this: >> >> $ make -V MAKEFILE /usr/ports/security/vpnc/Makefile $ fmake -V MAKEFILE >> Makefile >> >> The only explicit assignments of MAKEFILE that I could

Re: new make vs security/vpnc

2013-07-09 Thread Tijl Coosemans
On 2013-07-09 00:05, Andriy Gapon wrote: > Seems like the problem boils down to this: > > $ make -V MAKEFILE > /usr/ports/security/vpnc/Makefile > $ fmake -V MAKEFILE > Makefile > > The only explicit assignments of MAKEFILE that I could find in ports > infrastructure are these: > /usr/ports/Mk/bs

Re: new make vs security/vpnc

2013-07-09 Thread Baptiste Daroussin
On Tue, Jul 09, 2013 at 01:05:30AM +0300, Andriy Gapon wrote: > > Seems like the problem boils down to this: > > $ make -V MAKEFILE > /usr/ports/security/vpnc/Makefile > $ fmake -V MAKEFILE > Makefile > > The only explicit assignments of MAKEFILE that I could find in ports > infrastructure are t

Re: new make vs security/vpnc

2013-07-08 Thread Andriy Gapon
Seems like the problem boils down to this: $ make -V MAKEFILE /usr/ports/security/vpnc/Makefile $ fmake -V MAKEFILE Makefile The only explicit assignments of MAKEFILE that I could find in ports infrastructure are these: /usr/ports/Mk/bsd.port.mk:MAKEFILE?=Makefile /usr/ports/Mk/bsd.g

Re: new make vs security/vpnc

2013-07-08 Thread Andriy Gapon
on 09/07/2013 00:07 Andriy Gapon said the following: > > Using recent head and the latest ports as of now. > $ cd /usr/ports/security/vpnc > $ make > ===> Building for vpnc-0.5.3_8 > /usr/ports/security/vpnc/Makefile:37: *** missing separator. Stop. > *** Error code 1 > > But fmake works just f

new make vs security/vpnc

2013-07-08 Thread Andriy Gapon
Using recent head and the latest ports as of now. $ cd /usr/ports/security/vpnc $ make ===> Building for vpnc-0.5.3_8 /usr/ports/security/vpnc/Makefile:37: *** missing separator. Stop. *** Error code 1 But fmake works just fine without any error. In my ports tree Makefile:37 is: .include Ple