- Update to 2.0.0

PR:		ports/91456
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Pav Lucistnik 2006-01-07 18:41:43 +00:00
parent 79f3008ca8
commit 7c83744fe0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153008
3 changed files with 5 additions and 41 deletions

View File

@ -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 @@ pre-everything::
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}

View File

@ -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

View File

@ -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