From owner-svn-ports-head@freebsd.org Tue Jun 14 20:19:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC7E8B72E34; Tue, 14 Jun 2016 20:19:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89F13205E; Tue, 14 Jun 2016 20:19:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5EKJKCW097668; Tue, 14 Jun 2016 20:19:20 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5EKJKhS097667; Tue, 14 Jun 2016 20:19:20 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201606142019.u5EKJKhS097667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 14 Jun 2016 20:19:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416908 - head/cad/kicad-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2016 20:19:21 -0000 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 +.if ${OPSYS} == FreeBSD .if ${OSVERSION} < 1000000 || ${COMPILER_TYPE} == "gcc" IGNORE= builds only on greater than 10 and with clang .endif +.endif .include