tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgsrc frozen for 2017Q2
On Fri, Jun 30, 2017 at 12:09:07PM -0500, Jason Bacon wrote:
> On 06/29/17 13:50, Joerg Sonnenberger wrote:
> > On Thu, Jun 29, 2017 at 12:56:24PM -0500, Jason Bacon wrote:
> > > That's not what I meant... I'm just trying to identify packages that need
> > > to be fixed right now. These packages are not going to build on CentOS 6 as
> > > they stand.
> > Pick a GCC version new enough, i.e. 4.9 is a pretty good bet. Set
> > GCC_REQD=4.9 in mk.conf with PKGPATH check for all but lang/gcc49 and
> > requirements. That should normally be digest, cwrappers, checkpers and
> > maybe gmake.
> >
> > Joerg
>
> Is this what you mean?
>
> .if empty(PKGPATH:Mlang/gcc49) && empty(PKGPATH:Mpkgtools/digest) && ...
>
> GCC_REQD=4.9
>
> .endif
Correct.
Joerg
Home |
Main Index |
Thread Index |
Old Index