From tkato432@yahoo.com  Sat Jan  7 13:01:39 2006
Return-Path: <tkato432@yahoo.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 17BF816A41F
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat,  7 Jan 2006 13:01:39 +0000 (GMT)
	(envelope-from tkato432@yahoo.com)
Received: from nm05omta055.dion.ne.jp (nm05mta.dion.ne.jp [219.125.112.5])
	by mx1.FreeBSD.org (Postfix) with SMTP id 9376D43D45
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat,  7 Jan 2006 13:01:38 +0000 (GMT)
	(envelope-from tkato432@yahoo.com)
Received: from localhost ([61.204.125.11])
	by nm05mta.dion.ne.jp
	id <20060107220134133.MA41.83107D0@nm05mta.dion.ne.jp>;
	Sat, 7 Jan 2006 22:01:34 +0900
Message-Id: <20060107220016.1e480f9c.tkato432@yahoo.com>
Date: Sat, 7 Jan 2006 22:00:16 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: emulators/atari800 to 2.0.0

>Number:         91456
>Category:       ports
>Synopsis:       Update port: emulators/atari800 to 2.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 07 13:10:03 GMT 2006
>Closed-Date:    Sat Jan 07 18:41:51 GMT 2006
>Last-Modified:  Sat Jan 07 18:41:51 GMT 2006
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p13 i386
>Organization:
>Environment:
>Description:
- Update to version 2.0.0

Remove file:
files/patch-configure

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/emulators/atari800/Makefile emulators/atari800/Makefile
--- /usr/ports/emulators/atari800/Makefile	Wed Jun  1 13:30:50 2005
+++ emulators/atari800/Makefile	Fri Jan  6 20:08:42 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	atari800
-PORTVERSION=	1.3.6
+PORTVERSION=	2.0.0
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -88,9 +88,7 @@
 post-patch:
 	@${CP} ${FILESDIR}/atari800.cfg ${WRKSRC}
 	@${REINPLACE_CMD} -e 's|GUMBY|${DATADIR}|g' ${WRKSRC}/atari800.cfg
-	@${REINPLACE_CMD} -e 's|/etc|${DATADIR}|g' ${WRKSRC}/rt-config.c
-	@${REINPLACE_CMD} -e 's|tmpnam|mkstemp|g' ${WRKSRC}/devices.c \
-		${WRKSRC}/compfile.c
+	@${REINPLACE_CMD} -e 's|/etc|${DATADIR}|g' ${WRKSRC}/atari.c
 	@${REINPLACE_CMD} -e 's|sdl-config|$$SDL_CONFIG|g' \
 		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
 
diff -urN /usr/ports/emulators/atari800/distinfo emulators/atari800/distinfo
--- /usr/ports/emulators/atari800/distinfo	Fri Nov 25 13:34:20 2005
+++ emulators/atari800/distinfo	Fri Jan  6 19:49:17 2006
@@ -1,6 +1,6 @@
-MD5 (atari800/atari800-1.3.6.tar.gz) = 98b58d26aabeedb124233787677c32c3
-SHA256 (atari800/atari800-1.3.6.tar.gz) = 4236db413d23d8c3694aa3581b2ceb169752f517fa5627d7fe17386763f3ca98
-SIZE (atari800/atari800-1.3.6.tar.gz) = 1012231
+MD5 (atari800/atari800-2.0.0.tar.gz) = df9ffbc7eab97fe97c0c5b762e7181fc
+SHA256 (atari800/atari800-2.0.0.tar.gz) = 2615700ae35dd16d18afda9ae81230d7c5190ea2ffcc4def8e7da17f41281f54
+SIZE (atari800/atari800-2.0.0.tar.gz) = 984952
 MD5 (atari800/xf25.zip) = 4dc3b6b4313e9596c4d474785a37b94d
 SHA256 (atari800/xf25.zip) = 98ae0ad10413dd6f35ed80f5662dba6d790def70c7829046e52012a03b574b8a
 SIZE (atari800/xf25.zip) = 188942
diff -urN /usr/ports/emulators/atari800/files/patch-configure emulators/atari800/files/patch-configure
--- /usr/ports/emulators/atari800/files/patch-configure	Wed Jun  1 05:27:21 2005
+++ emulators/atari800/files/patch-configure	Thu Jan  1 09:00:00 1970
@@ -1,34 +0,0 @@
---- configure.orig	Sat Apr 30 23:18:04 2005
-+++ configure	Sat May 28 02:59:23 2005
-@@ -1369,7 +1369,7 @@
-         a8_target="UNKNOWN"
-         ;;
- esac
--if [ "$a8_target" == "UNKNOWN" ]; then
-+if [ "$a8_target" = "UNKNOWN" ]; then
-     echo
-     echo "Usage: configure --target=<target> <other options>"
-     echo
-@@ -1569,11 +1569,11 @@
-         ;;
- esac
- 
--if [ "X_$CFLAGS" == "X_" ]; then
-+if [ "X_$CFLAGS" = "X_" ]; then
-     CFLAGS="-O2 -Wall"
- fi
- 
--if [ "X_$LDFLAGS" == "X_" ]; then
-+if [ "X_$LDFLAGS" = "X_" ]; then
-     LDFLAGS="-s"
- fi
-
-@@ -4386,7 +4386,7 @@
- 
- 
- OBJS=
--if [ "$a8_host" == "win" ]; then
-+if [ "$a8_host" = "win" ]; then
- 
- as_ac_Lib=`echo "ac_cv_lib_gdi32''_main" | $as_tr_sh`
- echo "$as_me:$LINENO: checking for main in -lgdi32" >&5
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Jan 7 18:41:44 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91456 
>Unformatted:
