Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jan 2006 22:00:16 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91456: Update port: emulators/atari800 to 2.0.0
Message-ID:  <20060107220016.1e480f9c.tkato432@yahoo.com>
Resent-Message-ID: <200601071310.k07DA3Ug085386@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 07 13:10:03 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060107220016.1e480f9c.tkato432>