pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/lang/yap
On Sun, Nov 08, 2015 at 09:32:42PM +0000, David Holland wrote:
> On Sun, Nov 08, 2015 at 09:02:57PM +0100, Joerg Sonnenberger wrote:
> > > Module Name: pkgsrc
> > > Committed By: dholland
> > > Date: Sun Nov 8 19:27:40 UTC 2015
> > >
> > > Modified Files:
> > > pkgsrc/lang/yap: Makefile PLIST
> > >
> > > Log Message:
> > > Introduce a PLIST_VAR to deal with it not building a particular module
> > > depending on available C++ dialects. This is an approximation until we
> > > get a good way to assess dialect support in pkgsrc makefiles, but it
> > > should improve the chances of getting a build.
> > >
> > > (using GCC_REQD seems like overkill)
> >
> > A better option might be to assume that GCC before 4.6 or so just
> > doesn't have it and default to other compilers knowing about it for now.
>
> That's why I asked you before committing this change. Thanks for
> telling me this last night :-p
No, you asked about how to detect C++11 support, which generally is
quite difficult. I have no idea how much C++11 they really want,
depending on that, the answer is anywhere between 4.5 (?) and 5.1.
Joerg
Home |
Main Index |
Thread Index |
Old Index