On Fri, Jul 22, 2016 at 1:53 AM, Jan Beich wrote:
> Russell Haley writes:
>
>> 1) It does not use the recommended "freebsd" target. While the port
>> overlays many of the same options, the system doesn't seem to respect
>> the targets and also performs the installation without specifically
>> cal
Sorry for the top post. Thank you for taking the time to clarify.
Russ
Sent from my BlackBerry 10 smartphone on the Koodo network.
Original Message
From: Jan Beich
Sent: Friday, July 22, 2016 2:54 AM
To: Russell Haley
Cc: olli hauer; freebsd-ports@freebsd.org
Subject: Re: Passing target to
Russell Haley writes:
> 1) It does not use the recommended "freebsd" target. While the port
> overlays many of the same options, the system doesn't seem to respect
> the targets and also performs the installation without specifically
> calling the "install" target.
Try adding ALL_TARGET=freebsd.
On 21/07/2016 20:25, Russell Haley wrote:
> 3) By forcing all Lua installation to use luaXX naming conventions, it
> forces the user to have to create work arounds or links to get the
> standard interpreter to work by calling "lua" (which is the expected
> use case in my opinion). The current suppo
On Thu, Jul 21, 2016 at 2:55 AM, olli hauer wrote:
> On 2016-07-21 08:03, Russell Haley wrote:
>> Hi there,
>>
>> I've been able to hack up the Makefile for an update of lua53 but the
>> one thing still missing is the ability to pass a target for the source
>> Makefile (i.e. lua's Makefile, not th
On Thu, Jul 21, 2016 at 2:55 AM, olli hauer wrote:
> On 2016-07-21 08:03, Russell Haley wrote:
>> Hi there,
>>
>> I've been able to hack up the Makefile for an update of lua53 but the
>> one thing still missing is the ability to pass a target for the source
>> Makefile (i.e. lua's Makefile, not th
Hi Russell,
> I've been able to hack up the Makefile for an update of lua53 but the
one thing still missing is the ability to pass a target for the source
Makefile (i.e. lua's Makefile, not the ports Makefile). I need to pass
in "freebsd" as per the build instructions for lua.
Assuming gnu ma