From owner-freebsd-alpha Sat Jul 6 3: 3:53 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B41E037B400 for ; Sat, 6 Jul 2002 03:03:50 -0700 (PDT) Received: from smtp.web.de (smtp02.web.de [217.72.192.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id D390343E09 for ; Sat, 6 Jul 2002 03:03:49 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [80.129.115.16] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.70 #5) id 17QmPs-0000iF-00 for freebsd-alpha@freebsd.org; Sat, 06 Jul 2002 12:03:48 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id 295571CF for ; Sat, 6 Jul 2002 12:03:47 +0200 (CEST) Received: from jan-linnb.lan (jan-linnb.lan [192.168.0.25]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id E0AB76 for ; Sat, 6 Jul 2002 12:03:43 +0200 (CEST) Subject: Patch against 4.6 bsd.port.mk From: Jan Lentfer To: freebsd-alpha@freebsd.org Content-Type: multipart/mixed; boundary="=-IbP0T/deARez99X8Tn/U" X-Mailer: Ximian Evolution 1.0.8 Date: 06 Jul 2002 12:02:19 +0200 Message-Id: <1025949740.2074.4.camel@jan-linnb.lan> Mime-Version: 1.0 X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-IbP0T/deARez99X8Tn/U Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi all, I made Terry's patch fit for 4.6-Release, the diff is attached. It works as described by Terry. I succesfully build www/mmosaic with ccc by adding "PREFER_COMPAQ_CC=yes" to the ports Makefile. Jan --=-IbP0T/deARez99X8Tn/U Content-Disposition: attachment; filename=4.6-compaq-cc.diff Content-Transfer-Encoding: quoted-printable Content-Type: text/x-diff; name=4.6-compaq-cc.diff; charset=ISO-8859-15 145a146,149 > # PREFER_COMPAQ_CC - Set USE_COMPAQ_CC if it is installed,otherwise > # use the default compiler instead. > # USE_COMPAQ_CC - Says that the port requires the Compaq C compiler, > # either in the system or installed from a port. 939a944,954 > .if exists(/usr/bin/ccc) && defined(PREFER_COMPAQ_CC) > USE_COMPAQ_CC=3D yes > .endif > .if defined(USE_COMPAQ_CC) && (${MACHINE_ARCH} =3D=3D "alpha") > CC=3D ccc > # CXX=3D ccc > BUILD_DEPENDS+=3D ccc:${PORTSDIR}/lang/compaq-cc > MAKE_ENV+=3D CC=3D${CC} > # MAKE_ENV+=3D CXX=3D${CXX} > .endif >=20 943d957 <=20 --=-IbP0T/deARez99X8Tn/U-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message