env: NO_PIE: No such file or directory

2014-06-06 Thread John Hein
I'm seeing this after updating my ports tree (to r356864): . . === Building for openjdk6-b31_3,1 env: NO_PIE: No such file or directory . . Commenting out the recent MAKE_ENV+=NO_PIE in bsd.port.mk got me going forward. Maybe it should be MAKE_ENV+=NO_PIE=yes

Re: env: NO_PIE: No such file or directory

2014-06-06 Thread Baptiste Daroussin
On Fri, Jun 06, 2014 at 05:25:58PM -0600, John Hein wrote: I'm seeing this after updating my ports tree (to r356864): . . === Building for openjdk6-b31_3,1 env: NO_PIE: No such file or directory . . Commenting out the recent MAKE_ENV+=NO_PIE

Re: env: NO_PIE: No such file or directory

2014-06-06 Thread Bryan Drewery
On 2014-06-06 19:30, Baptiste Daroussin wrote: On Fri, Jun 06, 2014 at 05:25:58PM -0600, John Hein wrote: I'm seeing this after updating my ports tree (to r356864): . . === Building for openjdk6-b31_3,1 env: NO_PIE: No such file or directory . . Commenting out