Index: head/emulators/vice/Makefile =================================================================== --- head/emulators/vice/Makefile (revision 150306) +++ head/emulators/vice/Makefile (revision 150307) @@ -1,80 +1,108 @@ # New ports collection makefile for: vice # Date created: Mar 28, 1998 # Whom: dchapes@ddm.on.ca # # $FreeBSD$ PORTNAME= vice -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= emulators MASTER_SITES= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \ ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ PKGNAMESUFFIX?= ${GNOME_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Emulator for Commodore's C64, C128, VIC20, PET, and CBM-II +LIB_DEPENDS= png:${PORTSDIR}/graphics/png .if !defined(VICE_WITH_GNOME) -LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d .endif RESTRICTED= ROMs are copyrighted by Commodore Business Machines USE_XPM= yes USE_REINPLACE= yes GNU_CONFIGURE= yes MAKE_ENV+= MAKEINFOFLAGS="--no-split" .if defined(VICE_WITH_GNOME) GNOME_SUFFIX= -gnome USE_GNOME= gnomelibs CONFIGURE_ARGS= --enable-gnomeui CONFLICTS?= vice-1.* .else CONFIGURE_ARGS= --with-xaw3d CONFLICTS?= vice-gnome-1.* .endif +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INFO= vice MAN1= vice.1 c1541.1 petcat.1 MLINKS= vice.1 x64.1 \ vice.1 x128.1 \ vice.1 xvic.1 \ vice.1 xpet.1 \ vice.1 xplus4.1 \ vice.1 xcbm2.1 +.include + +.if exists(${LOCALBASE}/include/esd.h) && !defined(WITHOUT_ESOUND) +WITH_ESOUND?=yes +.endif + +# will be picked up by configure +.if exists(${LOCALBASE}/include/ffmpeg/avformat.h) +LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg +.endif + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +LIBS+= -lgettextlib +.else +CONFIGURE_ARGS+= --disable-nls +.endif + .if !defined(WITHOUT_SDL) -USE_SDL= sdl +USE_SDL= sdl +CONFIGURE_ARGS+= --with-sdl +CFLAGS+= -DHAVE_LIBSDL=1 -DHAVE_SDL_SDL_AUDIO_H=1 +CPPFLAGS+= -I${LOCALBASE}/include/SDL11 .endif -.include +.if defined(WITH_ESOUND) +LIB_DEPENDS+= esd.2:${PORTSDIR}/audio/esound +CFLAGS+= -DHAVE_LIBESD=1 -DHAVE_SDL_SDL_AUDIO_H=1 +.else +CONFIGURE_ARGS+= --without-esd +.endif .if ${X_WINDOW_SYSTEM:L} != xfree86-3 BUILD_DEPENDS+= bdftopcf:${X_CLIENTS_PORT} .endif .if ${ARCH} == "alpha" && ${OSVERSION} < 500000 # ../src/resid/libresid.a(wave.o)(.rodata+0x0): relocation truncated to fit: GPREL32 *UND* BROKEN= "GPREL relocation truncated" .endif post-extract: @${RM} -f ${WRKSRC}/doc/vice.info* post-patch: ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ ${WRKSRC}/man/vice.1 - ${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG}|g" \ - -e "s|l-lesd|${SDL_CONFIG}|g" \ - ${WRKSRC}/configure pre-install: ${MKDIR} ${DOCSDIR} ${PREFIX}/lib/vice/fonts ${INSTALL_DATA} ${WRKSRC}/data/fonts/vice-cbm.bdf \ ${PREFIX}/lib/vice/fonts/ post-install: @${LN} -sf vice_toc.html ${DOCSDIR}/index.html .include Property changes on: head/emulators/vice/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/emulators/vice/distinfo =================================================================== --- head/emulators/vice/distinfo (revision 150306) +++ head/emulators/vice/distinfo (revision 150307) @@ -1,3 +1,3 @@ -MD5 (vice-1.17.tar.gz) = a3b70d5fcef0b345599b6d452401e18e -SHA256 (vice-1.17.tar.gz) = cb7bed2e200ea53d207a627f7d758c6daffe0461edf7ceb9654d1f3363c53a1d -SIZE (vice-1.17.tar.gz) = 4412711 +MD5 (vice-1.18.tar.gz) = 44266d2427510adcac58cbf58da05be1 +SHA256 (vice-1.18.tar.gz) = dfc78cb3d3e91527f3c9c40ada9e9c8fe51e7f165887a1d1b9db5a11e8934718 +SIZE (vice-1.18.tar.gz) = 4733819 Property changes on: head/emulators/vice/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/emulators/vice/files/patch-sound =================================================================== --- head/emulators/vice/files/patch-sound (revision 150306) +++ head/emulators/vice/files/patch-sound (nonexistent) @@ -1,51 +0,0 @@ ---- configure.orig Mon Oct 3 00:50:43 2005 -+++ configure Tue Oct 25 11:03:40 2005 -@@ -11670,7 +11670,8 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lesd $SOUND_LIBS $LIBS" -+LIBS="`esd-config --libs` $SOUND_LIBS $LIBS" -+CPPFLAGS="`esd-config --cflags` $CPPFLAGS" - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - /* confdefs.h. */ -@@ -11720,7 +11721,7 @@ - echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6 - if test $ac_cv_lib_esd_esd_open_sound = yes; then - SOUND_DRIVERS="$SOUND_DRIVERS soundesd.o"; -- SOUND_LIBS="$SOUND_LIBS -lesd"; break -+ SOUND_LIBS="$SOUND_LIBS `esd-config --libs`"; break - fi - - fi -@@ -11735,7 +11736,7 @@ - CFLAGS="$CFLAGS `sdl-config --cflags`" - LIBS="$LIBS `sdl-config --libs`" - --for ac_header in SDL/SDL_audio.h -+for ac_header in SDL/SDL_audio.h SDL_audio.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - if eval "test \"\${$as_ac_Header+set}\" = set"; then -@@ -11877,7 +11878,8 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lSDL $SOUND_LIBS $LIBS" -+LIBS="`sdl-config --libs` $SOUND_LIBS $LIBS" -+CFLAGS="`sdl-config --cflags` $CFLAGS" - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - /* confdefs.h. */ ---- src/sounddrv/soundsdl.c.orig Sat Jan 12 21:35:58 2002 -+++ src/sounddrv/soundsdl.c Fri Feb 14 03:13:41 2003 -@@ -26,7 +26,7 @@ - - /* XXX: includes */ - --#include -+#include - #include - - #include "vice.h" Property changes on: head/emulators/vice/files/patch-sound ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.4 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/emulators/vice/files/patch-configure =================================================================== --- head/emulators/vice/files/patch-configure (nonexistent) +++ head/emulators/vice/files/patch-configure (revision 150307) @@ -0,0 +1,61 @@ +--- configure.orig Sun Nov 20 20:43:14 2005 ++++ configure Sat Dec 3 21:00:06 2005 +@@ -1318,7 +1318,7 @@ + + + +-if test x"$VICE_VERSION_BUILD" == "x" -o x"$VICE_VERSION_BUILD" == "x0" ; then ++if test x"$VICE_VERSION_BUILD" = "x" -o x"$VICE_VERSION_BUILD" = "x0" ; then + VICE_VERSION=$VICE_VERSION_MAJOR"."$VICE_VERSION_MINOR + else + VICE_VERSION=$VICE_VERSION_MAJOR"."$VICE_VERSION_MINOR"."$VICE_VERSION_BUILD +@@ -1718,7 +1718,7 @@ + ac_config_headers="$ac_config_headers src/config.h" + + +-if test x"$VICE_VERSION_BUILD" == "x" -o x"$VICE_VERSION_BUILD" == "x0" ; then ++if test x"$VICE_VERSION_BUILD" = "x" -o x"$VICE_VERSION_BUILD" = "x0" ; then + VERSION_RC=$VICE_VERSION_MAJOR","$VICE_VERSION_MINOR",0,0" + else + VERSION_RC=$VICE_VERSION_MAJOR","$VICE_VERSION_MINOR","$VICE_VERSION_BUILD",0" +@@ -6080,7 +6080,7 @@ + fi + + if test x"$with_sdl" = "xyes"; then +- for ac_prog in sdl-config ++ for ac_prog in ${SDL_CONFIG##*/} + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +@@ -12594,6 +12594,7 @@ + else + ac_check_lib_save_LIBS=$LIBS + LIBS="-lesd $SOUND_LIBS $LIBS" ++CPPFLAGS="`esd-config --cflags` $CPPFLAGS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + /* confdefs.h. */ +@@ -12655,10 +12656,10 @@ + if test x"$with_sdl" = "xyes"; then + old_cflags=$CFLAGS + old_libs=$LIBS +- CFLAGS="$CFLAGS `sdl-config --cflags`" +- LIBS="$LIBS `sdl-config --libs`" ++ CFLAGS="$CFLAGS `${SDL_CONFIG} --cflags`" ++ LIBS="$LIBS `${SDL_CONFIG} --libs`" + +-for ac_header in SDL/SDL_audio.h ++for ac_header in SDL_audio.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + if eval "test \"\${$as_ac_Header+set}\" = set"; then +@@ -12800,7 +12801,8 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lSDL $SOUND_LIBS $LIBS" ++LIBS="`${SDL_CONFIG} --libs` $SOUND_LIBS $LIBS" ++CFLAGS="`${SDL_CONFIG} --cflags` $CFLAGS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + /* confdefs.h. */ Property changes on: head/emulators/vice/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/emulators/vice/files/patch-network.c =================================================================== --- head/emulators/vice/files/patch-network.c (nonexistent) +++ head/emulators/vice/files/patch-network.c (revision 150307) @@ -0,0 +1,12 @@ +--- src/network.c.orig Sat Nov 19 15:36:06 2005 ++++ src/network.c Sat Dec 3 17:38:37 2005 +@@ -35,8 +35,8 @@ + #ifdef WIN32 + #include + #else +-#include + #include ++#include + #include + #include + #include Property changes on: head/emulators/vice/files/patch-network.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/emulators/vice/files/patch-sound.c =================================================================== --- head/emulators/vice/files/patch-sound.c (nonexistent) +++ head/emulators/vice/files/patch-sound.c (revision 150307) @@ -0,0 +1,11 @@ +--- src/sound.c.orig Wed Sep 14 22:27:31 2005 ++++ src/sound.c Sat Dec 3 18:54:20 2005 +@@ -1233,7 +1233,7 @@ + + /* don't use uss for FreeBSD or BSDI */ + +-#if !defined(__FreeBSD__) && !defined(__bsdi__) ++#if !defined(__bsdi__) + sound_init_uss_device(); + #endif + #endif Property changes on: head/emulators/vice/files/patch-sound.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/emulators/vice/files/patch-soundsdl.c =================================================================== --- head/emulators/vice/files/patch-soundsdl.c (nonexistent) +++ head/emulators/vice/files/patch-soundsdl.c (revision 150307) @@ -0,0 +1,11 @@ +--- src/sounddrv/soundsdl.c.orig Sat Jan 12 21:35:58 2002 ++++ src/sounddrv/soundsdl.c Fri Feb 14 03:13:41 2003 +@@ -26,7 +26,7 @@ + + /* XXX: includes */ + +-#include ++#include + #include + + #include "vice.h" Property changes on: head/emulators/vice/files/patch-soundsdl.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/emulators/vice/files/patch-sounduss.c =================================================================== --- head/emulators/vice/files/patch-sounduss.c (nonexistent) +++ head/emulators/vice/files/patch-sounduss.c (revision 150307) @@ -0,0 +1,11 @@ +--- src/sounddrv/sounduss.c.orig Sun May 29 19:05:49 2005 ++++ src/sounddrv/sounduss.c Sat Dec 3 19:09:24 2005 +@@ -30,7 +30,7 @@ + sound driver. For BSDI this uss sound driver should + not be used either. */ + +-#if !defined(__FreeBSD__) && !defined(__bsdi__) ++#if !defined(__bsdi__) + + #include "vice.h" + Property changes on: head/emulators/vice/files/patch-sounduss.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/emulators/vice/pkg-plist =================================================================== --- head/emulators/vice/pkg-plist (revision 150306) +++ head/emulators/vice/pkg-plist (revision 150307) @@ -1,232 +1,233 @@ bin/c1541 bin/petcat bin/vsid bin/x128 bin/x64 bin/xcbm2 bin/xpet bin/xplus4 bin/xvic lib/vice/C128/basic64 lib/vice/C128/basichi lib/vice/C128/basiclo lib/vice/C128/beos_pos.vkm lib/vice/C128/beos_sym.vkm lib/vice/C128/c64hq.vpl lib/vice/C128/c64s.vpl lib/vice/C128/ccs64.vpl lib/vice/C128/chargde lib/vice/C128/chargen lib/vice/C128/chargfr lib/vice/C128/chargse lib/vice/C128/kernalde lib/vice/C128/kernalfi lib/vice/C128/kernalfr lib/vice/C128/kernalit lib/vice/C128/kernalno lib/vice/C128/kernalse lib/vice/C128/default.vpl lib/vice/C128/default.vrs lib/vice/C128/dos_pos.vkm lib/vice/C128/dos_sym.vkm lib/vice/C128/frodo.vpl lib/vice/C128/godot.vpl lib/vice/C128/kernal lib/vice/C128/kernal64 lib/vice/C128/os2.vkm lib/vice/C128/pc64.vpl lib/vice/C128/vdc_deft.vpl lib/vice/C128/vice.vpl lib/vice/C128/win_pos.vkm lib/vice/C128/win_sym.vkm lib/vice/C128/x11_pos.vkm lib/vice/C128/x11_sym.vkm lib/vice/C64/basic lib/vice/C64/beos_pos.vkm lib/vice/C64/beos_sym.vkm lib/vice/C64/c64hq.vpl lib/vice/C64/c64mem.sym lib/vice/C64/c64s.vpl lib/vice/C64/ccs64.vpl lib/vice/C64/chargen lib/vice/C64/default.vpl lib/vice/C64/default.vrs lib/vice/C64/dos_pos.vkm lib/vice/C64/dos_sym.vkm lib/vice/C64/frodo.vpl lib/vice/C64/godot.vpl lib/vice/C64/kernal lib/vice/C64/os2.vkm lib/vice/C64/os2_sym.vkm lib/vice/C64/pc64.vpl lib/vice/C64/vice.vpl lib/vice/C64/win_pos.vkm lib/vice/C64/win_sym_de.vkm lib/vice/C64/win_sym_us.vkm lib/vice/C64/x11_pos.vkm lib/vice/C64/x11_sym.vkm lib/vice/CBM-II/amber.vpl lib/vice/CBM-II/basic.128 lib/vice/CBM-II/basic.256 lib/vice/CBM-II/basic.500 lib/vice/CBM-II/beos_bukp.vkm lib/vice/CBM-II/beos_buks.vkm lib/vice/CBM-II/c64s.vpl lib/vice/CBM-II/c64hq.vpl lib/vice/CBM-II/ccs64.vpl lib/vice/CBM-II/chargen.500 lib/vice/CBM-II/chargen.600 lib/vice/CBM-II/chargen.700 lib/vice/CBM-II/default.vpl lib/vice/CBM-II/dos_bukp.vkm lib/vice/CBM-II/dos_buks.vkm lib/vice/CBM-II/frodo.vpl lib/vice/CBM-II/godot.vpl lib/vice/CBM-II/green.vpl lib/vice/CBM-II/kernal lib/vice/CBM-II/kernal.500 lib/vice/CBM-II/os2.vkm lib/vice/CBM-II/pc64.vpl lib/vice/CBM-II/rom128h.vrs lib/vice/CBM-II/rom128l.vrs lib/vice/CBM-II/rom256h.vrs lib/vice/CBM-II/rom256l.vrs lib/vice/CBM-II/rom500.vrs lib/vice/CBM-II/white.vpl lib/vice/CBM-II/win_pos_uk.vkm lib/vice/CBM-II/win_sym_uk.vkm lib/vice/CBM-II/x11_buks.vkm lib/vice/DRIVES/d1541II lib/vice/DRIVES/dos1001 lib/vice/DRIVES/dos1541 lib/vice/DRIVES/dos1551 lib/vice/DRIVES/dos1570 lib/vice/DRIVES/dos1571 lib/vice/DRIVES/d1571cr lib/vice/DRIVES/dos1581 lib/vice/DRIVES/dos2031 lib/vice/DRIVES/dos2040 lib/vice/DRIVES/dos3040 lib/vice/DRIVES/dos4040 lib/vice/PET/amber.vpl lib/vice/PET/basic1 lib/vice/PET/basic2 lib/vice/PET/basic4 lib/vice/PET/beos_bgrs.vkm lib/vice/PET/beos_buks.vkm lib/vice/PET/chargen lib/vice/PET/chargen.de lib/vice/PET/dos_bgrs.vkm lib/vice/PET/dos_buks.vkm lib/vice/PET/edit1g lib/vice/PET/edit2b lib/vice/PET/edit2g lib/vice/PET/edit4b40 lib/vice/PET/edit4b80 lib/vice/PET/edit4g40 lib/vice/PET/green.vpl lib/vice/PET/kernal1 lib/vice/PET/kernal2 lib/vice/PET/kernal4 lib/vice/PET/os2.vkm lib/vice/PET/os2_40.vkm lib/vice/PET/rom1g.vrs lib/vice/PET/rom2b.vrs lib/vice/PET/rom2g.vrs lib/vice/PET/rom4b40.vrs lib/vice/PET/rom4b80.vrs lib/vice/PET/rom4g40.vrs lib/vice/PET/white.vpl lib/vice/PET/win_sym_gr.vkm lib/vice/PET/win_sym_uk.vkm lib/vice/PET/x11_bdep.vkm lib/vice/PET/x11_bdes.vkm lib/vice/PET/x11_bgrs.vkm lib/vice/PET/x11_buks.vkm lib/vice/PLUS4/3plus1hi lib/vice/PLUS4/3plus1lo lib/vice/PLUS4/basic lib/vice/PLUS4/beos_pos.vkm lib/vice/PLUS4/beos_sym.vkm lib/vice/PLUS4/default.vpl lib/vice/PLUS4/default.vrs lib/vice/PLUS4/dos_pos.vkm lib/vice/PLUS4/dos_sym.vkm lib/vice/PLUS4/kernal lib/vice/PLUS4/os2.vkm lib/vice/PLUS4/vice.vpl lib/vice/PLUS4/win_pos.vkm lib/vice/PLUS4/win_sym.vkm lib/vice/PLUS4/x11_pos.vkm lib/vice/PLUS4/x11_sym.vkm lib/vice/PRINTER/cbm1526 lib/vice/PRINTER/nl10-cbm lib/vice/PRINTER/mps801 lib/vice/PRINTER/mps803 lib/vice/PRINTER/mps803.vpl lib/vice/VIC20/basic lib/vice/VIC20/beos_pos.vkm lib/vice/VIC20/beos_sym.vkm lib/vice/VIC20/chargen lib/vice/VIC20/default.vpl lib/vice/VIC20/default.vrs lib/vice/VIC20/dos_pos.vkm lib/vice/VIC20/dos_sym.vkm lib/vice/VIC20/kernal lib/vice/VIC20/os2.vkm lib/vice/VIC20/win_pos.vkm lib/vice/VIC20/win_sym.vkm lib/vice/VIC20/x11_pos.vkm lib/vice/VIC20/x11_sym.vkm lib/vice/fonts/fonts.dir lib/vice/fonts/vice-cbm.pcf %%DOCSDIR%%/64doc.txt %%DOCSDIR%%/BUGS %%DOCSDIR%%/COPYING %%DOCSDIR%%/MSDOS-Ethernet-Howto.txt %%DOCSDIR%%/MSDOS-Howto.txt +%%DOCSDIR%%/MinixVmd-Howto.txt %%DOCSDIR%%/NEWS %%DOCSDIR%%/NLS-Howto.txt %%DOCSDIR%%/PETdoc.txt %%DOCSDIR%%/Readme.beos %%DOCSDIR%%/Readme.dos %%DOCSDIR%%/ReadmeMacOSX.txt %%DOCSDIR%%/TODO %%DOCSDIR%%/Walkthrough-Howto.txt %%DOCSDIR%%/Win32-Howto.txt %%DOCSDIR%%/cbm_basic_tokens.txt %%DOCSDIR%%/drive_info.txt %%DOCSDIR%%/iec-bus.txt %%DOCSDIR%%/index.html %%DOCSDIR%%/mon.txt %%DOCSDIR%%/new.gif %%DOCSDIR%%/serial.txt %%DOCSDIR%%/vice_1.html %%DOCSDIR%%/vice_10.html %%DOCSDIR%%/vice_11.html %%DOCSDIR%%/vice_12.html %%DOCSDIR%%/vice_13.html %%DOCSDIR%%/vice_14.html %%DOCSDIR%%/vice_15.html %%DOCSDIR%%/vice_16.html %%DOCSDIR%%/vice_2.html %%DOCSDIR%%/vice_3.html %%DOCSDIR%%/vice_4.html %%DOCSDIR%%/vice_5.html %%DOCSDIR%%/vice_6.html %%DOCSDIR%%/vice_7.html %%DOCSDIR%%/vice_8.html %%DOCSDIR%%/vice_9.html %%DOCSDIR%%/vice_toc.html %%DOCSDIR%%/vice-logo.jpg @dirrm %%DOCSDIR%% @dirrm lib/vice/VIC20 @dirrm lib/vice/PLUS4 @dirrm lib/vice/PRINTER @dirrm lib/vice/PET @dirrm lib/vice/DRIVES @dirrm lib/vice/CBM-II @dirrm lib/vice/C64 @dirrm lib/vice/C128 @dirrm lib/vice/fonts @dirrm lib/vice Property changes on: head/emulators/vice/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property