Date: Sun, 23 Apr 2017 03:28:16 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439195 - head/print/fontforge Message-ID: <201704230328.v3N3SGVC044636@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Apr 23 03:28:15 2017 New Revision: 439195 URL: https://svnweb.freebsd.org/changeset/ports/439195 Log: - Remove clang36 dependency PR: 218730 Submitted by: myself Approved by: maintainer Modified: head/print/fontforge/Makefile Modified: head/print/fontforge/Makefile ============================================================================== --- head/print/fontforge/Makefile Sun Apr 23 03:23:05 2017 (r439194) +++ head/print/fontforge/Makefile Sun Apr 23 03:28:15 2017 (r439195) @@ -3,6 +3,7 @@ PORTNAME= fontforge PORTVERSION= 20161005 +PORTREVISION= 1 CATEGORIES= print DISTFILES= # Empty but needed because of the freetype distfile @@ -80,14 +81,4 @@ pre-configure: ${LOCALBASE}/bin/gnulib-tool --aux-dir=config --m4-base=m4 --libtool --symlink --import $${gnulib_modules}' ; \ export LIBTOOLIZE=true ; ${AUTORECONF} -f -i) -.include <bsd.port.pre.mk> - -# waiting for the llvm bug to fix. http://llvm.org/bugs/show_bug.cgi?id=21903 -.if ${ARCH} == i386 && ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} > 36 -BUILD_DEPENDS+= clang36:lang/clang36 -CPP= clang-cpp36 -CC= clang36 -CXX= clang++36 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704230328.v3N3SGVC044636>