svn commit: r439195 - head/print/fontforge

Martin Wilke miwi at FreeBSD.org
Sun Apr 23 03:28:17 UTC 2017


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>


More information about the svn-ports-all mailing list