From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 21 20:59:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 301EF37B401 for ; Wed, 21 May 2003 20:59:28 -0700 (PDT) Received: from unity.copyleft.no (unity.copyleft.no [212.71.72.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F00E43F75 for ; Wed, 21 May 2003 20:59:27 -0700 (PDT) (envelope-from johs@unity.copyleft.no) Received: from johs by unity.copyleft.no with local (Exim 3.36 #1) id 19IhEk-000KVD-00 for freebsd-ports-bugs@FreeBSD.org; Thu, 22 May 2003 05:59:26 +0200 To: freebsd-ports-bugs@FreeBSD.org References: <200304220010.h3M0AEMA061417@freefall.freebsd.org> From: johs@copyleft.no (=?iso-8859-1?q?Johannes_Gr=F8dem?=) Date: Thu, 22 May 2003 05:59:26 +0200 In-Reply-To: ( =?iso-8859-1?q?Johannes_Gr=F8dem's_message_of?= "Thu, 24 Apr 2003 21:20:52 +0200") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: "Johannes Groedem,Copyleft Software" Subject: Re: ports/51258: [UPDATE] Meta-CVS 1.0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2003 03:59:28 -0000 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit * "Johannes Grødem" : > Here is the update in the form of a patch. Meta-CVS needs to have USE_GCC=2.95, like the CLISP port. Here is yet another patch. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=meta-cvs-gcc.patch diff -u -r1.7 -r1.10 --- meta-cvs/Makefile 24 Apr 2003 17:35:14 -0000 1.7 +++ meta-cvs/Makefile 22 May 2003 03:48:53 -0000 1.10 @@ -16,6 +16,8 @@ BUILD_DEPENDS= clisp:${PORTSDIR}/lang/clisp +USE_GCC= 2.95 + pre-build: ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile ${CP} ${FILESDIR}/build.sh ${WRKSRC}/code --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit -- Johannes Grødem --=-=-=--