Date: Sat, 20 Mar 2004 23:06:20 +0100 From: "Joachim Strombergson" <watchman@ludd.ltu.se> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/64521: Maintainer update of cc65 port to version 2.10 Message-ID: <1079820380.0@fetis.ninja.se> Resent-Message-ID: <200403202210.i2KMABp9084369@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64521 >Category: ports >Synopsis: Maintainer update of cc65 port to version 2.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Mar 20 14:10:11 PST 2004 >Closed-Date: >Last-Modified: >Originator: Joachim Strombergson >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD 5.2-CURRENT #4: Thu Mar 18 22:29:13 CET 2004 js@fetis.ninja.se:/usr/obj/usr/src/sys/ATHLON >Description: This PR contains patches to update the port of cc65 (in devel/cc65) to version 2.10.0. This update brings lot of new library functions for platforms, graphics etc. For full information on the changes, see the announcement: http://www.cc65.org/doc/announce.txt I also took the opportunity to clean up the pkg-plist a bit to make it easier to update in the future. >How-To-Repeat: Apply the patches. >Fix: --- Makefile.patch begins here --- --- Makefile Sat Feb 7 00:21:11 2004 +++ Makefile Sat Mar 20 18:22:13 2004 @@ -6,7 +6,7 @@ # PORTNAME= cc65 -PORTVERSION= 2.9.3 +PORTVERSION= 2.10.0a PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.musoftware.de/pub/uz/cc65/ \ --- Makefile.patch ends here --- --- distinfo.patch begins here --- --- distinfo Wed Jan 7 18:01:57 2004 +++ distinfo Sat Mar 20 18:22:56 2004 @@ -1 +1 @@ -MD5 (cc65-sources-2.9.3.tar.bz2) = 255a231cd475852545a5bad1d21e867d +MD5 (cc65-sources-2.10.0a.tar.bz2) = 820def22d8f6348c3d7b55d82c02f4db --- distinfo.patch ends here --- --- pkg-plist.patch begins here --- --- pkg-plist Thu May 22 23:32:42 2003 +++ pkg-plist Sat Mar 20 22:50:27 2004 @@ -1,6 +1,8 @@ %%PORTDOCS%%share/doc/cc65/samples/Makefile %%PORTDOCS%%share/doc/cc65/samples/README +%%PORTDOCS%%share/doc/cc65/samples/ascii.c %%PORTDOCS%%share/doc/cc65/samples/fire.c +%%PORTDOCS%%share/doc/cc65/samples/gunzip65.c %%PORTDOCS%%share/doc/cc65/samples/hello.c %%PORTDOCS%%share/doc/cc65/samples/mousedemo.c %%PORTDOCS%%share/doc/cc65/samples/nachtm.c @@ -11,6 +13,7 @@ %%PORTDOCS%%share/doc/cc65/samples/geos/apphello1.grc %%PORTDOCS%%share/doc/cc65/samples/geos/apphello2.grc %%PORTDOCS%%share/doc/cc65/samples/geos/apprmvprot.grc +%%PORTDOCS%%share/doc/cc65/samples/geos/appvector-demo.grc %%PORTDOCS%%share/doc/cc65/samples/geos/appyesno.grc %%PORTDOCS%%share/doc/cc65/samples/geos/dialog.c %%PORTDOCS%%share/doc/cc65/samples/geos/filesel.c @@ -22,6 +25,7 @@ %%PORTDOCS%%share/doc/cc65/samples/geos/inittab.c %%PORTDOCS%%share/doc/cc65/samples/geos/menu.c %%PORTDOCS%%share/doc/cc65/samples/geos/rmvprot.c +%%PORTDOCS%%share/doc/cc65/samples/geos/vector-demo.c %%PORTDOCS%%share/doc/cc65/samples/geos/yesno.c %%PORTDOCS%%share/doc/cc65/samples/geos/ca65-vlir/Makefile %%PORTDOCS%%share/doc/cc65/samples/geos/ca65-vlir/cvthead.grc @@ -38,12 +42,22 @@ share/doc/cc65/CREDITS share/doc/cc65/Makefile share/doc/cc65/Makefile.orig +share/doc/cc65/announce.txt +share/doc/cc65/apple2.sgml share/doc/cc65/ar65.sgml +share/doc/cc65/atari.sgml +share/doc/cc65/c128.sgml +share/doc/cc65/c16.sgml +share/doc/cc65/c64.sgml share/doc/cc65/ca65.sgml +share/doc/cc65/ca65html.sgml +share/doc/cc65/cbm610.sgml share/doc/cc65/cc65.sgml share/doc/cc65/cl65.sgml +share/doc/cc65/co65.sgml share/doc/cc65/coding.sgml share/doc/cc65/compile.txt +share/doc/cc65/da65.sgml share/doc/cc65/debugging.sgml share/doc/cc65/dio.sgml share/doc/cc65/funcref.sgml @@ -55,32 +69,55 @@ share/doc/cc65/ld65.sgml share/doc/cc65/library.sgml share/doc/cc65/newvers.txt +share/doc/cc65/plus4.sgml share/doc/cc65/readme.1st -share/doc/cc65/announce.txt %%PORTDOCS%%@dirrm share/doc/cc65 bin/ar65 bin/ca65 +bin/ca65html bin/cc65 bin/cl65 bin/da65 bin/grc bin/ld65 bin/od65 -bin/ca65html lib/cc65/asminc/_file.inc lib/cc65/asminc/_heap.inc +lib/cc65/asminc/atari.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/joy-error.inc +lib/cc65/asminc/joy-kernel.inc lib/cc65/asminc/modload.inc lib/cc65/asminc/o65.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/tgi-error.inc lib/cc65/asminc/tgi-kernel.inc lib/cc65/asminc/tgi-mode.inc +lib/cc65/asminc/utsname.inc lib/cc65/asminc/zeropage.inc +lib/cc65/emd/a2.lc.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/geos-vdc.emd lib/cc65/include/6502.h lib/cc65/include/_6525.h lib/cc65/include/_6526.h @@ -88,10 +125,12 @@ 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 @@ -109,7 +148,6 @@ lib/cc65/include/cbm610.h lib/cc65/include/conio.h lib/cc65/include/ctype.h -lib/cc65/include/em/em-kernel.h lib/cc65/include/dbg.h lib/cc65/include/dio.h lib/cc65/include/em.h @@ -122,21 +160,29 @@ lib/cc65/include/locale.h lib/cc65/include/modload.h lib/cc65/include/mouse.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/tgi.h lib/cc65/include/time.h +lib/cc65/include/unistd.h lib/cc65/include/vic20.h lib/cc65/include/zlib.h +lib/cc65/include/em/em-kernel.h lib/cc65/include/geos/gconst.h lib/cc65/include/geos/gdisk.h lib/cc65/include/geos/gdlgbox.h @@ -149,10 +195,15 @@ lib/cc65/include/geos/gstruct.h lib/cc65/include/geos/gsym.h lib/cc65/include/geos/gsys.h +lib/cc65/include/joystick/joy-kernel.h +lib/cc65/include/sys/types.h +lib/cc65/include/sys/utsname.h lib/cc65/include/tgi/tgi-error.h lib/cc65/include/tgi/tgi-kernel.h lib/cc65/include/tgi/tgi-mode.h @dirrm lib/cc65/include/tgi +@dirrm lib/cc65/include/sys +@dirrm lib/cc65/include/joystick @dirrm lib/cc65/include/geos @dirrm lib/cc65/include/em @dirrm lib/cc65/include @@ -174,21 +225,22 @@ lib/cc65/lib/cbm610.o lib/cc65/lib/geos.lib lib/cc65/lib/geos.o +lib/cc65/lib/nes.lib +lib/cc65/lib/nes.o lib/cc65/lib/pet.lib lib/cc65/lib/pet.o lib/cc65/lib/plus4.lib lib/cc65/lib/plus4.o +lib/cc65/lib/supervision.lib +lib/cc65/lib/supervision.o lib/cc65/lib/vic20.lib lib/cc65/lib/vic20.o -lib/cc65/emd/c128-georam.emd -lib/cc65/emd/c128-ram.emd -lib/cc65/emd/c128-reu.emd -lib/cc65/emd/c64-georam.emd -lib/cc65/emd/c64-ram.emd -lib/cc65/emd/c64-reu.emd -lib/cc65/emd/cbm510-ram.emd -lib/cc65/emd/cbm610-ram.emd +lib/cc65/tgi/a2.hi.tgi +lib/cc65/tgi/a2.lo.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 @dirrm lib/cc65/emd @dirrm lib/cc65/lib @dirrm lib/cc65/tgi --- pkg-plist.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1079820380.0>