From owner-cvs-all@FreeBSD.ORG Fri Aug 29 17:30:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5788816A4D7; Fri, 29 Aug 2003 17:30:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A70B243FBD; Fri, 29 Aug 2003 17:30:11 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7U0UB0U074470; Fri, 29 Aug 2003 17:30:11 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7U0UBLv074469; Fri, 29 Aug 2003 17:30:11 -0700 (PDT) Message-Id: <200308300030.h7U0UBLv074469@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 29 Aug 2003 17:30:11 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/tclmidi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2003 00:30:12 -0000 edwin 2003/08/29 17:30:10 PDT FreeBSD ports repository Modified files: audio/tclmidi Makefile Log: [patch][non-maintainer] set NOT_FOR_ARCHS for audio/tclmidi This port seems to build on neither ia64 nor sparc64, probably due to some kind of pointer casting problem. Mark as NOT_FOR_ARCHS to save bento from trying to build it on those architectures. A more careful reading of bsd.port.mk suggests that IGNORE should be set in this case instead of NOT_FOR_ARCHS. This will still save bento build time, but not indicate that the port will _never_ run on these archs. PR: ports/53457 Submitted by: Mark Linimon Revision Changes Path 1.9 +4 -0 ports/audio/tclmidi/Makefile