Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2012 00:42:10 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301053 - head/editors/libreoffice
Message-ID:  <201207180042.q6I0gAhm011301@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Wed Jul 18 00:42:10 2012
New Revision: 301053
URL: http://svn.freebsd.org/changeset/ports/301053

Log:
  Fix version check for lang/clang-devel.

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Wed Jul 18 00:32:17 2012	(r301052)
+++ head/editors/libreoffice/Makefile	Wed Jul 18 00:42:10 2012	(r301053)
@@ -216,7 +216,7 @@ CXX=	/usr/bin/clang++
 CXXCPP=	${CPP}
 .else
 # XXX Clang PR13308 (http://llvm.org/bugs/show_bug.cgi?id=13308)
-BUILD_DEPENDS+=	${LOCALBASE}/bin/clang>=3.2:${PORTSDIR}/lang/clang-devel
+BUILD_DEPENDS+=	clang-devel>=3.2.r159895:${PORTSDIR}/lang/clang-devel
 USE_BINUTILS=	yes
 CC=	${LOCALBASE}/bin/clang
 CPP=	${CC} -E



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