From owner-freebsd-ports Tue Dec 31 17:10: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3B9637B401 for ; Tue, 31 Dec 2002 17:10:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A516043EB2 for ; Tue, 31 Dec 2002 17:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h011A4NS003897 for ; Tue, 31 Dec 2002 17:10:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h011A4Jk003895; Tue, 31 Dec 2002 17:10:04 -0800 (PST) Date: Tue, 31 Dec 2002 17:10:04 -0800 (PST) Message-Id: <200301010110.h011A4Jk003895@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Keith Jones Subject: Re: ports/46644: upgrade emulators/uae to GCC 3.2.1 Reply-To: Keith Jones Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/46644; it has been noted by GNATS. From: Keith Jones To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/46644: upgrade emulators/uae to GCC 3.2.1 Date: Wed, 01 Jan 2003 01:04:37 +0000 This is a multi-part message in MIME format. --------------080603060806050401050606 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Forgot to bump PORTREVISION - new diff attached, together with new patch. --------------080603060806050401050606 Content-Type: text/plain; name="uae.Makefile.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="uae.Makefile.diff.txt" --- Makefile.orig Sun Nov 24 20:42:03 2002 +++ Makefile Tue Dec 31 15:47:38 2002 @@ -7,6 +7,7 @@ PORTNAME= uae PORTVERSION= 0.8.22 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/ @@ -19,7 +20,6 @@ USE_GNOMENG= yes USE_GNOME= gtk12 USE_REINPLACE= yes -USE_GCC= 2.95 CFLAGS+= ${PTHREAD_CFLAGS} --------------080603060806050401050606 Content-Type: text/plain; name="patch-ab" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ab" --- src/Makefile.in.orig Mon Nov 19 12:34:18 2001 +++ src/Makefile.in Tue Dec 31 03:12:40 2002 @@ -121,9 +121,7 @@ cputbl.h: cpuemu.c cpufast.s: cpuemu.c tools/cpuopti - $(CC) $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o cputmp.s - ./tools/cpuopti $@ - rm cputmp.s + $(CC) $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o $@ console_missing.o: missing.c $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(CFLAGS_$@) $< -o $@ --------------080603060806050401050606-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message