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
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
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
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
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
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