I require the attached diff in order to use crystal otherwise I get the
following when trying to run crystal hello.cr.

ld.so: crystal: can't load library 'libLLVM-6.0.so'
Killed

-- 
James Turner

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/crystal/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- Makefile    8 Jul 2018 14:27:07 -0000       1.1.1.1
+++ Makefile    10 Jul 2018 17:49:20 -0000
@@ -7,6 +7,7 @@ V =             0.25.1
 V_SHARDS =     0.8.1
 COMMENT =      statically typed object oriented language
 DISTNAME =     crystal-${V}
+REVISION =     0
 CATEGORIES =   lang
 
 HOMEPAGE =     https://crystal-lang.org/
@@ -37,6 +38,7 @@ BUILD_DEPENDS =       devel/llvm
 LIB_DEPENDS =  converters/libiconv \
                devel/boehm-gc \
                devel/libevent2 \
+               devel/llvm \
                devel/pcre \
                devel/libyaml
 

Reply via email to