Re: svn commit: r226122 - head/share/mk

2011-10-08 Thread Kostik Belousov
On Sat, Oct 08, 2011 at 12:25:16PM -0700, Doug Barton wrote: > On 10/08/2011 08:23, Kostik Belousov wrote: > > On Sat, Oct 08, 2011 at 08:02:43AM -0700, Stanislav Sedov wrote: > >> On Oct 8, 2011, at 12:33 AM, Ed Schouten wrote: > >> > >>> Hi, > >>> > >>> * Stanislav Sedov , 20111008 01:43: >

Re: svn commit: r226122 - head/share/mk

2011-10-08 Thread Doug Barton
On 10/08/2011 08:23, Kostik Belousov wrote: > On Sat, Oct 08, 2011 at 08:02:43AM -0700, Stanislav Sedov wrote: >> On Oct 8, 2011, at 12:33 AM, Ed Schouten wrote: >> >>> Hi, >>> >>> * Stanislav Sedov , 20111008 01:43: - ${WRKSRC} might be missing when the autotools fixup is running. A

Re: svn commit: r226122 - head/share/mk

2011-10-08 Thread Alberto Villa
On Saturday 08 October 2011 17:23:20 Kostik Belousov wrote: > Also, the hack does not fix perl, I have to use the following patch. let's apply this to perl? -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla If you think the problem is bad now, just wait until we've solved it

Re: svn commit: r226122 - head/share/mk

2011-10-08 Thread Kostik Belousov
On Sat, Oct 08, 2011 at 08:02:43AM -0700, Stanislav Sedov wrote: > On Oct 8, 2011, at 12:33 AM, Ed Schouten wrote: > > > Hi, > > > > * Stanislav Sedov , 20111008 01:43: > >> - ${WRKSRC} might be missing when the autotools fixup is running. > >>Account for this. > > > > Maybe we should simp

Re: svn commit: r226122 - head/share/mk

2011-10-08 Thread Stanislav Sedov
On Oct 8, 2011, at 12:33 AM, Ed Schouten wrote: > Hi, > > * Stanislav Sedov , 20111008 01:43: >> - ${WRKSRC} might be missing when the autotools fixup is running. >>Account for this. > > Maybe we should simplify this a bit? Sounds good! I didn't think about that way of ignoring the error

Re: svn commit: r226122 - head/share/mk

2011-10-08 Thread Ed Schouten
Hi, * Stanislav Sedov , 20111008 01:43: > - ${WRKSRC} might be missing when the autotools fixup is running. > Account for this. Maybe we should simplify this a bit? Index: bsd.port.mk === --- bsd.port.mk (revision 226141) +++

svn commit: r226122 - head/share/mk

2011-10-07 Thread Stanislav Sedov
Author: stas Date: Fri Oct 7 23:43:51 2011 New Revision: 226122 URL: http://svn.freebsd.org/changeset/base/226122 Log: - ${WRKSRC} might be missing when the autotools fixup is running. Account for this. Reported by: Mykola Dzham Modified: head/share/mk/bsd.port.mk Modified: head/