Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2013 16:30:54 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310188 - in head: graphics/opengtl lang/clay lang/pure
Message-ID:  <201301101630.r0AGUslc055090@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Thu Jan 10 16:30:53 2013
New Revision: 310188
URL: http://svnweb.freebsd.org/changeset/ports/310188

Log:
  Depend on llvm31/clang31 ports to avoid breakage when I update
  llvm/clang to 3.2.

Modified:
  head/graphics/opengtl/Makefile
  head/lang/clay/Makefile
  head/lang/pure/Makefile

Modified: head/graphics/opengtl/Makefile
==============================================================================
--- head/graphics/opengtl/Makefile	Thu Jan 10 16:19:44 2013	(r310187)
+++ head/graphics/opengtl/Makefile	Thu Jan 10 16:30:53 2013	(r310188)
@@ -12,7 +12,7 @@ COMMENT=	Graphics Transformation Languag
 LICENSE=	LGPL20
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
-BUILD_DEPENDS=	${LOCALBASE}/lib/libLLVM-3.1.so:${PORTSDIR}/devel/llvm
+BUILD_DEPENDS=	${LOCALBASE}/lib/libLLVM-3.1.so:${PORTSDIR}/devel/llvm31
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PERL5=	yes

Modified: head/lang/clay/Makefile
==============================================================================
--- head/lang/clay/Makefile	Thu Jan 10 16:19:44 2013	(r310187)
+++ head/lang/clay/Makefile	Thu Jan 10 16:30:53 2013	(r310188)
@@ -16,7 +16,7 @@ COMMENT=	A language designed for generic
 
 LICENSE=	BSD
 
-BUILD_DEPENDS=	llvm>=3.1:${PORTSDIR}/devel/llvm
+BUILD_DEPENDS=	llvm31>=3.1:${PORTSDIR}/devel/llvm31
 
 OPTIONS_DEFINE=		BINDGEN
 BINDGEN_DESC=		Build with binding generator
@@ -44,8 +44,8 @@ CMAKE_ARGS+=	-DBUILD_BINDGEN=false
 .endif
 
 .if ${OSVERSION} < 900044 || ${PORT_OPTIONS:MBINDGEN}
-BUILD_DEPENDS+=	clang>=3.1:${PORTSDIR}/lang/clang
-RUN_DEPENDS+=	clang>=3.1:${PORTSDIR}/lang/clang
+BUILD_DEPENDS+=	clang31>=3.1:${PORTSDIR}/lang/clang31
+RUN_DEPENDS+=	clang31>=3.1:${PORTSDIR}/lang/clang31
 .endif
 
 .if defined(NOPORTDOCS)

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
 
 MAN1=		pure.1
 SUB_FILES=	pkg-message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301101630.r0AGUslc055090>