Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Mar 2016 19:47:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 208294] [exp-run] Add CONFIGURE_OUTSOURCE support
Message-ID:  <bug-208294-13-JrWmSscEwi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208294-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208294-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208294

--- Comment #4 from Jan Beich <jbeich@FreeBSD.org> ---
It's actually under ${WRKDIR}/.build like USES=3Dcmake:outsource.

  # after bug 208309
  $ make -V CONFIGURE_WRKSRC
  /usr/ports/lang/gcc/work/.build
  $ make -V WRKSRC
  /usr/ports/lang/gcc/work/gcc-4.8.5

Thanks for feedback. To avoid confusion I'll replace the illustration in
CHANGES with

    $ mkdir ../.build
    $ cd ../.build
    $ ${OLDPWD}/configure
    $ gmake
    $ gmake install

and convert/include lang/gcc* patches here for exp-run.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208294-13-JrWmSscEwi>