Subject: pkg/23635: Update of lang/gforth to 0.6.2
To: None <gnats-bugs@gnats.netbsd.org>
From: Charlie Root <root@acad0039.act.uji.es>
List: netbsd-bugs
Date: 12/03/2003 11:08:59
>Number: 23635
>Category: pkg
>Synopsis: Update of lang/gforth to 0.6.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Dec 03 10:10:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: Jorge Acereda Macia
>Release: NetBSD 1.6ZF
>Organization:
>Environment:
System: NetBSD acad0039.act 1.6ZF NetBSD 1.6ZF (CENUTRIO) #6: Tue Dec 2 19:12:14 CET 2003 root@acad0039.act:/sys/arch/i386/compile/CENUTRIO i386
Architecture: i386
Machine: i386
>Description:
The following patch updates lang/gforth to the latest version
(0.6.2)
>How-To-Repeat:
>Fix:
Index: lang/gforth/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/gforth/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- lang/gforth/Makefile 2003/11/03 18:35:24 1.15
+++ lang/gforth/Makefile 2003/12/03 09:42:00
@@ -1,21 +1,22 @@
# $NetBSD: Makefile,v 1.15 2003/11/03 18:35:24 jmmv Exp $
-DISTNAME= gforth-0.5.0
-PKGREVISION= 1
+DISTNAME= gforth-0.6.2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gforth/}
+MASTER_SITES+= http://www.complang.tuwien.ac.at/forth/gforth/
-MAINTAINER= simonb@NetBSD.org
HOMEPAGE= http://www.complang.tuwien.ac.at/forth/gforth/
COMMENT= Fast interpreter for the Forth language
ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-m68k *-*-powerpc *-*-sparc
+USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
+
# Make sure elisp will be installed even if no emacs installed.
CONFIGURE_ENV+= EMACS=${PREFIX}/bin/emacs
CFLAGS+= -Dunix
-INFO_FILES= gforth.info
+INFO_FILES= gforth.info vmgen.info
PLIST_SRC= ${WRKDIR}/PLIST
@@ -29,5 +30,7 @@
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
+
+.include "../../devel/ffcall/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
Index: lang/gforth/PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/lang/gforth/PLIST,v
retrieving revision 1.6
diff -u -r1.6 PLIST
--- lang/gforth/PLIST 2003/07/05 10:41:35 1.6
+++ lang/gforth/PLIST 2003/12/03 09:42:00
@@ -1,10 +1,14 @@
-@comment $NetBSD: PLIST,v 1.6 2003/07/05 10:41:35 seb Exp $
-bin/${PKGNAME}
+@comment $NetBSD$
bin/gforth
+bin/${PKGNAME}
bin/gforth-fast
-bin/gforth-fast-0.5.0
+bin/gforth-fast-0.6.2
+bin/gforth-itc
+bin/gforth-itc-0.6.2
bin/gforthmi
-bin/gforthmi-0.5.0
+bin/gforthmi-0.6.2
+bin/vmgen
+bin/vmgen-0.6.2
info/gforth.info
info/gforth.info-1
info/gforth.info-10
@@ -12,6 +16,7 @@
info/gforth.info-12
info/gforth.info-13
info/gforth.info-14
+info/gforth.info-15
info/gforth.info-2
info/gforth.info-3
info/gforth.info-4
@@ -20,192 +25,227 @@
info/gforth.info-7
info/gforth.info-8
info/gforth.info-9
-lib/gforth/0.5.0/gforth-ditc
-lib/gforth/0.5.0/gforth.fi
+info/vmgen.info
+info/vmgen.info-1
+info/vmgen.info-2
+lib/gforth/0.6.2/gforth-ditc
+lib/gforth/0.6.2/gforth.fi
man/man1/gforth.1
share/emacs/site-lisp/gforth.el
-share/gforth/0.5.0/TAGS
-share/gforth/0.5.0/add.fs
-share/gforth/0.5.0/ans-report.fs
-share/gforth/0.5.0/ansi.fs
-share/gforth/0.5.0/answords.fs
-share/gforth/0.5.0/arch/386/asm.fs
-share/gforth/0.5.0/arch/386/disasm.fs
-share/gforth/0.5.0/arch/alpha/asm.fs
-share/gforth/0.5.0/arch/alpha/disasm.fs
-share/gforth/0.5.0/arch/mips/asm.fs
-share/gforth/0.5.0/arch/mips/disasm.fs
-share/gforth/0.5.0/arch/mips/insts.fs
-share/gforth/0.5.0/asm/README
-share/gforth/0.5.0/asm/basic.fs
-share/gforth/0.5.0/asm/bitmask.fs
-share/gforth/0.5.0/asm/generic.fs
-share/gforth/0.5.0/asm/numref.fs
-share/gforth/0.5.0/asm/target.fs
-share/gforth/0.5.0/assert.fs
-share/gforth/0.5.0/backtrac.fs
-share/gforth/0.5.0/blocked.fb
-share/gforth/0.5.0/blocks.fs
-share/gforth/0.5.0/bubble.fs
-share/gforth/0.5.0/bufio.fs
-share/gforth/0.5.0/chains.fs
-share/gforth/0.5.0/code.fs
-share/gforth/0.5.0/colorize.fs
-share/gforth/0.5.0/comp-i.fs
-share/gforth/0.5.0/compat/README
-share/gforth/0.5.0/compat/anslocal.fs
-share/gforth/0.5.0/compat/assert.fs
-share/gforth/0.5.0/compat/control.fs
-share/gforth/0.5.0/compat/defer.fs
-share/gforth/0.5.0/compat/exception.fs
-share/gforth/0.5.0/compat/loops.fs
-share/gforth/0.5.0/compat/required.fs
-share/gforth/0.5.0/compat/struct.fs
-share/gforth/0.5.0/compat/vocabulary.fs
-share/gforth/0.5.0/cross.fs
-share/gforth/0.5.0/debug.fs
-share/gforth/0.5.0/debugs.fs
-share/gforth/0.5.0/doc/makedoc.fs
-share/gforth/0.5.0/doskey.fs
-share/gforth/0.5.0/ds2texi.fs
-share/gforth/0.5.0/ec/README
-share/gforth/0.5.0/ec/builttag.fs
-share/gforth/0.5.0/ec/dotx.fs
-share/gforth/0.5.0/ec/mirror.fs
-share/gforth/0.5.0/ec/nesting.fs
-share/gforth/0.5.0/ec/shex.fs
-share/gforth/0.5.0/ekey.fs
-share/gforth/0.5.0/environ.fs
-share/gforth/0.5.0/envos.dos
-share/gforth/0.5.0/envos.fs
-share/gforth/0.5.0/envos.os2
-share/gforth/0.5.0/errors.fs
-share/gforth/0.5.0/etags.fs
-share/gforth/0.5.0/exboot.fs
-share/gforth/0.5.0/except.fs
-share/gforth/0.5.0/extend.fs
-share/gforth/0.5.0/fi2c.fs
-share/gforth/0.5.0/fib.fs
-share/gforth/0.5.0/filedump.fs
-share/gforth/0.5.0/float.fs
-share/gforth/0.5.0/glocals.fs
-share/gforth/0.5.0/glosgen.fs
-share/gforth/0.5.0/gray.fs
-share/gforth/0.5.0/hash.fs
-share/gforth/0.5.0/history.fs
-share/gforth/0.5.0/httpd.fs
-share/gforth/0.5.0/intcomp.fs
-share/gforth/0.5.0/kernel/accept.fs
-share/gforth/0.5.0/kernel/aliases.fs
-share/gforth/0.5.0/kernel/aliases0.fs
-share/gforth/0.5.0/kernel/args.fs
-share/gforth/0.5.0/kernel/basics.fs
-share/gforth/0.5.0/kernel/cbr.fs
-share/gforth/0.5.0/kernel/cloop.fs
-share/gforth/0.5.0/kernel/comp.fs
-share/gforth/0.5.0/kernel/cond-old.fs
-share/gforth/0.5.0/kernel/cond.fs
-share/gforth/0.5.0/kernel/doers.fs
-share/gforth/0.5.0/kernel/errore.fs
-share/gforth/0.5.0/kernel/files.fs
-share/gforth/0.5.0/kernel/getdoers.fs
-share/gforth/0.5.0/kernel/int.fs
-share/gforth/0.5.0/kernel/io.fs
-share/gforth/0.5.0/kernel/kernel.fs
-share/gforth/0.5.0/kernel/license.fs
-share/gforth/0.5.0/kernel/main.fs
-share/gforth/0.5.0/kernel/nio.fs
-share/gforth/0.5.0/kernel/pass.fs
-share/gforth/0.5.0/kernel/paths.fs
-share/gforth/0.5.0/kernel/prim0.fs
-share/gforth/0.5.0/kernel/quotes.fs
-share/gforth/0.5.0/kernel/require.fs
-share/gforth/0.5.0/kernel/saccept.fs
-share/gforth/0.5.0/kernel/tools.fs
-share/gforth/0.5.0/kernel/toolsext.fs
-share/gforth/0.5.0/kernel/vars.fs
-share/gforth/0.5.0/@KERNEL_FI@
-share/gforth/0.5.0/lib.fs
-share/gforth/0.5.0/locals.fs
-share/gforth/0.5.0/look.fs
-share/gforth/0.5.0/mach16b.fs
-share/gforth/0.5.0/mach16l.fs
-share/gforth/0.5.0/mach32b.fs
-share/gforth/0.5.0/mach32l.fs
-share/gforth/0.5.0/mach64b.fs
-share/gforth/0.5.0/mach64l.fs
-share/gforth/0.5.0/machpc.fs
-share/gforth/0.5.0/make-app.fs
-share/gforth/0.5.0/matrix.fs
-share/gforth/0.5.0/mini-oof.fs
-share/gforth/0.5.0/moof-exm.fs
-share/gforth/0.5.0/moofglos.fs
-share/gforth/0.5.0/more.fs
-share/gforth/0.5.0/objects.fs
-share/gforth/0.5.0/objexamp.fs
-share/gforth/0.5.0/oof.fs
-share/gforth/0.5.0/oofsampl.fs
-share/gforth/0.5.0/other.fs
-share/gforth/0.5.0/prim
-share/gforth/0.5.0/prims2x.fs
-share/gforth/0.5.0/random.fs
-share/gforth/0.5.0/savesys.fs
-share/gforth/0.5.0/search.fs
-share/gforth/0.5.0/see-ext.fs
-share/gforth/0.5.0/see.fs
-share/gforth/0.5.0/siev.fs
-share/gforth/0.5.0/sieve.fs
-share/gforth/0.5.0/sokoban.fs
-share/gforth/0.5.0/source.fs
-share/gforth/0.5.0/startup.fs
-share/gforth/0.5.0/string.fs
-share/gforth/0.5.0/struct.fs
-share/gforth/0.5.0/stuff.fs
-share/gforth/0.5.0/table.fs
-share/gforth/0.5.0/tasker.fs
-share/gforth/0.5.0/termsize.fs
-share/gforth/0.5.0/test/checkans.fs
-share/gforth/0.5.0/test/coretest.fs
-share/gforth/0.5.0/test/dbltest.fs
-share/gforth/0.5.0/test/other.fs
-share/gforth/0.5.0/test/postpone.fs
-share/gforth/0.5.0/test/tester.fs
-share/gforth/0.5.0/tt.fs
-share/gforth/0.5.0/unbuffer.fs
-share/gforth/0.5.0/vt100.fs
-share/gforth/0.5.0/vt100key.fs
-share/gforth/0.5.0/wordinfo.fs
-share/gforth/0.5.0/wordsets.fs
+share/gforth/0.6.2/TAGS
+share/gforth/0.6.2/add.fs
+share/gforth/0.6.2/ans-report.fs
+share/gforth/0.6.2/ansi.fs
+share/gforth/0.6.2/answords.fs
+share/gforth/0.6.2/arch/386/asm.fs
+share/gforth/0.6.2/arch/386/disasm.fs
+share/gforth/0.6.2/arch/alpha/asm.fs
+share/gforth/0.6.2/arch/alpha/disasm.fs
+share/gforth/0.6.2/arch/mips/asm.fs
+share/gforth/0.6.2/arch/mips/disasm.fs
+share/gforth/0.6.2/arch/mips/insts.fs
+share/gforth/0.6.2/asm/README
+share/gforth/0.6.2/asm/basic.fs
+share/gforth/0.6.2/asm/bitmask.fs
+share/gforth/0.6.2/asm/generic.fs
+share/gforth/0.6.2/asm/numref.fs
+share/gforth/0.6.2/asm/target.fs
+share/gforth/0.6.2/assert.fs
+share/gforth/0.6.2/backtrac.fs
+share/gforth/0.6.2/blocked.fb
+share/gforth/0.6.2/blocks.fs
+share/gforth/0.6.2/bubble.fs
+share/gforth/0.6.2/bufio.fs
+share/gforth/0.6.2/chains.fs
+share/gforth/0.6.2/code.fs
+share/gforth/0.6.2/colorize.fs
+share/gforth/0.6.2/comp-i.fs
+share/gforth/0.6.2/compat/README
+share/gforth/0.6.2/compat/anslocal.fs
+share/gforth/0.6.2/compat/assert.fs
+share/gforth/0.6.2/compat/control.fs
+share/gforth/0.6.2/compat/defer.fs
+share/gforth/0.6.2/compat/exception.fs
+share/gforth/0.6.2/compat/loops.fs
+share/gforth/0.6.2/compat/required.fs
+share/gforth/0.6.2/compat/strcomp.fs
+share/gforth/0.6.2/compat/struct.fs
+share/gforth/0.6.2/compat/vocabulary.fs
+share/gforth/0.6.2/cross.fs
+share/gforth/0.6.2/debug.fs
+share/gforth/0.6.2/debugs.fs
+share/gforth/0.6.2/doc/makedoc.fs
+share/gforth/0.6.2/doskey.fs
+share/gforth/0.6.2/ds2texi.fs
+share/gforth/0.6.2/ec/README
+share/gforth/0.6.2/ec/builttag.fs
+share/gforth/0.6.2/ec/dotx.fs
+share/gforth/0.6.2/ec/mirror.fs
+share/gforth/0.6.2/ec/nesting.fs
+share/gforth/0.6.2/ec/shex.fs
+share/gforth/0.6.2/ekey.fs
+share/gforth/0.6.2/environ.fs
+share/gforth/0.6.2/envos.dos
+share/gforth/0.6.2/envos.fs
+share/gforth/0.6.2/envos.os2
+share/gforth/0.6.2/errors.fs
+share/gforth/0.6.2/etags.fs
+share/gforth/0.6.2/exboot.fs
+share/gforth/0.6.2/except.fs
+share/gforth/0.6.2/extend.fs
+share/gforth/0.6.2/fflib.fs
+share/gforth/0.6.2/fi2c.fs
+share/gforth/0.6.2/fib.fs
+share/gforth/0.6.2/filedump.fs
+share/gforth/0.6.2/fixpath.fs
+share/gforth/0.6.2/float.fs
+share/gforth/0.6.2/glocals.fs
+share/gforth/0.6.2/glosgen.fs
+share/gforth/0.6.2/gray.fs
+share/gforth/0.6.2/hash.fs
+share/gforth/0.6.2/history.fs
+share/gforth/0.6.2/httpd.fs
+share/gforth/0.6.2/intcomp.fs
+share/gforth/0.6.2/kernel/accept.fs
+share/gforth/0.6.2/kernel/aliases.fs
+share/gforth/0.6.2/kernel/aliases0.fs
+share/gforth/0.6.2/kernel/args.fs
+share/gforth/0.6.2/kernel/basics.fs
+share/gforth/0.6.2/kernel/cbr.fs
+share/gforth/0.6.2/kernel/cloop.fs
+share/gforth/0.6.2/kernel/comp.fs
+share/gforth/0.6.2/kernel/cond-old.fs
+share/gforth/0.6.2/kernel/cond.fs
+share/gforth/0.6.2/kernel/doers.fs
+share/gforth/0.6.2/kernel/errore.fs
+share/gforth/0.6.2/kernel/files.fs
+share/gforth/0.6.2/kernel/getdoers.fs
+share/gforth/0.6.2/kernel/input.fs
+share/gforth/0.6.2/kernel/int.fs
+share/gforth/0.6.2/kernel/io.fs
+share/gforth/0.6.2/kernel/kernel.fs
+share/gforth/0.6.2/kernel/license.fs
+share/gforth/0.6.2/kernel/main.fs
+share/gforth/0.6.2/kernel/nio.fs
+share/gforth/0.6.2/kernel/pass.fs
+share/gforth/0.6.2/kernel/paths.fs
+share/gforth/0.6.2/kernel/prim0.fs
+share/gforth/0.6.2/kernel/quotes.fs
+share/gforth/0.6.2/kernel/require.fs
+share/gforth/0.6.2/kernel/saccept.fs
+share/gforth/0.6.2/kernel/tools.fs
+share/gforth/0.6.2/kernel/toolsext.fs
+share/gforth/0.6.2/kernel/vars.fs
+share/gforth/0.6.2/@KERNEL_FI@
+share/gforth/0.6.2/lib.fs
+share/gforth/0.6.2/locals.fs
+share/gforth/0.6.2/locate.fs
+share/gforth/0.6.2/look.fs
+share/gforth/0.6.2/mach16b.fs
+share/gforth/0.6.2/mach16l.fs
+share/gforth/0.6.2/mach32b.fs
+share/gforth/0.6.2/mach32l.fs
+share/gforth/0.6.2/mach64b.fs
+share/gforth/0.6.2/mach64l.fs
+share/gforth/0.6.2/machpc.fs.in
+share/gforth/0.6.2/make-app.fs
+share/gforth/0.6.2/matrix.fs
+share/gforth/0.6.2/mini-oof.fs
+share/gforth/0.6.2/moof-exm.fs
+share/gforth/0.6.2/moofglos.fs
+share/gforth/0.6.2/more.fs
+share/gforth/0.6.2/objects.fs
+share/gforth/0.6.2/objexamp.fs
+share/gforth/0.6.2/oldlib.fs
+share/gforth/0.6.2/oof.fs
+share/gforth/0.6.2/oofsampl.fs
+share/gforth/0.6.2/other.fs
+share/gforth/0.6.2/prim
+share/gforth/0.6.2/prims2x.fs
+share/gforth/0.6.2/proxy.fs
+share/gforth/0.6.2/quotes.fs
+share/gforth/0.6.2/random.fs
+share/gforth/0.6.2/savesys.fs
+share/gforth/0.6.2/search.fs
+share/gforth/0.6.2/see-ext.fs
+share/gforth/0.6.2/see.fs
+share/gforth/0.6.2/siev.fs
+share/gforth/0.6.2/sieve.fs
+share/gforth/0.6.2/simp-see.fs
+share/gforth/0.6.2/sokoban.fs
+share/gforth/0.6.2/source.fs
+share/gforth/0.6.2/startup.fs
+share/gforth/0.6.2/string.fs
+share/gforth/0.6.2/struct.fs
+share/gforth/0.6.2/stuff.fs
+share/gforth/0.6.2/table.fs
+share/gforth/0.6.2/tags.fs
+share/gforth/0.6.2/tasker.fs
+share/gforth/0.6.2/termsize.fs
+share/gforth/0.6.2/test/checkans.fs
+share/gforth/0.6.2/test/coretest.fs
+share/gforth/0.6.2/test/dbltest.fs
+share/gforth/0.6.2/test/float.fs
+share/gforth/0.6.2/test/gforth.fs
+share/gforth/0.6.2/test/other.fs
+share/gforth/0.6.2/test/postpone.fs
+share/gforth/0.6.2/test/signals.fs
+share/gforth/0.6.2/test/string.fs
+share/gforth/0.6.2/test/tester.fs
+share/gforth/0.6.2/tt.fs
+share/gforth/0.6.2/unbuffer.fs
+share/gforth/0.6.2/unix/socket.fs
+share/gforth/0.6.2/vt100.fs
+share/gforth/0.6.2/vt100key.fs
+share/gforth/0.6.2/wordinfo.fs
+share/gforth/0.6.2/wordsets.fs
share/gforth/site-forth/siteinit.fs
-@dirrm share/gforth/0.5.0/test
-@dirrm share/gforth/0.5.0/kernel
-@dirrm share/gforth/0.5.0/ec
-@dirrm share/gforth/0.5.0/doc
-@dirrm share/gforth/0.5.0/compat
-@dirrm share/gforth/0.5.0/asm
-@dirrm share/gforth/0.5.0/arch/386
-@dirrm share/gforth/0.5.0/arch/4stack
-@dirrm share/gforth/0.5.0/arch/6502
-@dirrm share/gforth/0.5.0/arch/8086
-@dirrm share/gforth/0.5.0/arch/alpha
-@dirrm share/gforth/0.5.0/arch/mips
-@dirrm share/gforth/0.5.0/arch/avr
-@dirrm share/gforth/0.5.0/arch/c165
-@dirrm share/gforth/0.5.0/arch/generic
-@dirrm share/gforth/0.5.0/arch/h8
-@dirrm share/gforth/0.5.0/arch/hppa
-@dirrm share/gforth/0.5.0/arch/ia64
-@dirrm share/gforth/0.5.0/arch/m68k
-@dirrm share/gforth/0.5.0/arch/misc
-@dirrm share/gforth/0.5.0/arch/power
-@dirrm share/gforth/0.5.0/arch/shboom
-@dirrm share/gforth/0.5.0/arch/sparc
-@dirrm share/gforth/0.5.0/arch
-@dirrm share/gforth/0.5.0
+@dirrm share/gforth/0.6.2/unix
+@dirrm share/gforth/0.6.2/test
+@dirrm share/gforth/0.6.2/kernel
+@dirrm share/gforth/0.6.2/ec
+@dirrm share/gforth/0.6.2/doc
+@dirrm share/gforth/0.6.2/compat
+@dirrm share/gforth/0.6.2/asm
+@exec ${MKDIR} %D/share/gforth/0.6.2/arch/sparc
+@dirrm share/gforth/0.6.2/arch/sparc
+@exec ${MKDIR} %D/share/gforth/0.6.2/arch/shboom
+@dirrm share/gforth/0.6.2/arch/shboom
+@exec ${MKDIR} %D/share/gforth/0.6.2/arch/sharc
+@dirrm share/gforth/0.6.2/arch/sharc
+@exec ${MKDIR} %D/share/gforth/0.6.2/arch/power
+@dirrm share/gforth/0.6.2/arch/power
+@exec ${MKDIR} %D/share/gforth/0.6.2/arch/misc
+@dirrm share/gforth/0.6.2/arch/misc
+@dirrm share/gforth/0.6.2/arch/mips
+@exec ${MKDIR} %D/share/gforth/0.6.2/arch/m68k
+@dirrm share/gforth/0.6.2/arch/m68k
+@exec ${MKDIR} %D/share/gforth/0.6.2/arch/ia64
+@dirrm share/gforth/0.6.2/arch/ia64
+@exec ${MKDIR} %D/share/gforth/0.6.2/arch/hppa
+@dirrm share/gforth/0.6.2/arch/hppa
+@exec ${MKDIR} %D/share/gforth/0.6.2/arch/h8
+@dirrm share/gforth/0.6.2/arch/h8
+@exec ${MKDIR} %D/share/gforth/0.6.2/arch/generic
+@dirrm share/gforth/0.6.2/arch/generic
+@exec ${MKDIR} %D/share/gforth/0.6.2/arch/c165
+@dirrm share/gforth/0.6.2/arch/c165
+@exec ${MKDIR} %D/share/gforth/0.6.2/arch/avr
+@dirrm share/gforth/0.6.2/arch/avr
+@dirrm share/gforth/0.6.2/arch/alpha
+@exec ${MKDIR} %D/share/gforth/0.6.2/arch/8086
+@dirrm share/gforth/0.6.2/arch/8086
+@exec ${MKDIR} %D/share/gforth/0.6.2/arch/6502
+@dirrm share/gforth/0.6.2/arch/6502
+@exec ${MKDIR} %D/share/gforth/0.6.2/arch/4stack
+@dirrm share/gforth/0.6.2/arch/4stack
+@dirrm share/gforth/0.6.2/arch/386
+@dirrm share/gforth/0.6.2/arch
+@dirrm share/gforth/0.6.2
+@dirrm lib/gforth/0.6.2
@unexec ${RMDIR} %D/share/gforth/site-forth 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/share/gforth 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/lib/gforth/site-forth 2>/dev/null || ${TRUE}
-@dirrm lib/gforth/0.5.0
-@dirrm lib/gforth
+@unexec ${RMDIR} %D/lib/gforth 2>/dev/null || ${TRUE}
Index: lang/gforth/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/lang/gforth/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- lang/gforth/distinfo 2001/04/19 15:00:50 1.2
+++ lang/gforth/distinfo 2003/12/03 09:42:00
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 15:00:50 agc Exp $
+$NetBSD$
-SHA1 (gforth-0.5.0.tar.gz) = 03c0ffdf9381e0b29ed229b36b1d52e6a6da6758
-Size (gforth-0.5.0.tar.gz) = 1472986 bytes
-SHA1 (patch-aa) = 426205f27609f24f818837a853c974134c0d4035
+SHA1 (gforth-0.6.2.tar.gz) = 926faeac7ccc00e86a74954dc7c693b19f13e616
+Size (gforth-0.6.2.tar.gz) = 1925536 bytes
+SHA1 (patch-aa) = 3a66cba459f4eb7fb8e37253797b575ea574f613
SHA1 (patch-ab) = a80fd7553acce1168931171b9c100eb25e2fa19a
SHA1 (patch-ac) = d9155ee2d7f06b3aafeaa5fc2719948deb1c9c7e
Index: lang/gforth/patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/lang/gforth/patches/patch-aa,v
retrieving revision 1.2
diff -u -r1.2 patch-aa
--- lang/gforth/patches/patch-aa 2000/11/13 23:58:12 1.2
+++ lang/gforth/patches/patch-aa 2003/12/03 09:42:00
@@ -1,19 +1,23 @@
-$NetBSD: patch-aa,v 1.2 2000/11/13 23:58:12 hubertf Exp $
+$NetBSD$
---- Makefile.in.orig Sat Sep 23 20:21:57 2000
+--- Makefile.in.~1.276.~ 2003-08-25 09:57:49.000000000 +0200
+++ Makefile.in
-@@ -461,11 +461,11 @@
- touch $(siteforthdir)/siteinit.fs
- -$(RM) $(bindir)/gforth$(EXE) $(bindir)/gforth-$(VERSION)$(EXE) $(bindir)/gforthmi
- -$(RM) $(bindir)/gforth-fast$(EXE) $(bindir)/gforth-fast-$(VERSION)$(EXE)
-- $(INSTALL_PROGRAM) -s gforth$(EXE) $(bindir)/gforth-$(VERSION)$(EXE)
-+ $(INSTALL_PROGRAM) gforth$(EXE) $(bindir)/gforth-$(VERSION)$(EXE)
- (cd $(bindir) && $(LN_S) gforth-$(VERSION)$(EXE) gforth$(EXE))
-- $(INSTALL_PROGRAM) -s gforth-fast$(EXE) $(bindir)/gforth-fast-$(VERSION)$(EXE)
-+ $(INSTALL_PROGRAM) gforth-fast$(EXE) $(bindir)/gforth-fast-$(VERSION)$(EXE)
+@@ -60,6 +60,7 @@ INSTALL = @INSTALL@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_DATA = @INSTALL_DATA@
+ INSTALL_INFO = @INSTALL_INFO@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ LN_S = @LN_S@
+ GCC = @CC@
+ CC = $(GCC)
+@@ -528,8 +529,8 @@ install: gforth$(EXE) $(FORTH_SRC) $(ker
(cd $(bindir) && $(LN_S) gforth-fast-$(VERSION)$(EXE) gforth-fast$(EXE))
+ $(INSTALL_PROGRAM) -s gforth-itc$(EXE) $(bindir)/gforth-itc-$(VERSION)$(EXE)
+ (cd $(bindir) && $(LN_S) gforth-itc-$(VERSION)$(EXE) gforth-itc$(EXE))
- $(INSTALL_PROGRAM) gforthmi $(bindir)/gforthmi-$(VERSION)
-+ $(BSD_INSTALL_SCRIPT) gforthmi $(bindir)/gforthmi-$(VERSION)
+- $(INSTALL_PROGRAM) vmgen $(bindir)/vmgen-$(VERSION)
++ $(INSTALL_SCRIPT) gforthmi $(bindir)/gforthmi-$(VERSION)
++ $(INSTALL_SCRIPT) vmgen $(bindir)/vmgen-$(VERSION)
$(INSTALL_PROGRAM) gforth-ditc $(libdir)/gforth/$(VERSION)
(cd $(bindir) && $(LN_S) gforthmi-$(VERSION) gforthmi)
- -$(INSTALL_DATA) $(srcdir)/doc/gforth.1 $(man1dir)
+ (cd $(bindir) && $(LN_S) vmgen-$(VERSION) vmgen)
>Release-Note:
>Audit-Trail:
>Unformatted: