Tue Oct 1 14:54:59 2019 UTC ()
aranym: Update to 1.1.0

2019/04/14 - version 1.1.0 released
==========

 List of changes in this release is 60 pages long! No wonder as it's been
 four and half years since previous release, and the development never
 stopped, mainly thanks to Thorsten. See the 'ChangeLog' file for details.

 Tons of things have been fixed in all areas of the ARAnyM, and lots of
 new features have been added. Following list is incomplete but still gives
 you a good overview:

 Notable changes:
 ----------------
 * ARAnyM is hosted by GitHub.com at https://aranym.github.io/
 * there are automated builds for x86/amd64, armhf and macOS
 * added hotkey for turning audio on/off
 * HostFS MiNT file locking implemented
 * nfosmesa updated to OpenGL 4.6
 * MetaDOS driver improved
 * hotkeys work in the Setup GUI dialog as well
 * configurable directory for screenshots (via Setup GUI)
 * on macOS the configuration file is now looked up first
   in ~/Documents/Aranym_files (if it does not exist yet)
 * displaying non-ASCII characters in the fileselector
   should work now
 * path of loaded TOS/EmuTOS can now be selected in the Setup GUI
 * JIT CPU compiler now supports Solaris
 * JIT CPU compiler now supports more 64bit hosts (like kfreebsd)

 New features:
 -------------
 * NatFeat SCSI driver for Linux
 * NatFeat host exec
 * NatFeat for query/set CPU JIT
 * NatFeat for ARAnyM exit
 * new command line option --option
   that can set any value from the config file
 * AppImage can now be built


(nia)
diff -r1.1 -r1.2 pkgsrc/emulators/aranym/MESSAGE
diff -r1.36 -r1.37 pkgsrc/emulators/aranym/Makefile
diff -r1.7 -r1.8 pkgsrc/emulators/aranym/PLIST
diff -r1.15 -r1.16 pkgsrc/emulators/aranym/distinfo
diff -r1.2 -r1.3 pkgsrc/emulators/aranym/patches/patch-ab
diff -r1.1 -r1.2 pkgsrc/emulators/aranym/patches/patch-ad
diff -r1.1 -r1.2 pkgsrc/emulators/aranym/patches/patch-ae

cvs diff -r1.1 -r1.2 pkgsrc/emulators/aranym/MESSAGE (expand / switch to unified diff)

--- pkgsrc/emulators/aranym/MESSAGE 2008/08/07 16:19:34 1.1
+++ pkgsrc/emulators/aranym/MESSAGE 2019/10/01 14:54:59 1.2
@@ -1,11 +1,7 @@ @@ -1,11 +1,7 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.1 2008/08/07 16:19:34 hauke Exp $ 2$NetBSD: MESSAGE,v 1.2 2019/10/01 14:54:59 nia Exp $
3 3
4 For a start, copy the ${PREFIX}/share/doc/aranym/config file 4Before starting Aranym, copy the ${PREFIX}/share/doc/aranym/config file to
5 to ~/.aranym/config. 5~/.aranym/config.
6 
7 The aranym emulator can either use an image of your 
8 Atari Falcon 4.0.4 ROMs, or the EmuTOS image installed 
9 in ${PREFIX}/share/aranym/etos512k.img. 
10 6
11=========================================================================== 7===========================================================================

cvs diff -r1.36 -r1.37 pkgsrc/emulators/aranym/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/aranym/Makefile 2018/03/17 01:15:09 1.36
+++ pkgsrc/emulators/aranym/Makefile 2019/10/01 14:54:59 1.37
@@ -1,78 +1,73 @@ @@ -1,78 +1,73 @@
1# $NetBSD: Makefile,v 1.36 2018/03/17 01:15:09 ryoon Exp $ 1# $NetBSD: Makefile,v 1.37 2019/10/01 14:54:59 nia Exp $
2# 
3 2
4ETVER= 0.9.4 3DISTNAME= aranym_1.1.0.orig
5DISTNAME= aranym_1.0.2.orig 4PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
6PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} 5CATEGORIES= emulators
7PKGREVISION= 2 6MASTER_SITES= ${MASTER_SITE_GITHUB:=aranym/}
8CATEGORIES= emulators 7GITHUB_PROJECT= aranym
9MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aranym/} 8GITHUB_RELEASE= ARANYM_1_1_0
10SITES.emutos-512k-${ETVER}.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/} 9
11DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-${ETVER}.zip 10MAINTAINER= pkgsrc-users@NetBSD.org
12 11HOMEPAGE= https://aranym.github.io/
13MAINTAINER= pkgsrc-users@NetBSD.org 12COMMENT= Atari Running on Any Machine
14HOMEPAGE= https://aranym.github.io/ 13LICENSE= gnu-gpl-v2
15COMMENT= Atari Running on Any Machine 14
16LICENSE= gnu-gpl-v2 15ETVER= 0.9.11
17 16
18WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 17SITES.emutos-512k-${ETVER}.zip= \
19 18 ${MASTER_SITE_SOURCEFORGE:=emutos/}
20AUTOCONF_REQD= 2.50 19
21 20DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-${ETVER}.zip
22USE_TOOLS+= autoconf gmake gzip 21
23USE_LANGUAGES= c c++ 22WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
24GNU_CONFIGURE= yes 23USE_TOOLS+= pkg-config perl
25MANCOMPRESSED= yes 24USE_LANGUAGES= c c++
 25GNU_CONFIGURE= yes
 26MANCOMPRESSED= yes
26 27
27CONFIGURE_ARGS+= --enable-fullmmu 28CONFIGURE_ARGS+= --enable-fullmmu
28CONFIGURE_ARGS+= --enable-atc=full 29CONFIGURE_ARGS+= --enable-atc=full
 30CONFIGURE_ARGS+= --disable-sdltest
