ports/107819: [MAINTAINER] emulators/tme: fix build with gcc41

trasz trasz at pin.if.uz.zgora.pl
Thu Jan 11 11:50:14 UTC 2007


>Number:         107819
>Category:       ports
>Synopsis:       [MAINTAINER] emulators/tme: fix build with gcc41
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 11 11:50:13 GMT 2007
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list