Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2015 15:33:54 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378737 - head/cad/pcb
Message-ID:  <201502091533.t19FXsOq003532@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502091533.t19FXsOq003532>