Wed May 23 05:03:26 2012 UTC ()
Fix PLIST for Linux and apparently also MacOS. (An extra binary appears.)
Fix wrong WRKSRC. PKGREVISION -> 1.


(dholland)
diff -r1.23 -r1.24 pkgsrc/emulators/aranym/Makefile
diff -r1.5 -r1.6 pkgsrc/emulators/aranym/PLIST

cvs diff -r1.23 -r1.24 pkgsrc/emulators/aranym/Makefile (switch to unified diff)

--- pkgsrc/emulators/aranym/Makefile 2012/04/15 02:05:28 1.23
+++ pkgsrc/emulators/aranym/Makefile 2012/05/23 05:03:26 1.24
@@ -1,71 +1,80 @@ @@ -1,71 +1,80 @@
1# $NetBSD: Makefile,v 1.23 2012/04/15 02:05:28 ryoon Exp $ 1# $NetBSD: Makefile,v 1.24 2012/05/23 05:03:26 dholland Exp $
2# 2#
3 3
4DISTNAME= aranym_0.9.13.orig 4DISTNAME= aranym_0.9.13.orig
5PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} 5PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
 6PKGREVISION= 1
6CATEGORIES= emulators 7CATEGORIES= emulators
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aranym/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aranym/}
8SITES.emutos-512k-0.8.6.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/} 9SITES.emutos-512k-0.8.6.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/}
9DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-0.8.6.zip 10DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-0.8.6.zip
10 11
11MAINTAINER= pkgsrc-users@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://aranym.sourceforge.net/ 13HOMEPAGE= http://aranym.sourceforge.net/
13COMMENT= Atari Running on Any Machine 14COMMENT= Atari Running on Any Machine
14LICENSE= gnu-gpl-v2 15LICENSE= gnu-gpl-v2
15 16
16PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
17 18
18WRKSRC= ${WRKDIR}/${PKGNAME} 19WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
19 20
20AUTOCONF_REQD= 2..50 21AUTOCONF_REQD= 2..50
21 22
22USE_TOOLS+= autoconf gmake gzip 23USE_TOOLS+= autoconf gmake gzip
23USE_LANGUAGES= c c++ 24USE_LANGUAGES= c c++
24GNU_CONFIGURE= yes 25GNU_CONFIGURE= yes
25MANCOMPRESSED= yes 26MANCOMPRESSED= yes
26 27
27CONFIGURE_ARGS+= --enable-fullmmu 28CONFIGURE_ARGS+= --enable-fullmmu
28CONFIGURE_ARGS+= --enable-atc=full 29CONFIGURE_ARGS+= --enable-atc=full
29 30
30EMUTOS_WRKSRC= ${WRKDIR}/emutos-512k-0.8.6 31EMUTOS_WRKSRC= ${WRKDIR}/emutos-512k-0.8.6
31EMUTOS_DOC_DIR= ${PREFIX}/share/doc/aranym/emutos 32EMUTOS_DOC_DIR= ${PREFIX}/share/doc/aranym/emutos
32EMUTOS_ROM_DIR= ${PREFIX}/share/aranym 33EMUTOS_ROM_DIR= ${PREFIX}/share/aranym
33 34
34REQD_DIRS+= ${EMUTOS_ROM_DIR} ${EMUTOS_DOC_DIR} 35REQD_DIRS+= ${EMUTOS_ROM_DIR} ${EMUTOS_DOC_DIR}
35 36
36SUBST_CLASSES+= paths 37SUBST_CLASSES+= paths
37SUBST_STAGE.paths= post-build 38SUBST_STAGE.paths= post-build
38SUBST_FILES.paths= doc/config 39SUBST_FILES.paths= doc/config
39SUBST_FILES.paths+= doc/aranym.1 40SUBST_FILES.paths+= doc/aranym.1
40SUBST_SED.paths= -e "s|/usr/share/|${PREFIX}/share/|g" 41SUBST_SED.paths= -e "s|/usr/share/|${PREFIX}/share/|g"
41SUBST_SED.paths+= -e "s|/usr/local/share/|${PREFIX}/share/|g" 42SUBST_SED.paths+= -e "s|/usr/local/share/|${PREFIX}/share/|g"
42SUBST_MESSAGE.paths= Fixing hardcoded paths. 43SUBST_MESSAGE.paths= Fixing hardcoded paths.
43 44
44.include "options.mk" 45.include "options.mk"
45.include "../../mk/bsd.prefs.mk" 46.include "../../mk/bsd.prefs.mk"
46 47
47.if ${OPSYS} == "Linux" 48.if ${OPSYS} == "Linux"
48CONFIGURE_ARGS+= --enable-nfpci 49CONFIGURE_ARGS+= --enable-nfpci
49.endif 50.endif
50 51
51.if !empty(MACHINE_PLATFORM:MLinux-*-i386) 52.if !empty(MACHINE_PLATFORM:MLinux-*-i386)
52CONFIGURE_ARGS+= --enable-jit-compiler 53CONFIGURE_ARGS+= --enable-jit-compiler
53CONFIGURE_ARGS+= --enable-jit-fpu 54CONFIGURE_ARGS+= --enable-jit-fpu
54.endif 55.endif
55 56
 57# This appears if it thinks it can use tun/tap interfaces.
 58# (While NetBSD has these, the configure test rejects it.)
 59PLIST_VARS+= aratapif
 60.if !empty(MACHINE_PLATFORM:MLinux-*-*) || \
 61 !empty(MACHINE_PLATFORM:MDarwin-*-*)
 62PLIST.aratapif= yes
 63.endif
 64
