From owner-cvs-all Sat Oct 5 18:12:33 2002 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 9DCB637B401; Sat, 5 Oct 2002 18:12:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E13D43E6A; Sat, 5 Oct 2002 18:12:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g961CWCo003104; Sat, 5 Oct 2002 18:12:32 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g961CWw8003100; Sat, 5 Oct 2002 18:12:32 -0700 (PDT) Message-Id: <200210060112.g961CWw8003100@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 5 Oct 2002 18:12:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/crystal Makefile ports/devel/crystal/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/10/05 18:12:32 PDT Modified files: devel/crystal Makefile Removed files: devel/crystal/files patch-ab Log: Have another crack at fixing this port. gcc 3.2 deprecated the -malign-* options (which now generate a noisy warning), but gcc 2.95 didn't yet have support for the replacement options (-falign=*). As a result we have to use a conditional patch based on OSVERSION to get the desired behaviour in both cases. Switch to REINPLACE_CMD while I'm here. Revision Changes Path 1.9 +13 -5 ports/devel/crystal/Makefile 1.2 +0 -17 ports/devel/crystal/files/patch-ab (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message