From trasz@pin.if.uz.zgora.pl  Thu Jan 11 11:44:53 2007
Return-Path: <trasz@pin.if.uz.zgora.pl>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 9298416A403
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Jan 2007 11:44:53 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: from pin.if.uz.zgora.pl (pin.if.uz.zgora.pl [212.109.128.251])
	by mx1.freebsd.org (Postfix) with ESMTP id 5D1B813C44B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Jan 2007 11:44:53 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001)
	id E2D7639DBA; Thu, 11 Jan 2007 12:46:56 +0100 (CET)
Message-Id: <20070111114656.E2D7639DBA@pin.if.uz.zgora.pl>
Date: Thu, 11 Jan 2007 12:46:56 +0100 (CET)
From: trasz <trasz@pin.if.uz.zgora.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] emulators/tme: fix build with gcc41
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107819
>Category:       ports
>Synopsis:       [MAINTAINER] emulators/tme: fix build with gcc41
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 11 11:50:13 GMT 2007
>Closed-Date:    Thu Jan 11 16:27:28 GMT 2007
>Last-Modified:  Thu Jan 11 16:30:15 GMT 2007
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
Fix build with gcc41.

Added file(s):
- files/patch-ic-m68k-m68k-bus-auto.c

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- tme-0.4_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/emulators/tme/Makefile /home/trasz/tme/Makefile
--- /usr/ports/emulators/tme/Makefile	Wed Jan 10 18:55:19 2007
+++ /home/trasz/tme/Makefile	Thu Jan 11 12:46:08 2007
@@ -2,12 +2,12 @@
 # Date created:		2006-12-14
 # Whom:			trasz <trasz@pin.if.uz.zgora.pl>
 #
-# $FreeBSD: ports/emulators/tme/Makefile,v 1.2 2007/01/10 17:55:19 miwi Exp $
+# $FreeBSD: ports/emulators/tme/Makefile,v 1.1 2006/12/21 20:20:43 miwi Exp $
 #
 
 PORTNAME=	tme
 PORTVERSION=	0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	http://theory.lcs.mit.edu/~fredette/tme/
 
diff -ruN --exclude=CVS /usr/ports/emulators/tme/files/patch-configure /home/trasz/tme/files/patch-configure
--- /usr/ports/emulators/tme/files/patch-configure	Wed Jan  3 22:13:18 2007
+++ /home/trasz/tme/files/patch-configure	Thu Jan 11 12:44:38 2007
@@ -1,5 +1,14 @@
---- configure.orig	Wed Jan  3 19:05:49 2007
-+++ configure	Wed Jan  3 19:06:10 2007
+--- configure.orig	Sun May 15 03:26:11 2005
++++ configure	Thu Jan 11 12:30:20 2007
+@@ -8890,7 +8890,7 @@
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); }; }; then
+-  ac_cv_have_isinff=yes
++  ac_cv_have_isinff=no
+ else
+   echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
 @@ -25853,7 +25853,7 @@
    enable_warnings=yes
  fi;
diff -ruN --exclude=CVS /usr/ports/emulators/tme/files/patch-ic-m68k-m68k-bus-auto.c /home/trasz/tme/files/patch-ic-m68k-m68k-bus-auto.c
--- /usr/ports/emulators/tme/files/patch-ic-m68k-m68k-bus-auto.c	Thu Jan  1 01:00:00 1970
+++ /home/trasz/tme/files/patch-ic-m68k-m68k-bus-auto.c	Thu Jan 11 12:44:39 2007
@@ -0,0 +1,11 @@
+--- ic/m68k/m68k-bus-auto.c.orig	Thu Jan 11 12:09:14 2007
++++ ic/m68k/m68k-bus-auto.c	Thu Jan 11 12:10:30 2007
+@@ -156,7 +156,7 @@
+ };
+ 
+ /* the 32-bit bus router used on the 68020 and 68030: */
+-static const tme_bus_lane_t tme_m68k_router_32[TME_M68K_BUS_ROUTER_SIZE(TME_BUS32_LOG2)] = {
++const tme_bus_lane_t tme_m68k_router_32[TME_M68K_BUS_ROUTER_SIZE(TME_BUS32_LOG2)] = {
+ 
+   /* [m68k] initiator maximum cycle size: 8 bits
+      [m68k] initiator A1,A0: 00
--- tme-0.4_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jan 11 11:50:24 UTC 2007 
Responsible-Changed-Why:  
miwi@ wants this PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107819 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Jan 11 16:27:26 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107819 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107819: commit references a PR
Date: Thu, 11 Jan 2007 16:27:19 +0000 (UTC)

 miwi        2007-01-11 16:27:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     emulators/tme        Makefile 
     emulators/tme/files  patch-configure 
   Added files:
     emulators/tme/files  patch-ic-m68k-m68k-bus-auto.c 
   Log:
   - Fix build with gcc 4.X
   
   PR:             ports/107819
   Submitted by:   trasz (Maintainer)
   
   Revision  Changes    Path
   1.3       +1 -1      ports/emulators/tme/Makefile
   1.2       +11 -2     ports/emulators/tme/files/patch-configure
   1.1       +11 -0     ports/emulators/tme/files/patch-ic-m68k-m68k-bus-auto.c (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
