Re: svn commit: r266760 - head/contrib/bmake

2014-06-07 Thread Warner Losh
On Jun 4, 2014, at 9:18 PM, Julian Elischer wrote: > On 6/4/14, 11:19 PM, Drewery, Bryan wrote: >> On 6/4/14, 2:26 AM, Eitan Adler wrote: >>> On 2 June 2014 23:35, Baptiste Daroussin wrote: On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: > > On Mon, 2 Jun 2014 19

Re: svn commit: r266760 - head/contrib/bmake

2014-06-05 Thread Craig Rodrigues
On Wed, Jun 4, 2014 at 5:05 PM, Warner Losh wrote: > > It would be nice if we could put that code back into make, but have > it disabled. There are several people that use custom old trees that are > hitting this when they build on newer systems... While /usr/ports is ready, > forks of it might no

Re: svn commit: r266760 - head/contrib/bmake

2014-06-05 Thread Bryan Drewery
On Wed Jun 4 22:18:38 2014, Julian Elischer wrote: On 6/4/14, 11:19 PM, Drewery, Bryan wrote: On 6/4/14, 2:26 AM, Eitan Adler wrote: On 2 June 2014 23:35, Baptiste Daroussin wrote: On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Dr

Re: svn commit: r266760 - head/contrib/bmake

2014-06-04 Thread Julian Elischer
On 6/4/14, 11:19 PM, Drewery, Bryan wrote: On 6/4/14, 2:26 AM, Eitan Adler wrote: On 2 June 2014 23:35, Baptiste Daroussin wrote: On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: Not sure if anyone cares, but this cha

Re: svn commit: r266760 - head/contrib/bmake

2014-06-04 Thread Warner Losh
On Jun 3, 2014, at 12:35 AM, Baptiste Daroussin wrote: > On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: >> >> On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: >>> Not sure if anyone cares, but this change breaks all ports tree >>> checkouts from before 2014-05-05 on s

Re: svn commit: r266760 - head/contrib/bmake

2014-06-04 Thread Drewery, Bryan
On 6/4/14, 2:26 AM, Eitan Adler wrote: On 2 June 2014 23:35, Baptiste Daroussin wrote: On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: Not sure if anyone cares, but this change breaks all ports tree checkouts from bef

Re: svn commit: r266760 - head/contrib/bmake

2014-06-04 Thread Baptiste Daroussin
On Wed, Jun 04, 2014 at 12:26:07AM -0700, Eitan Adler wrote: > On 2 June 2014 23:35, Baptiste Daroussin wrote: > > On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: > >> > >> On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: > >> >Not sure if anyone cares, but this change br

Re: svn commit: r266760 - head/contrib/bmake

2014-06-04 Thread Eitan Adler
On 2 June 2014 23:35, Baptiste Daroussin wrote: > On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: >> >> On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: >> >Not sure if anyone cares, but this change breaks all ports tree >> >checkouts from before 2014-05-05 on src head wi

Re: svn commit: r266760 - head/contrib/bmake

2014-06-02 Thread Baptiste Daroussin
On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: > > On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: > >Not sure if anyone cares, but this change breaks all ports tree > >checkouts from before 2014-05-05 on src head with this revision. > > Yes, an older ports tree would

Re: svn commit: r266760 - head/contrib/bmake

2014-06-02 Thread Simon J. Gerraty
On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: >Not sure if anyone cares, but this change breaks all ports tree >checkouts from before 2014-05-05 on src head with this revision. Yes, an older ports tree would need an older bmake (or fmake). Are we saying ports is *not* ready for that h

Re: svn commit: r266760 - head/contrib/bmake

2014-06-02 Thread Bryan Drewery
On 5/27/2014 1:39 PM, Simon J. Gerraty wrote: > Author: sjg > Date: Tue May 27 18:39:13 2014 > New Revision: 266760 > URL: http://svnweb.freebsd.org/changeset/base/266760 > > Log: > Portmgr no longer need the UL hack. > > Reviewed by: obrien > > Modified: > head/contrib/bmake/var.c > N

svn commit: r266760 - head/contrib/bmake

2014-05-27 Thread Simon J. Gerraty
Author: sjg Date: Tue May 27 18:39:13 2014 New Revision: 266760 URL: http://svnweb.freebsd.org/changeset/base/266760 Log: Portmgr no longer need the UL hack. Reviewed by: obrien Modified: head/contrib/bmake/var.c Modified: head/contrib/bmake/var.c ===