Re: Cross Compiling of ports Makefiles.

2012-12-31 Thread Simon J. Gerraty
>>One is to have a MAKEOBJDIRPREFIX like option, and redefine every >>target’s DESTDIR ${makeobjDESTDIR} before running do-install. Now i’ve >>yet to complete this stage, but I believe this is the way to do it. > >Would it be sufficient to have an INSTALL_PREFIX and/or INSTALL_DESTDIR >so that DES

Re: Cross Compiling of ports Makefiles.

2012-12-31 Thread Michael Vale
-Original Message- From: Simon J. Gerraty Sent: Tuesday, January 01, 2013 4:43 AM To: Michael Vale Cc: freebsd-hackers@freebsd.org ; freebsd-a...@freebsd.org ; freebsd-po...@freebsd.org Subject: Re: Cross Compiling of ports Makefiles. One is to have a MAKEOBJDIRPREFIX like option

Re: Cross Compiling of ports Makefiles.

2012-12-31 Thread Michael Vale
-Original Message- From: Garrett Cooper Sent: Tuesday, January 01, 2013 2:37 AM To: Michael Vale Cc: freebsd-hackers@freebsd.org ; freebsd-a...@freebsd.org ; freebsd-po...@freebsd.org ; Simon J. Gerraty Subject: Re: Cross Compiling of ports Makefiles. On Mon, Dec 31, 2012 at 6:33

Re: Cross Compiling of ports Makefiles.

2012-12-31 Thread Garrett Cooper
On Mon, Dec 31, 2012 at 6:33 AM, Michael Vale wrote: > -Original Message- From: Simon J. Gerraty > Sent: Friday, December 28, 2012 5:00 AM > To: Michael Vale > Cc: freebsd-hackers@freebsd.org ; freebsd-a...@freebsd.org ; > freebsd-po...@freebsd.org > Subject: Re: Cross

Re: Cross Compiling of ports Makefiles.

2012-12-31 Thread Michael Vale
-Original Message- From: Simon J. Gerraty Sent: Friday, December 28, 2012 5:00 AM To: Michael Vale Cc: freebsd-hackers@freebsd.org ; freebsd-a...@freebsd.org ; freebsd-po...@freebsd.org Subject: Re: Cross Compiling of ports Makefiles. Doing the same thing could also prevent the

Re: Cross Compiling of ports Makefiles.

2012-12-27 Thread Simon J. Gerraty
>Doing the same thing could also prevent the need for a DESTDIR JAIL >install at all and just use the real build machine’s build env, rather >than a jail. Regardless. We still have to install these targets and >their DESTDIR is skewed. There is a few options, I think I know what you mean, but

Cross Compiling of ports Makefiles.

2012-12-26 Thread Michael Vale
Hi, For those of you who are aware I’ve been implementing a complete cross-compiling series of functions to ports makefiles. I had a good 3+ week break since my last email with a patch to show, and I’ve totally re-written it and have started from scratch. Not including any of Ray’s Zrouter c