29 31
30EMUTOS_WRKSRC= ${WRKDIR}/emutos-512k-${ETVER} 32EMUTOS_WRKSRC= ${WRKDIR}/emutos-512k-${ETVER}
31EMUTOS_DOC_DIR= ${PREFIX}/share/doc/aranym/emutos 33EMUTOS_DOC_DIR= ${PREFIX}/share/doc/aranym/emutos
32EMUTOS_ROM_DIR= ${PREFIX}/share/aranym 34EMUTOS_ROM_DIR= ${PREFIX}/share/aranym
33 35
34REQD_DIRS+= ${EMUTOS_ROM_DIR} ${EMUTOS_DOC_DIR} 36REQD_DIRS+= ${EMUTOS_ROM_DIR} ${EMUTOS_DOC_DIR}
35 37
36SUBST_CLASSES+= paths 38SUBST_CLASSES+= paths
37SUBST_STAGE.paths= post-build 39SUBST_STAGE.paths= post-build
38SUBST_FILES.paths= doc/config 40SUBST_FILES.paths= doc/config
39SUBST_FILES.paths+= doc/aranym.1 41SUBST_FILES.paths+= doc/aranym.1
40SUBST_SED.paths= -e "s|/usr/share/|${PREFIX}/share/|g" 42SUBST_VARS.paths+= PREFIX
41SUBST_SED.paths+= -e "s|/usr/local/share/|${PREFIX}/share/|g" 43SUBST_SED.paths+= -e "s|/usr/share/|${PREFIX}/share/|g"
42SUBST_MESSAGE.paths= Fixing hardcoded paths. 44SUBST_MESSAGE.paths= Setting path to PREFIX.
43 
44.include "options.mk" 
45.include "../../mk/bsd.prefs.mk" 
46 
47CONFIGURE_ARGS.Linux+= --enable-nfpci 
48 
49.if !empty(MACHINE_PLATFORM:MLinux-*-i386) 
50CONFIGURE_ARGS+= --enable-jit-compiler 
51CONFIGURE_ARGS+= --enable-jit-fpu 
52.endif 
53 
54# This appears if it thinks it can use tun/tap interfaces. 
55# (While NetBSD has these, the configure test rejects it.) 
56PLIST_VARS+= aratapif 
57.if !empty(MACHINE_PLATFORM:MLinux-*-*) || \ 
58 !empty(MACHINE_PLATFORM:MDarwin-*-*) 
59PLIST.aratapif= yes 
60.endif 
61 45
62INSTALLATION_DIRS+= ${EMUTOS_DOC_DIR} ${EMUTOS_ROM_DIR} 46INSTALLATION_DIRS+= ${EMUTOS_DOC_DIR} ${EMUTOS_ROM_DIR}
63 47
64pre-configure: 
65 cd ${WRKSRC} && autoconf 
66 
67post-install: 48post-install:
 49 ${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/aranym-jit.1
 50 ${RM} -f ${DESTDIR}${PREFIX}/share/applications/aranym.desktop
 51 ${RM} -f ${DESTDIR}${PREFIX}/share/applications/aranym-jit.desktop
68 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/etos512k.img ${DESTDIR}${EMUTOS_ROM_DIR} 52 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/etos512k.img ${DESTDIR}${EMUTOS_ROM_DIR}
69 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/readme.txt ${DESTDIR}${EMUTOS_DOC_DIR} 53 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/readme.txt ${DESTDIR}${EMUTOS_DOC_DIR}
70 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/announce.txt ${DESTDIR}${EMUTOS_DOC_DIR} 54 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/announce.txt ${DESTDIR}${EMUTOS_DOC_DIR}
71 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/authors.txt ${DESTDIR}${EMUTOS_DOC_DIR} 55 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/authors.txt ${DESTDIR}${EMUTOS_DOC_DIR}
72 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/changelog.txt ${DESTDIR}${EMUTOS_DOC_DIR} 56 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/changelog.txt ${DESTDIR}${EMUTOS_DOC_DIR}
73 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/license.txt ${DESTDIR}${EMUTOS_DOC_DIR} 57 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/license.txt ${DESTDIR}${EMUTOS_DOC_DIR}
74 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/status.txt ${DESTDIR}${EMUTOS_DOC_DIR} 58 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/status.txt ${DESTDIR}${EMUTOS_DOC_DIR}
75 59
76.include "../../devel/SDL/buildlink3.mk" 60.include "../../devel/SDL2/buildlink3.mk"
 61.include "../../mk/bsd.prefs.mk"
 62.if ${OPSYS} != "Darwin"
 63. if !empty(PKG_BUILD_OPTIONS.SDL2:Mopengl)
 64. include "../../graphics/glu/buildlink3.mk"
 65. else
 66CONFIGURE_ARGS+= --disable-opengl
 67. endif
 68.endif
 69.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
77.include "../../math/mpfr/buildlink3.mk" 70.include "../../math/mpfr/buildlink3.mk"
 71.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 72.include "../../mk/jpeg.buildlink3.mk"
78.include "../../mk/bsd.pkg.mk" 73.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/emulators/aranym/PLIST (expand / switch to unified diff)

--- pkgsrc/emulators/aranym/PLIST 2015/03/24 14:34:57 1.7
+++ pkgsrc/emulators/aranym/PLIST 2019/10/01 14:54:59 1.8
@@ -1,41 +1,47 @@ @@ -1,41 +1,47 @@
1@comment $NetBSD: PLIST,v 1.7 2015/03/24 14:34:57 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.8 2019/10/01 14:54:59 nia Exp $
2bin/aranym 2bin/aranym-mmu
3${PLIST.aratapif}bin/aratapif 
4man/man1/aranym-jit.1 
5man/man1/aranym-mmu.1 3man/man1/aranym-mmu.1
6man/man1/aranym.1 4man/man1/aranym.1
7${PLIST.aratapif}man/man1/aratapif.1 5share/applications/aranym-mmu.desktop
8share/aranym/arabridge 6share/aranym/arabridge
9share/aranym/atari/hostfs/README 7share/aranym/atari/hostfs/README
10share/aranym/atari/hostfs/bdconfig.sys 8share/aranym/atari/hostfs/bdconfig.sys
11share/aranym/atari/mmusetup.cnf 9share/aranym/atari/mmusetup.cnf
12share/aranym/atari/network/README 10share/aranym/atari/network/README
13share/aranym/atari/network/eth0-config.sh 11share/aranym/atari/network/eth0-config.sh
14share/aranym/atari/newdesk.inf 12share/aranym/atari/newdesk.inf
15share/aranym/atari/nfosmesa/README 13share/aranym/atari/nfosmesa/README
16share/aranym/atari/sound/README 14share/aranym/atari/sound/README
17share/aranym/atari/tools/README 15share/aranym/atari/tools/README
18share/aranym/atari/tools/pc101us.kbd.bz2 16share/aranym/atari/tools/pc101us.kbd.bz2
19share/aranym/etos512k.img 17share/aranym/etos512k.img
20share/aranym/floppy.sh 18share/aranym/floppy.sh
21share/aranym/logo.png 19share/aranym/logo.bmp
22share/aranym/wm_icon.bmp 20share/aranym/wm_icon.bmp
23share/doc/aranym/AUTHORS 21share/doc/aranym/AUTHORS
24share/doc/aranym/BUGS 22share/doc/aranym/BUGS
25share/doc/aranym/COPYING 23share/doc/aranym/COPYING
26share/doc/aranym/FAQ 24share/doc/aranym/FAQ
27share/doc/aranym/INSTALL 25share/doc/aranym/INSTALL
28share/doc/aranym/NEWS 26share/doc/aranym/NEWS
29share/doc/aranym/README 27share/doc/aranym/README
30share/doc/aranym/TODO 28share/doc/aranym/TODO
31share/doc/aranym/changelog 29share/doc/aranym/changelog
32share/doc/aranym/config 30share/doc/aranym/config
33share/doc/aranym/emutos/announce.txt 31share/doc/aranym/emutos/announce.txt
34share/doc/aranym/emutos/authors.txt 32share/doc/aranym/emutos/authors.txt
35share/doc/aranym/emutos/changelog.txt 33share/doc/aranym/emutos/changelog.txt
36share/doc/aranym/emutos/license.txt 34share/doc/aranym/emutos/license.txt
37share/doc/aranym/emutos/readme.txt 35share/doc/aranym/emutos/readme.txt
38share/doc/aranym/emutos/status.txt 36share/doc/aranym/emutos/status.txt
39@pkgdir share/aranym/atari/nfosmesa 37share/icons/hicolor/32x32/apps/aranym-jit.png
 38share/icons/hicolor/32x32/apps/aranym-mmu.png
 39share/icons/hicolor/32x32/apps/aranym.png
 40share/icons/hicolor/48x48/apps/aranym-jit.png
 41share/icons/hicolor/48x48/apps/aranym-mmu.png
 42share/icons/hicolor/48x48/apps/aranym.png
 43share/pixmaps/aranym-jit.png
 44share/pixmaps/aranym-mmu.png
 45share/pixmaps/aranym.png
40@pkgdir share/aranym/atari/nfjpeg 46@pkgdir share/aranym/atari/nfjpeg
41@pkgdir share/aranym/atari/nfcdrom 47@pkgdir share/aranym/atari/nfcdrom

cvs diff -r1.15 -r1.16 pkgsrc/emulators/aranym/distinfo (expand / switch to unified diff)

--- pkgsrc/emulators/aranym/distinfo 2015/11/03 20:30:55 1.15
+++ pkgsrc/emulators/aranym/distinfo 2019/10/01 14:54:59 1.16
@@ -1,16 +1,14 @@ @@ -1,16 +1,14 @@
1$NetBSD: distinfo,v 1.15 2015/11/03 20:30:55 agc Exp $ 1$NetBSD: distinfo,v 1.16 2019/10/01 14:54:59 nia Exp $
2 2
3SHA1 (aranym_1.0.2.orig.tar.gz) = ac46a8c8d5c572e07e30458444f68b2dcbb7df2a 3SHA1 (aranym_1.1.0.orig.tar.gz) = 88901bba4c727896f32cd0fc3529babe54d35dd2
4RMD160 (aranym_1.0.2.orig.tar.gz) = 68c6813ce38f495916156cb39ab216e9d67a50e4 4RMD160 (aranym_1.1.0.orig.tar.gz) = 16a6ddc730e3d3847b01cf07a5b516377e080fca
5SHA512 (aranym_1.0.2.orig.tar.gz) = 5fb88b77df33e46c0000977ed256b795f6cf040079cfbbb9af91ce8578f2ea385c2ffeeba7cf90ae53b0c4341458639b5643d07edc7bbd3f7e772a0e9659a01d 5SHA512 (aranym_1.1.0.orig.tar.gz) = 723b1a7c80532734e1dea288dbffd66746d9c7d1302ccb0259248a26aac5dedc7f66a134929de7064686af6c676d10918d90e2cf58cb010fd445979945177b51
6Size (aranym_1.0.2.orig.tar.gz) = 2100463 bytes 6Size (aranym_1.1.0.orig.tar.gz) = 3785612 bytes
7SHA1 (emutos-512k-0.9.4.zip) = b46f81dec4574afdc670da14b3bf92452a278a7d 7SHA1 (emutos-512k-0.9.11.zip) = 4ee620306af2b37f97f0e619370cf86841649112
8RMD160 (emutos-512k-0.9.4.zip) = b6e9411090474f8d4eb060d97d1d5a91ccd60f79 8RMD160 (emutos-512k-0.9.11.zip) = 01ba1677f7dbf1c224830d3092ce2695344fc23c
9SHA512 (emutos-512k-0.9.4.zip) = 00c8718f364712f5d346859dc40ed83c1792521c9600520aacf199f7d6b24d5cf7a3e2533e1e343d6aa9e77ed3056f8636713bb7c3e9739254e0658c921a78a8 9SHA512 (emutos-512k-0.9.11.zip) = b4f8e401dc3263b9040ed17bc0270aa1090519fa4b49802b9d7812a5e4e646b83bf9c459e24880aa6b85e6c0b66c4c69438303f0b8e4085b6a310a461956645e
10Size (emutos-512k-0.9.4.zip) = 314877 bytes 10Size (emutos-512k-0.9.11.zip) = 284126 bytes
11SHA1 (patch-ab) = 8796751780cc559acd089298f3e8a0918d36db3a 11SHA1 (patch-ab) = 471cd0af0571eb63142c7933911e70500afeba6d
12SHA1 (patch-ac) = 8899894456b01c84efd9f96f553750c87df7c21a 12SHA1 (patch-ad) = 3f715630ead6f0cb10d0bf71751c07d12e58e0f3
13SHA1 (patch-ad) = bb8d6b2ecd0c0066f3032a0ef196a1adb51d1786 13SHA1 (patch-ae) = 21fecc68e1b2a3548d57f2908264122ed950dfdb
14SHA1 (patch-ae) = 6c7ab7cf17bb9da5944c9a09474079bcfe7e7f43 14SHA1 (patch-configure) = 1520c311d534e3aae1d257279cecc5ff39be6a4b
15SHA1 (patch-configure.ac) = 47da314e86b00c9779fc82250de1f6d7a5d65fcd 
16SHA1 (patch-src_uae__cpu_fpu_fpu__mpfr.cpp) = c492c198a746d62470112b7a7367692d47e16b61 

cvs diff -r1.2 -r1.3 pkgsrc/emulators/aranym/patches/patch-ab (expand / switch to unified diff)

--- pkgsrc/emulators/aranym/patches/patch-ab 2008/07/30 14:08:59 1.2
+++ pkgsrc/emulators/aranym/patches/patch-ab 2019/10/01 14:54:59 1.3
@@ -1,10 +1,12 @@ @@ -1,10 +1,12 @@
1$NetBSD: patch-ab,v 1.2 2008/07/30 14:08:59 hauke Exp $ 1$NetBSD: patch-ab,v 1.3 2019/10/01 14:54:59 nia Exp $
 2
 3This script works in standard sh.
2 4
3--- tools/arabridge.orig 2006-02-11 10:46:41.000000000 +0100 5--- tools/arabridge.orig 2006-02-11 10:46:41.000000000 +0100
4+++ tools/arabridge 6+++ tools/arabridge
5@@ -1,4 +1,4 @@ 7@@ -1,4 +1,4 @@
6-#!/bin/bash 8-#!/bin/bash
7+#!/bin/sh 9+#!/bin/sh
8  10
9 # ARAnyM - bridging network 11 # ARAnyM - bridging network
10 # STanda (c) 2004 12 # STanda (c) 2004

cvs diff -r1.1 -r1.2 pkgsrc/emulators/aranym/patches/patch-ad (expand / switch to unified diff)

--- pkgsrc/emulators/aranym/patches/patch-ad 2008/08/07 16:19:34 1.1
+++ pkgsrc/emulators/aranym/patches/patch-ad 2019/10/01 14:54:59 1.2
@@ -1,20 +1,33 @@ @@ -1,20 +1,33 @@
1$NetBSD: patch-ad,v 1.1 2008/08/07 16:19:34 hauke Exp $ 1$NetBSD: patch-ad,v 1.2 2019/10/01 14:54:59 nia Exp $
2 2
3--- doc/config.orig 2008-01-26 12:01:41.000000000 +0100 3Preconfigure some reasonable defaults.
 4
 548000 Hz is a reasonable value for modern (~last 20 years) sound devices.
 6
 7--- doc/config.orig 2019-04-14 14:11:29.000000000 +0000
4+++ doc/config 8+++ doc/config
5@@ -5,13 +5,13 @@ 9@@ -5,13 +5,13 @@
6 FastRAM = 0 10 FastRAM = 0
7  11
8 # Atari floppy device (GEMDOS A:) is mapped to host floppy block device 12 # Atari floppy device (GEMDOS A:) is mapped to host floppy block device
9-Floppy = /dev/fd0 13-Floppy = /dev/fd0
10+Floppy = /dev/fd0a 14+Floppy = /dev/fd0a
11  15
12 # location of TOS 4.04 ROM image (full path) 16 # location of TOS 4.04 ROM image (can be full path, relative to config file or relative to HOME directory)
13 TOS = /usr/local/share/aranym/ROM 17 TOS = ROM
14  18
15 # location of EmuTOS (full path) 19 # location of EmuTOS (can be full path, relative to config file or relative to HOME directory)
16-EmuTOS =  20-EmuTOS = emutos-aranym.img
17+EmuTOS = /usr/local/share/aranym/etos512k.img 21+EmuTOS = @PREFIX@/share/aranym/etos512k.img
18  22
19 # location of FreeMiNT kernel (full path) 23 # location of FreeMiNT kernel (full path)
20 Bootstrap = 24 Bootstrap =
 25@@ -271,7 +271,7 @@ UseHostMouseCursor = No
 26 [AUDIO]
 27 # Host audio device settings
 28 # Frequency
 29-Frequency = 22050
 30+Frequency = 48000
 31 # Number of channels (2 for stereo, 1 for mono)
 32 Channels = 2
 33 # Bits per channel (8 or 16)

cvs diff -r1.1 -r1.2 pkgsrc/emulators/aranym/patches/patch-ae (expand / switch to unified diff)

--- pkgsrc/emulators/aranym/patches/patch-ae 2010/07/08 11:28:05 1.1
+++ pkgsrc/emulators/aranym/patches/patch-ae 2019/10/01 14:54:59 1.2
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1$NetBSD: patch-ae,v 1.1 2010/07/08 11:28:05 obache Exp $ 1$NetBSD: patch-ae,v 1.2 2019/10/01 14:54:59 nia Exp $
 2
 3Shell portability.
2 4
3--- src/Unix/darwin/aratapif.sh.orig 2008-02-05 21:37:06.000000000 +0000 5--- src/Unix/darwin/aratapif.sh.orig 2008-02-05 21:37:06.000000000 +0000
4+++ src/Unix/darwin/aratapif.sh 6+++ src/Unix/darwin/aratapif.sh
5@@ -25,7 +25,7 @@ DNSFWNATD_PORT=8669 7@@ -25,7 +25,7 @@ DNSFWNATD_PORT=8669
6 DNSFW_RULENUM=00100 8 DNSFW_RULENUM=00100
7 IPFW_RULENUM=00200 9 IPFW_RULENUM=00200
8  10
9-if [ "$FW_INTERFACE" == "" ] 11-if [ "$FW_INTERFACE" == "" ]
10+if [ "$FW_INTERFACE" = "" ] 12+if [ "$FW_INTERFACE" = "" ]
11 then 13 then
12 ifconfig -u -a inet >/tmp/ifchk 2>/dev/null 14 ifconfig -u -a inet >/tmp/ifchk 2>/dev/null
13  15
14@@ -51,7 +51,7 @@ then 16@@ -51,7 +51,7 @@ then