FreeBSD Bugzilla – Attachment 150214 Details for
Bug 195350
Update devel/cc65 to new upstream and infrastructure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
new version of port update, build docs using linuxdoc script
cc65.diff (text/plain), 24.75 KB, created by
Felix Palmen
on 2014-12-05 01:42:57 UTC
(
hide
)
Description:
new version of port update, build docs using linuxdoc script
Filename:
MIME Type:
Creator:
Felix Palmen
Created:
2014-12-05 01:42:57 UTC
Size:
24.75 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 373777) >+++ Makefile (Arbeitskopie) >@@ -2,59 +2,36 @@ > # $FreeBSD$ > > PORTNAME= cc65 >-PORTVERSION= 2.13.3 >-PORTREVISION= 1 >-DISTVERSIONPREFIX= sources- >+PORTVERSION= 2.13.99.20141120 > CATEGORIES= devel >-MASTER_SITES= http://bj.spline.de/cc65/ \ >- http://cc65.oldos.net/ \ >- ftp://ftp.musoftware.de/pub/uz/cc65/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= felix@palmen-it.de > COMMENT= Cross-compiler for 6502-based systems, includes 65816 assembler > >-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >+LICENSE= DUNNING >+LICENSE_NAME= John R. Dunning\'s License for RA65, LINK65, LIBR65 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > >-USES= gmake perl5 shebangfix tar:bzip2 >-USE_PERL5= build >-MAKEFILE= ${WRKSRC}/make/gcc.mak >-MAKE_JOBS_UNSAFE=yes >-SHEBANG_FILES= src/ca65html/ca65html \ >- src/ca65/macpack/cvt-mac.pl \ >- src/ld65/cfg/cvt-cfg.pl >+USE_GITHUB= yes >+GH_ACCOUNT= cc65 >+GH_PROJECT= cc65 >+GH_COMMIT= ff0bb9b >+GH_TAGNAME= ${GH_COMMIT} > >-SUB_FILES= pkg-message >+USES= gmake >+MAKE_ARGS= prefix=${PREFIX} > >-OPTIONS_DEFINE= DOCS EXAMPLES >+OPTIONS_DEFINE=DOCS >+DOCS_ALL_TARGET=all doc >+DOCS_BUILD_DEPENDS=linuxdoc:${PORTSDIR}/textproc/linuxdoc-tools >+DOCS_MAKE_ARGS=infodir=${PREFIX}/info/cc65 >+DOCS_INFO=cc65/apple2 cc65/apple2enh cc65/ar65 cc65/atari cc65/atari5200 \ >+ cc65/atmos cc65/c128 cc65/c16 cc65/c64 cc65/ca65 cc65/cbm510 \ >+ cc65/cbm610 cc65/cc65 cc65/cl65 cc65/co65 cc65/coding \ >+ cc65/customizing cc65/da65 cc65/debugging cc65/dio cc65/funcref \ >+ cc65/geos cc65/grc65 cc65/index cc65/intro cc65/ld65 cc65/library \ >+ cc65/lynx cc65/nes cc65/od65 cc65/pet cc65/plus4 cc65/smc cc65/sp65 \ >+ cc65/supervision cc65/using-make cc65/vic20 > >-.include <bsd.port.options.mk> >- >-post-patch: >- @${FIND} ${WRKSRC} -name "gcc.mak" | ${XARGS} ${REINPLACE_CMD} -e \ >- '/gcc/s|^CC|#CC| ; \ >- /-O2/s|^CFLAGS|#CFLAGS|' >- @${REINPLACE_CMD} -E -e '/^prefix/s|=.*|= $${PREFIX}| ; \ >- /^(docdir|CC65_DOC)/ s|=.*|=| ; \ >- /^INSTALL_DATA/s|=.*|= $${BSD_INSTALL_DATA}| ; \ >- /^INSTALL_PROG/s|=.*|= $${BSD_INSTALL_SCRIPT}| ; \ >- /^INSTALL_STRIP/s|=.*|= $${BSD_INSTALL_PROGRAM}| ; \ >- /^all:/s|docs|| ; /^install:/s|install-docs|| ; \ >- s|MKDIR) |&-p $$(DESTDIR)|g ; \ >- /INSTALL_(PROG|STRIP)/ s,bindir),DESTDIR)$$(&,g ; \ >- /INSTALL_DATA/ s,(CA|CC|LD)65_(CFG|INC|HOME|LIB|OBJ),DESTDIR)$$(&,g' \ >- ${WRKSRC}/make/gcc.mak >- >-# XXX: gmake>=3.82 hack: beats the hell out of me. Quick fix. >-pre-install: >- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/cc65/tgi >- >-post-install: >- @${MKDIR} ${STAGEDIR}${DOCSDIR} >-.for i in BUGS CREDITS compile.txt internal.txt newvers.txt readme.1st >- ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR} >-.endfor >- ${INSTALL_DATA} ${WRKSRC}/src/ca65/macpack/*.mac ${STAGEDIR}${DOCSDIR} >- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >- (cd ${WRKSRC}/samples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) >- > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (Revision 373777) >+++ distinfo (Arbeitskopie) >@@ -1,2 +1,2 @@ >-SHA256 (cc65-sources-2.13.3.tar.bz2) = a98a1b69d3fa15551fe7d53d5bebfc5f9b2aafb9642ee14b735587a421e00468 >-SIZE (cc65-sources-2.13.3.tar.bz2) = 1103245 >+SHA256 (cc65-2.13.99.20141120.tar.gz) = 01e6ff16596689fa8c742edbf1a7527539f8f42dc4b76366cb6685f166915040 >+SIZE (cc65-2.13.99.20141120.tar.gz) = 1902485 >Index: files/pkg-message.in >=================================================================== >--- files/pkg-message.in (Revision 373777) >+++ files/pkg-message.in (Arbeitskopie) >@@ -1,13 +0,0 @@ >-=============================================================================== >- >-You should exports the following enviropment variables: >- >-export CC65_INC=%%PREFIX%%/lib/cc65/include >-export CC65_LIB=%%PREFIX%%/lib/cc65/lib >- >-or for csh users: >- >-setenv CC65_INC %%PREFIX%%/lib/cc65/include >-setenv CC65_LIB %%PREFIX%%/lib/cc65/lib >- >-=============================================================================== >Index: pkg-descr >=================================================================== >--- pkg-descr (Revision 373777) >+++ pkg-descr (Arbeitskopie) >@@ -18,4 +18,4 @@ > - the Supervision Game Console > - the Atari Lynx Console > >-WWW: http://www.cc65.org/ >+WWW: http://cc65.github.io/cc65/ >Index: pkg-plist >=================================================================== >--- pkg-plist (Revision 373777) >+++ pkg-plist (Arbeitskopie) >@@ -1,283 +1,390 @@ > bin/ar65 > bin/ca65 >-bin/ca65html > bin/cc65 > bin/cl65 > bin/co65 > bin/da65 >-bin/grc >+bin/grc65 > bin/ld65 > bin/od65 >-lib/cc65/asminc/_file.inc >-lib/cc65/asminc/_heap.inc >-lib/cc65/asminc/apple2.inc >-lib/cc65/asminc/atari.inc >-lib/cc65/asminc/atmos.inc >-lib/cc65/asminc/c128.inc >-lib/cc65/asminc/c16.inc >-lib/cc65/asminc/c64.inc >-lib/cc65/asminc/cbm510.inc >-lib/cc65/asminc/cbm610.inc >-lib/cc65/asminc/ctype.inc >-lib/cc65/asminc/em-error.inc >-lib/cc65/asminc/em-kernel.inc >-lib/cc65/asminc/errno.inc >-lib/cc65/asminc/fcntl.inc >-lib/cc65/asminc/get_tv.inc >-lib/cc65/asminc/joy-error.inc >-lib/cc65/asminc/joy-kernel.inc >-lib/cc65/asminc/lynx.inc >-lib/cc65/asminc/modload.inc >-lib/cc65/asminc/mouse-kernel.inc >-lib/cc65/asminc/nes.inc >-lib/cc65/asminc/o65.inc >-lib/cc65/asminc/pet.inc >-lib/cc65/asminc/plus4.inc >-lib/cc65/asminc/rs232.inc >-lib/cc65/asminc/ser-error.inc >-lib/cc65/asminc/ser-kernel.inc >-lib/cc65/asminc/signal.inc >-lib/cc65/asminc/stdio.inc >-lib/cc65/asminc/supervision.inc >-lib/cc65/asminc/tgi-error.inc >-lib/cc65/asminc/tgi-kernel.inc >-lib/cc65/asminc/tgi-mode.inc >-lib/cc65/asminc/time.inc >-lib/cc65/asminc/utsname.inc >-lib/cc65/asminc/vic20.inc >-lib/cc65/asminc/zeropage.inc >-lib/cc65/cfg/apple2-dos33.cfg >-lib/cc65/cfg/apple2-loader.cfg >-lib/cc65/cfg/apple2-reboot.cfg >-lib/cc65/cfg/apple2-system.cfg >-lib/cc65/cfg/apple2enh-dos33.cfg >-lib/cc65/cfg/apple2enh-loader.cfg >-lib/cc65/cfg/apple2enh-reboot.cfg >-lib/cc65/cfg/apple2enh-system.cfg >-lib/cc65/cfg/supervision-128k.cfg >-lib/cc65/cfg/supervision-16k.cfg >-lib/cc65/cfg/supervision-64k.cfg >-lib/cc65/cfg/vic20-32k.cfg >-lib/cc65/emd/a2.auxmem.emd >-lib/cc65/emd/a2e.auxmem.emd >-lib/cc65/emd/c128-georam.emd >-lib/cc65/emd/c128-ram.emd >-lib/cc65/emd/c128-ramcart.emd >-lib/cc65/emd/c128-reu.emd >-lib/cc65/emd/c128-vdc.emd >-lib/cc65/emd/c16-ram.emd >-lib/cc65/emd/c64-georam.emd >-lib/cc65/emd/c64-ram.emd >-lib/cc65/emd/c64-ramcart.emd >-lib/cc65/emd/c64-reu.emd >-lib/cc65/emd/c64-vdc.emd >-lib/cc65/emd/cbm510-ram.emd >-lib/cc65/emd/cbm610-ram.emd >-lib/cc65/emd/dtv-himem.emd >-lib/cc65/emd/geos-vdc.emd >-lib/cc65/include/6502.h >-lib/cc65/include/_6522.h >-lib/cc65/include/_6525.h >-lib/cc65/include/_6526.h >-lib/cc65/include/_6545.h >-lib/cc65/include/_6551.h >-lib/cc65/include/_antic.h >-lib/cc65/include/_gtia.h >-lib/cc65/include/_heap.h >-lib/cc65/include/_pbi.h >-lib/cc65/include/_pia.h >-lib/cc65/include/_pokey.h >-lib/cc65/include/_sid.h >-lib/cc65/include/_ted.h >-lib/cc65/include/_vdc.h >-lib/cc65/include/_vic.h >-lib/cc65/include/_vic2.h >-lib/cc65/include/ace.h >-lib/cc65/include/apple2.h >-lib/cc65/include/apple2enh.h >-lib/cc65/include/assert.h >-lib/cc65/include/atari.h >-lib/cc65/include/atmos.h >-lib/cc65/include/c128.h >-lib/cc65/include/c16.h >-lib/cc65/include/c64.h >-lib/cc65/include/cbm.h >-lib/cc65/include/cbm264.h >-lib/cc65/include/cbm510.h >-lib/cc65/include/cbm610.h >-lib/cc65/include/conio.h >-lib/cc65/include/ctype.h >-lib/cc65/include/dbg.h >-lib/cc65/include/dio.h >-lib/cc65/include/dirent.h >-lib/cc65/include/em.h >-lib/cc65/include/em/em-kernel.h >-lib/cc65/include/errno.h >-lib/cc65/include/fcntl.h >-lib/cc65/include/geos.h >-lib/cc65/include/geos/gconst.h >-lib/cc65/include/geos/gdisk.h >-lib/cc65/include/geos/gdlgbox.h >-lib/cc65/include/geos/gfile.h >-lib/cc65/include/geos/ggraph.h >-lib/cc65/include/geos/gmemory.h >-lib/cc65/include/geos/gmenu.h >-lib/cc65/include/geos/gprocess.h >-lib/cc65/include/geos/gsprite.h >-lib/cc65/include/geos/gstruct.h >-lib/cc65/include/geos/gsym.h >-lib/cc65/include/geos/gsys.h >-lib/cc65/include/inttypes.h >-lib/cc65/include/iso646.h >-lib/cc65/include/joystick.h >-lib/cc65/include/joystick/joy-kernel.h >-lib/cc65/include/limits.h >-lib/cc65/include/locale.h >-lib/cc65/include/lynx.h >-lib/cc65/include/modload.h >-lib/cc65/include/mouse.h >-lib/cc65/include/mouse/mouse-kernel.h >-lib/cc65/include/nes.h >-lib/cc65/include/o65.h >-lib/cc65/include/peekpoke.h >-lib/cc65/include/pet.h >-lib/cc65/include/plus4.h >-lib/cc65/include/rs232.h >-lib/cc65/include/serial.h >-lib/cc65/include/setjmp.h >-lib/cc65/include/signal.h >-lib/cc65/include/stdarg.h >-lib/cc65/include/stdbool.h >-lib/cc65/include/stddef.h >-lib/cc65/include/stdint.h >-lib/cc65/include/stdio.h >-lib/cc65/include/stdlib.h >-lib/cc65/include/string.h >-lib/cc65/include/supervision.h >-lib/cc65/include/sys/types.h >-lib/cc65/include/sys/utsname.h >-lib/cc65/include/tgi.h >-lib/cc65/include/tgi/tgi-error.h >-lib/cc65/include/tgi/tgi-kernel.h >-lib/cc65/include/tgi/tgi-mode.h >-lib/cc65/include/time.h >-lib/cc65/include/unistd.h >-lib/cc65/include/vic20.h >-lib/cc65/include/zlib.h >-lib/cc65/joy/a2.stdjoy.joy >-lib/cc65/joy/a2e.stdjoy.joy >-lib/cc65/joy/atarimj8.joy >-lib/cc65/joy/ataristd.joy >-lib/cc65/joy/c128-ptvjoy.joy >-lib/cc65/joy/c128-stdjoy.joy >-lib/cc65/joy/c16-stdjoy.joy >-lib/cc65/joy/c64-hitjoy.joy >-lib/cc65/joy/c64-numpad.joy >-lib/cc65/joy/c64-ptvjoy.joy >-lib/cc65/joy/c64-stdjoy.joy >-lib/cc65/joy/cbm510-std.joy >-lib/cc65/joy/geos-stdjoy.joy >-lib/cc65/joy/lynx-stdjoy.joy >-lib/cc65/joy/nes-stdjoy.joy >-lib/cc65/joy/pet-ptvjoy.joy >-lib/cc65/joy/plus4-stdjoy.joy >-lib/cc65/joy/vic20-ptvjoy.joy >-lib/cc65/joy/vic20-stdjoy.joy >-lib/cc65/lib/apple2.lib >-lib/cc65/lib/apple2enh.lib >-lib/cc65/lib/atari.lib >-lib/cc65/lib/atmos.lib >-lib/cc65/lib/c128.lib >-lib/cc65/lib/c16.lib >-lib/cc65/lib/c64.lib >-lib/cc65/lib/cbm510.lib >-lib/cc65/lib/cbm610.lib >-lib/cc65/lib/geos.lib >-lib/cc65/lib/lynx.lib >-lib/cc65/lib/nes.lib >-lib/cc65/lib/pet.lib >-lib/cc65/lib/plus4.lib >-lib/cc65/lib/supervision.lib >-lib/cc65/lib/vic20.lib >-lib/cc65/mou/a2.stdmou.mou >-lib/cc65/mou/a2e.stdmou.mou >-lib/cc65/mou/c128-1351.mou >-lib/cc65/mou/c128-joy.mou >-lib/cc65/mou/c128-pot.mou >-lib/cc65/mou/c64-1351.mou >-lib/cc65/mou/c64-joy.mou >-lib/cc65/mou/c64-pot.mou >-lib/cc65/obj/apple2-iobuf-0800.o >-lib/cc65/obj/apple2enh-iobuf-0800.o >-lib/cc65/ser/a2.ssc.ser >-lib/cc65/ser/a2e.ssc.ser >-lib/cc65/ser/c128-swlink.ser >-lib/cc65/ser/c64-swlink.ser >-lib/cc65/ser/cbm510-std.ser >-lib/cc65/ser/cbm610-std.ser >-lib/cc65/ser/lynx-comlynx.ser >-lib/cc65/ser/plus4-stdser.ser >-lib/cc65/tgi/a2.hi.tgi >-lib/cc65/tgi/a2.lo.tgi >-lib/cc65/tgi/a2e.hi.tgi >-lib/cc65/tgi/a2e.lo.tgi >-lib/cc65/tgi/atmos-240-200-2.tgi >-lib/cc65/tgi/c128-vdc.tgi >-lib/cc65/tgi/c128-vdc2.tgi >-lib/cc65/tgi/c64-hi.tgi >-lib/cc65/tgi/geos-tgi.tgi >-lib/cc65/tgi/lynx-160-102-16.tgi >-%%PORTDOCS%%%%DOCSDIR%%/BUGS >-%%PORTDOCS%%%%DOCSDIR%%/CREDITS >-%%PORTDOCS%%%%DOCSDIR%%/atari.mac >-%%PORTDOCS%%%%DOCSDIR%%/cbm.mac >-%%PORTDOCS%%%%DOCSDIR%%/compile.txt >-%%PORTDOCS%%%%DOCSDIR%%/cpu.mac >-%%PORTDOCS%%%%DOCSDIR%%/generic.mac >-%%PORTDOCS%%%%DOCSDIR%%/internal.txt >-%%PORTDOCS%%%%DOCSDIR%%/longbranch.mac >-%%PORTDOCS%%%%DOCSDIR%%/newvers.txt >-%%PORTDOCS%%%%DOCSDIR%%/readme.1st >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ascii.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diodemo.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fire.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/appfile.grc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/apphello1.grc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/apphello2.grc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/apprmvprot.grc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/appvector-demo.grc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/appyesno.grc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/ca65-vlir/Makefile >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/ca65-vlir/cvthead.grc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/ca65-vlir/vlir0.s >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/ca65-vlir/vlir1.s >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/ca65-vlir/vlir2.s >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/dialog.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/filesel.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/geosconio.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/geosconiores.res >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/getid.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/getidres.grc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/grphstr.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/hello1.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/hello2.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/inittab.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/menu.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/rmvprot.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/vector-demo.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/yesno.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gunzip65.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mandelbrot.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mousedemo.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nachtm.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/overlaydemo-apple2enh.cfg >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/overlaydemo-c64.cfg >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/overlaydemo.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plasma.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sieve.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tgidemo.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/hello.c >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/text.s >+bin/sim65 >+bin/sp65 >+%%DATADIR%%/asminc/_file.inc >+%%DATADIR%%/asminc/_heap.inc >+%%DATADIR%%/asminc/apple2.inc >+%%DATADIR%%/asminc/atari.inc >+%%DATADIR%%/asminc/atari.mac >+%%DATADIR%%/asminc/atari5200.inc >+%%DATADIR%%/asminc/atari_antic.inc >+%%DATADIR%%/asminc/atari_gtia.inc >+%%DATADIR%%/asminc/atari_pokey.inc >+%%DATADIR%%/asminc/atmos.inc >+%%DATADIR%%/asminc/c128.inc >+%%DATADIR%%/asminc/c16.inc >+%%DATADIR%%/asminc/c64.inc >+%%DATADIR%%/asminc/cbm.mac >+%%DATADIR%%/asminc/cbm510.inc >+%%DATADIR%%/asminc/cbm610.inc >+%%DATADIR%%/asminc/cbm_filetype.inc >+%%DATADIR%%/asminc/cpu.mac >+%%DATADIR%%/asminc/ctype.inc >+%%DATADIR%%/asminc/em-error.inc >+%%DATADIR%%/asminc/em-kernel.inc >+%%DATADIR%%/asminc/errno.inc >+%%DATADIR%%/asminc/fcntl.inc >+%%DATADIR%%/asminc/generic.mac >+%%DATADIR%%/asminc/get_tv.inc >+%%DATADIR%%/asminc/joy-error.inc >+%%DATADIR%%/asminc/joy-kernel.inc >+%%DATADIR%%/asminc/longbranch.mac >+%%DATADIR%%/asminc/lynx.inc >+%%DATADIR%%/asminc/modload.inc >+%%DATADIR%%/asminc/module.mac >+%%DATADIR%%/asminc/mouse-kernel.inc >+%%DATADIR%%/asminc/nes.inc >+%%DATADIR%%/asminc/o65.inc >+%%DATADIR%%/asminc/opcodes.inc >+%%DATADIR%%/asminc/pet.inc >+%%DATADIR%%/asminc/plus4.inc >+%%DATADIR%%/asminc/ser-error.inc >+%%DATADIR%%/asminc/ser-kernel.inc >+%%DATADIR%%/asminc/signal.inc >+%%DATADIR%%/asminc/smc.inc >+%%DATADIR%%/asminc/stdio.inc >+%%DATADIR%%/asminc/supervision.inc >+%%DATADIR%%/asminc/tgi-error.inc >+%%DATADIR%%/asminc/tgi-kernel.inc >+%%DATADIR%%/asminc/tgi-vectorfont.inc >+%%DATADIR%%/asminc/time.inc >+%%DATADIR%%/asminc/utsname.inc >+%%DATADIR%%/asminc/vic20.inc >+%%DATADIR%%/asminc/zeropage.inc >+%%DATADIR%%/cfg/apple2-asm.cfg >+%%DATADIR%%/cfg/apple2-overlay.cfg >+%%DATADIR%%/cfg/apple2-system.cfg >+%%DATADIR%%/cfg/apple2.cfg >+%%DATADIR%%/cfg/apple2enh-asm.cfg >+%%DATADIR%%/cfg/apple2enh-overlay.cfg >+%%DATADIR%%/cfg/apple2enh-system.cfg >+%%DATADIR%%/cfg/apple2enh.cfg >+%%DATADIR%%/cfg/atari-asm.cfg >+%%DATADIR%%/cfg/atari-cart.cfg >+%%DATADIR%%/cfg/atari-cassette.cfg >+%%DATADIR%%/cfg/atari-overlay.cfg >+%%DATADIR%%/cfg/atari.cfg >+%%DATADIR%%/cfg/atari5200.cfg >+%%DATADIR%%/cfg/atarixl-largehimem.cfg >+%%DATADIR%%/cfg/atarixl-overlay.cfg >+%%DATADIR%%/cfg/atarixl.cfg >+%%DATADIR%%/cfg/atmos.cfg >+%%DATADIR%%/cfg/bbc.cfg >+%%DATADIR%%/cfg/c128-overlay.cfg >+%%DATADIR%%/cfg/c128.cfg >+%%DATADIR%%/cfg/c16.cfg >+%%DATADIR%%/cfg/c64-asm.cfg >+%%DATADIR%%/cfg/c64-overlay.cfg >+%%DATADIR%%/cfg/c64.cfg >+%%DATADIR%%/cfg/cbm510.cfg >+%%DATADIR%%/cfg/cbm610.cfg >+%%DATADIR%%/cfg/geos-apple.cfg >+%%DATADIR%%/cfg/geos-cbm.cfg >+%%DATADIR%%/cfg/lunix.cfg >+%%DATADIR%%/cfg/lynx-bll.cfg >+%%DATADIR%%/cfg/lynx-coll.cfg >+%%DATADIR%%/cfg/lynx-uploader.cfg >+%%DATADIR%%/cfg/lynx.cfg >+%%DATADIR%%/cfg/module.cfg >+%%DATADIR%%/cfg/nes.cfg >+%%DATADIR%%/cfg/none.cfg >+%%DATADIR%%/cfg/pet.cfg >+%%DATADIR%%/cfg/plus4.cfg >+%%DATADIR%%/cfg/sim6502.cfg >+%%DATADIR%%/cfg/sim65c02.cfg >+%%DATADIR%%/cfg/supervision-128k.cfg >+%%DATADIR%%/cfg/supervision-16k.cfg >+%%DATADIR%%/cfg/supervision-64k.cfg >+%%DATADIR%%/cfg/supervision.cfg >+%%DATADIR%%/cfg/vic20-32k.cfg >+%%DATADIR%%/cfg/vic20.cfg >+%%DATADIR%%/emd/a2.auxmem.emd >+%%DATADIR%%/emd/a2e.auxmem.emd >+%%DATADIR%%/emd/atr130.emd >+%%DATADIR%%/emd/atrx130.emd >+%%DATADIR%%/emd/c128-georam.emd >+%%DATADIR%%/emd/c128-ram.emd >+%%DATADIR%%/emd/c128-ram2.emd >+%%DATADIR%%/emd/c128-ramcart.emd >+%%DATADIR%%/emd/c128-reu.emd >+%%DATADIR%%/emd/c128-vdc.emd >+%%DATADIR%%/emd/c16-ram.emd >+%%DATADIR%%/emd/c64-c256k.emd >+%%DATADIR%%/emd/c64-dqbb.emd >+%%DATADIR%%/emd/c64-georam.emd >+%%DATADIR%%/emd/c64-isepic.emd >+%%DATADIR%%/emd/c64-ram.emd >+%%DATADIR%%/emd/c64-ramcart.emd >+%%DATADIR%%/emd/c64-reu.emd >+%%DATADIR%%/emd/c64-vdc.emd >+%%DATADIR%%/emd/cbm510-ram.emd >+%%DATADIR%%/emd/cbm610-ram.emd >+%%DATADIR%%/emd/dtv-himem.emd >+%%DATADIR%%/emd/geos-vdc.emd >+%%DATADIR%%/include/6502.h >+%%DATADIR%%/include/_6522.h >+%%DATADIR%%/include/_6525.h >+%%DATADIR%%/include/_6526.h >+%%DATADIR%%/include/_6545.h >+%%DATADIR%%/include/_6551.h >+%%DATADIR%%/include/_antic.h >+%%DATADIR%%/include/_gtia.h >+%%DATADIR%%/include/_heap.h >+%%DATADIR%%/include/_mikey.h >+%%DATADIR%%/include/_pbi.h >+%%DATADIR%%/include/_pia.h >+%%DATADIR%%/include/_pokey.h >+%%DATADIR%%/include/_sid.h >+%%DATADIR%%/include/_suzy.h >+%%DATADIR%%/include/_ted.h >+%%DATADIR%%/include/_vdc.h >+%%DATADIR%%/include/_vic.h >+%%DATADIR%%/include/_vic2.h >+%%DATADIR%%/include/ace.h >+%%DATADIR%%/include/apple2.h >+%%DATADIR%%/include/apple2enh.h >+%%DATADIR%%/include/assert.h >+%%DATADIR%%/include/atari.h >+%%DATADIR%%/include/atari5200.h >+%%DATADIR%%/include/atmos.h >+%%DATADIR%%/include/c128.h >+%%DATADIR%%/include/c16.h >+%%DATADIR%%/include/c64.h >+%%DATADIR%%/include/cbm.h >+%%DATADIR%%/include/cbm264.h >+%%DATADIR%%/include/cbm510.h >+%%DATADIR%%/include/cbm610.h >+%%DATADIR%%/include/cbm_filetype.h >+%%DATADIR%%/include/cc65.h >+%%DATADIR%%/include/conio.h >+%%DATADIR%%/include/ctype.h >+%%DATADIR%%/include/dbg.h >+%%DATADIR%%/include/device.h >+%%DATADIR%%/include/dio.h >+%%DATADIR%%/include/dirent.h >+%%DATADIR%%/include/em.h >+%%DATADIR%%/include/em/em-kernel.h >+%%DATADIR%%/include/errno.h >+%%DATADIR%%/include/fcntl.h >+%%DATADIR%%/include/geos.h >+%%DATADIR%%/include/geos/gconst.h >+%%DATADIR%%/include/geos/gdisk.h >+%%DATADIR%%/include/geos/gdlgbox.h >+%%DATADIR%%/include/geos/gfile.h >+%%DATADIR%%/include/geos/ggraph.h >+%%DATADIR%%/include/geos/gmemory.h >+%%DATADIR%%/include/geos/gmenu.h >+%%DATADIR%%/include/geos/gprocess.h >+%%DATADIR%%/include/geos/gsprite.h >+%%DATADIR%%/include/geos/gstruct.h >+%%DATADIR%%/include/geos/gsym.h >+%%DATADIR%%/include/geos/gsys.h >+%%DATADIR%%/include/inttypes.h >+%%DATADIR%%/include/iso646.h >+%%DATADIR%%/include/joystick.h >+%%DATADIR%%/include/joystick/joy-kernel.h >+%%DATADIR%%/include/limits.h >+%%DATADIR%%/include/locale.h >+%%DATADIR%%/include/lynx.h >+%%DATADIR%%/include/modload.h >+%%DATADIR%%/include/mouse.h >+%%DATADIR%%/include/mouse/mouse-kernel.h >+%%DATADIR%%/include/nes.h >+%%DATADIR%%/include/o65.h >+%%DATADIR%%/include/peekpoke.h >+%%DATADIR%%/include/pen.h >+%%DATADIR%%/include/pet.h >+%%DATADIR%%/include/plus4.h >+%%DATADIR%%/include/serial.h >+%%DATADIR%%/include/setjmp.h >+%%DATADIR%%/include/signal.h >+%%DATADIR%%/include/stdarg.h >+%%DATADIR%%/include/stdbool.h >+%%DATADIR%%/include/stddef.h >+%%DATADIR%%/include/stdint.h >+%%DATADIR%%/include/stdio.h >+%%DATADIR%%/include/stdlib.h >+%%DATADIR%%/include/string.h >+%%DATADIR%%/include/supervision.h >+%%DATADIR%%/include/sys/types.h >+%%DATADIR%%/include/sys/utsname.h >+%%DATADIR%%/include/tgi.h >+%%DATADIR%%/include/tgi/tgi-error.h >+%%DATADIR%%/include/tgi/tgi-kernel.h >+%%DATADIR%%/include/tgi/tgi-vectorfont.h >+%%DATADIR%%/include/time.h >+%%DATADIR%%/include/unistd.h >+%%DATADIR%%/include/vic20.h >+%%DATADIR%%/include/zlib.h >+%%DATADIR%%/joy/a2.stdjoy.joy >+%%DATADIR%%/joy/a2e.stdjoy.joy >+%%DATADIR%%/joy/atmos-pase.joy >+%%DATADIR%%/joy/atr5200std.joy >+%%DATADIR%%/joy/atrmj8.joy >+%%DATADIR%%/joy/atrstd.joy >+%%DATADIR%%/joy/atrxmj8.joy >+%%DATADIR%%/joy/atrxstd.joy >+%%DATADIR%%/joy/c128-ptvjoy.joy >+%%DATADIR%%/joy/c128-stdjoy.joy >+%%DATADIR%%/joy/c16-stdjoy.joy >+%%DATADIR%%/joy/c64-hitjoy.joy >+%%DATADIR%%/joy/c64-numpad.joy >+%%DATADIR%%/joy/c64-ptvjoy.joy >+%%DATADIR%%/joy/c64-stdjoy.joy >+%%DATADIR%%/joy/cbm510-std.joy >+%%DATADIR%%/joy/geos-stdjoy.joy >+%%DATADIR%%/joy/lynx-stdjoy.joy >+%%DATADIR%%/joy/nes-stdjoy.joy >+%%DATADIR%%/joy/pet-ptvjoy.joy >+%%DATADIR%%/joy/pet-stdjoy.joy >+%%DATADIR%%/joy/plus4-stdjoy.joy >+%%DATADIR%%/joy/vic20-ptvjoy.joy >+%%DATADIR%%/joy/vic20-stdjoy.joy >+%%DATADIR%%/lib/apple2-iobuf-0800.o >+%%DATADIR%%/lib/apple2.lib >+%%DATADIR%%/lib/apple2enh-iobuf-0800.o >+%%DATADIR%%/lib/apple2enh.lib >+%%DATADIR%%/lib/atari.lib >+%%DATADIR%%/lib/atari5200.lib >+%%DATADIR%%/lib/atarixl.lib >+%%DATADIR%%/lib/atmos.lib >+%%DATADIR%%/lib/c128.lib >+%%DATADIR%%/lib/c16.lib >+%%DATADIR%%/lib/c64.lib >+%%DATADIR%%/lib/cbm510.lib >+%%DATADIR%%/lib/cbm610.lib >+%%DATADIR%%/lib/geos-apple.lib >+%%DATADIR%%/lib/geos-cbm.lib >+%%DATADIR%%/lib/lynx.lib >+%%DATADIR%%/lib/nes.lib >+%%DATADIR%%/lib/pet.lib >+%%DATADIR%%/lib/plus4.lib >+%%DATADIR%%/lib/sim6502.lib >+%%DATADIR%%/lib/sim65c02.lib >+%%DATADIR%%/lib/supervision.lib >+%%DATADIR%%/lib/vic20.lib >+%%DATADIR%%/mou/a2.stdmou.mou >+%%DATADIR%%/mou/a2e.stdmou.mou >+%%DATADIR%%/mou/atrami.mou >+%%DATADIR%%/mou/atrjoy.mou >+%%DATADIR%%/mou/atrst.mou >+%%DATADIR%%/mou/atrtrk.mou >+%%DATADIR%%/mou/atrtt.mou >+%%DATADIR%%/mou/atrxami.mou >+%%DATADIR%%/mou/atrxjoy.mou >+%%DATADIR%%/mou/atrxst.mou >+%%DATADIR%%/mou/atrxtrk.mou >+%%DATADIR%%/mou/atrxtt.mou >+%%DATADIR%%/mou/c128-1351.mou >+%%DATADIR%%/mou/c128-inkwell.mou >+%%DATADIR%%/mou/c128-joy.mou >+%%DATADIR%%/mou/c128-pot.mou >+%%DATADIR%%/mou/c64-1351.mou >+%%DATADIR%%/mou/c64-inkwell.mou >+%%DATADIR%%/mou/c64-joy.mou >+%%DATADIR%%/mou/c64-pot.mou >+%%DATADIR%%/mou/cbm510-inkwl.mou >+%%DATADIR%%/mou/cbm510-joy.mou >+%%DATADIR%%/ser/a2.ssc.ser >+%%DATADIR%%/ser/a2e.ssc.ser >+%%DATADIR%%/ser/atmos-acia.ser >+%%DATADIR%%/ser/atrrdev.ser >+%%DATADIR%%/ser/atrxrdev.ser >+%%DATADIR%%/ser/c128-swlink.ser >+%%DATADIR%%/ser/c64-swlink.ser >+%%DATADIR%%/ser/cbm510-std.ser >+%%DATADIR%%/ser/cbm610-std.ser >+%%DATADIR%%/ser/lynx-comlynx.ser >+%%DATADIR%%/ser/plus4-stdser.ser >+%%DATADIR%%/targetutil/convert.system >+%%DATADIR%%/targetutil/loader.system >+%%DATADIR%%/targetutil/w2cas.com >+%%DATADIR%%/tgi/a2.hi.tgi >+%%DATADIR%%/tgi/a2.lo.tgi >+%%DATADIR%%/tgi/a2e.hi.tgi >+%%DATADIR%%/tgi/a2e.lo.tgi >+%%DATADIR%%/tgi/atmos-228-200-3.tgi >+%%DATADIR%%/tgi/atmos-240-200-2.tgi >+%%DATADIR%%/tgi/atr10.tgi >+%%DATADIR%%/tgi/atr10p2.tgi >+%%DATADIR%%/tgi/atr11.tgi >+%%DATADIR%%/tgi/atr14.tgi >+%%DATADIR%%/tgi/atr15.tgi >+%%DATADIR%%/tgi/atr15p2.tgi >+%%DATADIR%%/tgi/atr3.tgi >+%%DATADIR%%/tgi/atr4.tgi >+%%DATADIR%%/tgi/atr5.tgi >+%%DATADIR%%/tgi/atr6.tgi >+%%DATADIR%%/tgi/atr7.tgi >+%%DATADIR%%/tgi/atr8.tgi >+%%DATADIR%%/tgi/atr8p2.tgi >+%%DATADIR%%/tgi/atr9.tgi >+%%DATADIR%%/tgi/atr9p2.tgi >+%%DATADIR%%/tgi/atrx10.tgi >+%%DATADIR%%/tgi/atrx10p2.tgi >+%%DATADIR%%/tgi/atrx11.tgi >+%%DATADIR%%/tgi/atrx14.tgi >+%%DATADIR%%/tgi/atrx15.tgi >+%%DATADIR%%/tgi/atrx15p2.tgi >+%%DATADIR%%/tgi/atrx3.tgi >+%%DATADIR%%/tgi/atrx4.tgi >+%%DATADIR%%/tgi/atrx5.tgi >+%%DATADIR%%/tgi/atrx6.tgi >+%%DATADIR%%/tgi/atrx7.tgi >+%%DATADIR%%/tgi/atrx8.tgi >+%%DATADIR%%/tgi/atrx8p2.tgi >+%%DATADIR%%/tgi/atrx9.tgi >+%%DATADIR%%/tgi/atrx9p2.tgi >+%%DATADIR%%/tgi/c128-vdc.tgi >+%%DATADIR%%/tgi/c128-vdc2.tgi >+%%DATADIR%%/tgi/c64-hi.tgi >+%%DATADIR%%/tgi/geos-tgi.tgi >+%%DATADIR%%/tgi/lynx-160-102-16.tgi >+%%DATADIR%%/tgi/nes-64-56-2.tgi >+%%PORTDOCS%%%%DOCSDIR%%/html/apple2.html >+%%PORTDOCS%%%%DOCSDIR%%/html/apple2enh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ar65.html >+%%PORTDOCS%%%%DOCSDIR%%/html/atari.html >+%%PORTDOCS%%%%DOCSDIR%%/html/atari5200.html >+%%PORTDOCS%%%%DOCSDIR%%/html/atmos.html >+%%PORTDOCS%%%%DOCSDIR%%/html/c128.html >+%%PORTDOCS%%%%DOCSDIR%%/html/c16.html >+%%PORTDOCS%%%%DOCSDIR%%/html/c64.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ca65.html >+%%PORTDOCS%%%%DOCSDIR%%/html/cbm510.html >+%%PORTDOCS%%%%DOCSDIR%%/html/cbm610.html >+%%PORTDOCS%%%%DOCSDIR%%/html/cc65.html >+%%PORTDOCS%%%%DOCSDIR%%/html/cl65.html >+%%PORTDOCS%%%%DOCSDIR%%/html/co65.html >+%%PORTDOCS%%%%DOCSDIR%%/html/coding.html >+%%PORTDOCS%%%%DOCSDIR%%/html/customizing.html >+%%PORTDOCS%%%%DOCSDIR%%/html/da65.html >+%%PORTDOCS%%%%DOCSDIR%%/html/debugging.html >+%%PORTDOCS%%%%DOCSDIR%%/html/dio.html >+%%PORTDOCS%%%%DOCSDIR%%/html/doc.css >+%%PORTDOCS%%%%DOCSDIR%%/html/doc.png >+%%PORTDOCS%%%%DOCSDIR%%/html/funcref.html >+%%PORTDOCS%%%%DOCSDIR%%/html/geos.html >+%%PORTDOCS%%%%DOCSDIR%%/html/grc65.html >+%%PORTDOCS%%%%DOCSDIR%%/html/index.html >+%%PORTDOCS%%%%DOCSDIR%%/html/intro.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ld65.html >+%%PORTDOCS%%%%DOCSDIR%%/html/library.html >+%%PORTDOCS%%%%DOCSDIR%%/html/lynx.html >+%%PORTDOCS%%%%DOCSDIR%%/html/nes.html >+%%PORTDOCS%%%%DOCSDIR%%/html/od65.html >+%%PORTDOCS%%%%DOCSDIR%%/html/pet.html >+%%PORTDOCS%%%%DOCSDIR%%/html/plus4.html >+%%PORTDOCS%%%%DOCSDIR%%/html/smc.html >+%%PORTDOCS%%%%DOCSDIR%%/html/sp65.html >+%%PORTDOCS%%%%DOCSDIR%%/html/supervision.html >+%%PORTDOCS%%%%DOCSDIR%%/html/using-make.html >+%%PORTDOCS%%%%DOCSDIR%%/html/vic20.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195350
:
149802
| 150214