56INSTALLATION_DIRS+= ${EMUTOS_DOC_DIR} ${EMUTOS_ROM_DIR} 65INSTALLATION_DIRS+= ${EMUTOS_DOC_DIR} ${EMUTOS_ROM_DIR}
57 66
58pre-configure: 67pre-configure:
59 cd ${WRKSRC} && autoconf 68 cd ${WRKSRC} && autoconf
60 69
61post-install: 70post-install:
62 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/etos512k.img ${DESTDIR}${EMUTOS_ROM_DIR} 71 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/etos512k.img ${DESTDIR}${EMUTOS_ROM_DIR}
63 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/readme.txt ${DESTDIR}${EMUTOS_DOC_DIR} 72 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/readme.txt ${DESTDIR}${EMUTOS_DOC_DIR}
64 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/announce.txt ${DESTDIR}${EMUTOS_DOC_DIR} 73 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/announce.txt ${DESTDIR}${EMUTOS_DOC_DIR}
65 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/authors.txt ${DESTDIR}${EMUTOS_DOC_DIR} 74 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/authors.txt ${DESTDIR}${EMUTOS_DOC_DIR}
66 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/changelog.txt ${DESTDIR}${EMUTOS_DOC_DIR} 75 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/changelog.txt ${DESTDIR}${EMUTOS_DOC_DIR}
67 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/license.txt ${DESTDIR}${EMUTOS_DOC_DIR} 76 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/license.txt ${DESTDIR}${EMUTOS_DOC_DIR}
68 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/status.txt ${DESTDIR}${EMUTOS_DOC_DIR} 77 ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/status.txt ${DESTDIR}${EMUTOS_DOC_DIR}
69 78
70.include "../../devel/SDL/buildlink3.mk" 79.include "../../devel/SDL/buildlink3.mk"
71.include "../../mk/bsd.pkg.mk" 80.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/emulators/aranym/PLIST (switch to unified diff)

--- pkgsrc/emulators/aranym/PLIST 2009/06/14 18:54:52 1.5
+++ pkgsrc/emulators/aranym/PLIST 2012/05/23 05:03:26 1.6
@@ -1,38 +1,40 @@ @@ -1,38 +1,40 @@
1@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:54:52 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.6 2012/05/23 05:03:26 dholland Exp $
2bin/aranym 2bin/aranym
 3${PLIST.aratapif}bin/aratapif
3man/man1/aranym-jit.1 4man/man1/aranym-jit.1
4man/man1/aranym-mmu.1 5man/man1/aranym-mmu.1
5man/man1/aranym.1 6man/man1/aranym.1
 7${PLIST.aratapif}man/man1/aratapif.1
6share/aranym/arabridge 8share/aranym/arabridge
7share/aranym/atari/hostfs/README 9share/aranym/atari/hostfs/README
8share/aranym/atari/hostfs/bdconfig.sys 10share/aranym/atari/hostfs/bdconfig.sys
9share/aranym/atari/mmusetup.cnf 11share/aranym/atari/mmusetup.cnf
10share/aranym/atari/network/README 12share/aranym/atari/network/README
11share/aranym/atari/network/eth0-config.sh 13share/aranym/atari/network/eth0-config.sh
12share/aranym/atari/newdesk.inf 14share/aranym/atari/newdesk.inf
13share/aranym/atari/sound/README 15share/aranym/atari/sound/README
14share/aranym/atari/tools/README 16share/aranym/atari/tools/README
15share/aranym/atari/tools/pc101us.kbd.bz2 17share/aranym/atari/tools/pc101us.kbd.bz2
16share/aranym/etos512k.img 18share/aranym/etos512k.img
17share/aranym/floppy.sh 19share/aranym/floppy.sh
18share/aranym/logo.png 20share/aranym/logo.png
19share/aranym/wm_icon.bmp 21share/aranym/wm_icon.bmp
20share/doc/aranym/AUTHORS 22share/doc/aranym/AUTHORS
21share/doc/aranym/BUGS 23share/doc/aranym/BUGS
22share/doc/aranym/COPYING 24share/doc/aranym/COPYING
23share/doc/aranym/FAQ 25share/doc/aranym/FAQ
24share/doc/aranym/INSTALL 26share/doc/aranym/INSTALL
25share/doc/aranym/NEWS 27share/doc/aranym/NEWS
26share/doc/aranym/README 28share/doc/aranym/README
27share/doc/aranym/TODO 29share/doc/aranym/TODO
28share/doc/aranym/changelog 30share/doc/aranym/changelog
29share/doc/aranym/config 31share/doc/aranym/config
30share/doc/aranym/emutos/announce.txt 32share/doc/aranym/emutos/announce.txt
31share/doc/aranym/emutos/authors.txt 33share/doc/aranym/emutos/authors.txt
32share/doc/aranym/emutos/changelog.txt 34share/doc/aranym/emutos/changelog.txt
33share/doc/aranym/emutos/license.txt 35share/doc/aranym/emutos/license.txt
34share/doc/aranym/emutos/readme.txt 36share/doc/aranym/emutos/readme.txt
35share/doc/aranym/emutos/status.txt 37share/doc/aranym/emutos/status.txt
36@pkgdir share/aranym/atari/nfosmesa 38@pkgdir share/aranym/atari/nfosmesa
37@pkgdir share/aranym/atari/nfjpeg 39@pkgdir share/aranym/atari/nfjpeg
38@pkgdir share/aranym/atari/nfcdrom 40@pkgdir share/aranym/atari/nfcdrom