svn commit: r310188 - in head: graphics/opengtl lang/clay lang/pure

Brooks Davis brooks at FreeBSD.org
Tue Jan 22 02:07:07 UTC 2013


On Mon, Jan 21, 2013 at 11:10:12PM +0100, Gabor Pali wrote:
> Hi Brooks,
> 
> On Thu, Jan 10, 2013 at 5:30 PM, Brooks Davis <brooks at freebsd.org> wrote:
> > Modified: head/lang/pure/Makefile
> > ==============================================================================
> > --- head/lang/pure/Makefile     Thu Jan 10 16:19:44 2013        (r310187)
> > +++ head/lang/pure/Makefile     Thu Jan 10 16:30:53 2013        (r310188)
> > @@ -18,8 +18,8 @@ LICENSE_COMB= dual
> >
> >  LIB_DEPENDS=   gmp:${PORTSDIR}/math/gmp \
> >                 mpfr:${PORTSDIR}/math/mpfr
> > -BUILD_DEPENDS= llvm>=2.9:${PORTSDIR}/devel/llvm
> > -RUN_DEPENDS=   llvm>=2.9:${PORTSDIR}/devel/llvm
> > +BUILD_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm
> > +RUN_DEPENDS=   llvm31>=3.1:${PORTSDIR}/devel/llvm
> 
> I think you broke lang/pure in this commit as probably you have
> forgotten to change devel/llvm to devel/llvm31 in the dependency lines
> above.

You are correct.  Thanks for finding this.  I really need to find time to
add a USE_LLVM variable so this can be centralized.

-- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130121/a20e870c/attachment.sig>


More information about the svn-ports-all mailing list