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

Gabor Pali pgj at FreeBSD.org
Mon Jan 21 22:10:19 UTC 2013


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.


More information about the svn-ports-head mailing list