From owner-cvs-ports@FreeBSD.ORG Sun Sep 23 03:44:46 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDD9316A421; Sun, 23 Sep 2007 03:44:46 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F326B13C448; Sun, 23 Sep 2007 03:44:46 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8N3ikvE000433; Sun, 23 Sep 2007 03:44:46 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8N3ikn6000432; Sun, 23 Sep 2007 03:44:46 GMT (envelope-from edwin) Message-Id: <200709230344.l8N3ikn6000432@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 23 Sep 2007 03:44:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/crafty Makefile ports/games/crafty/files patch-Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2007 03:44:47 -0000 edwin 2007-09-23 03:44:46 UTC FreeBSD ports repository Modified files: games/crafty Makefile games/crafty/files patch-Makefile Log: [Maintainer Update]: fix arch-related issues Received email stating "build fails on amd64 system with a message about unsupported instructions. [...] Modifying patch-Makefile so that -m486 / -mtune 486 option is removed fixed the problem for me." Updated Makefile to add PORTREVISION so that updates will be seen by ports-tools, implemented arch suggestions for fixes, removing most mention of architecture specific instructions. Those will likely be in make.conf, anyway, and if so will be passed along due to inclusion. PR: ports/116379 Submitted by: shoemaker@bluebottle.com (Jonathan Shoemaker) Revision Changes Path 1.35 +2 -9 ports/games/crafty/Makefile 1.2 +1 -1 ports/games/crafty/files/patch-Makefile