From owner-svn-ports-all@FreeBSD.ORG Mon Feb 9 15:33:55 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1316D3AE; Mon, 9 Feb 2015 15:33:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 F35F8132; Mon, 9 Feb 2015 15:33:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t19FXsXD003533; Mon, 9 Feb 2015 15:33:54 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t19FXsOq003532; Mon, 9 Feb 2015 15:33:54 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201502091533.t19FXsOq003532@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Mon, 9 Feb 2015 15:33:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378737 - head/cad/pcb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2015 15:33:55 -0000 Author: sbruno Date: Mon Feb 9 15:33:54 2015 New Revision: 378737 URL: https://svnweb.freebsd.org/changeset/ports/378737 QAT: https://qat.redports.org/buildarchive/r378737/ Log: Reverse the logic of architecture support. Add a list of support architectures with a REASON that these are the only supported targets. This will now skip this port on mips/mips64/armv6. PR: 196970 Differential Revision: 196970 Reviewed by: hrs (in irc) Approved by: mentor (implicit) Modified: head/cad/pcb/Makefile Modified: head/cad/pcb/Makefile ============================================================================== --- head/cad/pcb/Makefile Mon Feb 9 15:18:54 2015 (r378736) +++ head/cad/pcb/Makefile Mon Feb 9 15:33:54 2015 (r378737) @@ -60,9 +60,8 @@ NONE_DESC= No GUI support NONE_CONFIGURE_ON= --without-gui NONE_CONFIGURE_ENV= WISH=/usr/bin/true -.for a in ia64 powerpc sparc64 -BROKEN_${a}= Does not compile on ia64, powerpc, or sparc64 -.endfor +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= Uses x86 specific libc functions and has not been ported .include