Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2018 22:37:27 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469339 - head/devel/py-llvmcpy
Message-ID:  <201805072237.w47MbR0s068173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon May  7 22:37:26 2018
New Revision: 469339
URL: https://svnweb.freebsd.org/changeset/ports/469339

Log:
  devel/py-llvmcpy: Update the default llvm version 3.9 -> 5.0
  
  Simple examples fail with llvm-6.0, but work with llvm-5.0.
  
  Requested by:	Brooks Davis <brooks@freebsd.org>

Modified:
  head/devel/py-llvmcpy/Makefile

Modified: head/devel/py-llvmcpy/Makefile
==============================================================================
--- head/devel/py-llvmcpy/Makefile	Mon May  7 22:29:46 2018	(r469338)
+++ head/devel/py-llvmcpy/Makefile	Mon May  7 22:37:26 2018	(r469339)
@@ -3,6 +3,7 @@
 PORTNAME=	llvmcpy
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.1.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -25,7 +26,7 @@ USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
 
 # LLVM_CONFIG environment variable overrides this: ex. LLVM_CONFIG=llvm-config40 changes to llvm40
-LLVM_VERSION=	39  # README says: It has been tested with LLVM 3.4, 3.8 and 3.9
+LLVM_VERSION=	50  # README says: It has been tested with LLVM 3.4, 3.8 and 3.9
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|"llvm-config"|"llvm-config${LLVM_VERSION}"|' ${WRKSRC}/llvmcpy/llvm.py



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