Date: Tue, 14 Jun 2016 20:19:20 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416908 - head/cad/kicad-devel Message-ID: <201606142019.u5EKJKhS097667@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Jun 14 20:19:20 2016 New Revision: 416908 URL: https://svnweb.freebsd.org/changeset/ports/416908 Log: cad/kicad-devel: Fix faulty IGNORE message which falsely traps DF - OSVERSION needs to be coupled with OPSYS - BROKEN_FreeSBD_9 might have been a more appropriate method - Marking ignore for GCC is faulty logic, it builds fine on GCC that is provided with a good math lib This restores building on DragonFly. Modified: head/cad/kicad-devel/Makefile Modified: head/cad/kicad-devel/Makefile ============================================================================== --- head/cad/kicad-devel/Makefile Tue Jun 14 19:42:55 2016 (r416907) +++ head/cad/kicad-devel/Makefile Tue Jun 14 20:19:20 2016 (r416908) @@ -162,8 +162,10 @@ PLIST_SHAREDDIR_LIST= share/mimelnk/appl .include <bsd.port.pre.mk> +.if ${OPSYS} == FreeBSD .if ${OSVERSION} < 1000000 || ${COMPILER_TYPE} == "gcc" IGNORE= builds only on greater than 10 and with clang .endif +.endif .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606142019.u5EKJKhS097667>