summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2000-10-21Redefine LDD as these packages install Linux binariesrh2-2/+4
2000-10-19Remove unnecessary comment about being able to compile librep onjlam1-6/+3
Solaris and Linux.
2000-10-18Add an OSVERSION_SPECIFIC=yes flag to these packages. The flag at this timegarbled1-1/+2
doesn't enable any functionality. It is here as a marker, so people building binary packages know that these packages have version-specific features that would make them incompatible with other point releases.. (such as LKM's)
2000-10-17Add and enable gbrh1-1/+2
2000-10-17Initial import of gb-0.0.12, the Gnome Basic for office applicationsrh5-0/+57
2000-10-161.06 is very old and doesn't compile on NetBSD. Update to 1.12, which usestv6-8/+45
autoconf for its build.
2000-10-16Add jbuilder-jit.tv1-1/+2
2000-10-16A Just-In-Time compiler for the blackdown Linux JVMs.tv6-0/+71
2000-10-16Add blackdown-jdk12 and blackdown-jre12.tv1-1/+3
2000-10-16Package for the Blackdown.org Linux/i386 JDK 1.2.2.tv7-0/+828
2000-10-16Package for the Blackdown.org Linux/i386 JRE 1.2.2.tv7-0/+201
2000-10-16Regen.jlam1-1/+2
2000-10-16Don't redefine wint_t (already defined in <machine/ansi.h> by NetBSD).jlam1-0/+43
Fixes PR#11177.
2000-10-15Add and enable java-lang-spec and java-vm-spec.jlam1-1/+3
2000-10-15java-vm-spec: The Java(TM) Virtual Machine Specification (HTML)jlam5-0/+240
2000-10-15java-lang-spec: The Java(TM) Language Specification (HTML)jlam5-0/+230
2000-10-06Only grab global symbols from object files.agc1-3/+3
2000-10-05Make this program work on ELF as well as a.outagc2-7/+99
The somewhat bizarre "patching" method was used because I rewrote the routine which grabs global text symbols from an object file, and this should be independent of a.out or ELF. The result bears no similarity to what was there before, so I decided to keep the original file with a "-dist" suffix.
2000-10-04Fix package dependency location: 'tk' is *not* in lang/tcl!rh1-2/+2
2000-10-01Fix datestamp problem by touching configure in pre-configure.rh1-1/+4
2000-10-01Fix datestamp problem by touching of configure script prior torh1-1/+4
configuration.
2000-09-26 * elf lib fixhubertf3-17/+58
* pull comments from head of patch files into the files they patch That way they don't get overwritten, don't need manual work to be included in the next update, and are visible in the patched files.
2000-09-25Avoid running "autoheader" -- it can't help you, but it can hurt you!fredb1-1/+4
2000-09-24Added missing dependency for bisonwulf1-1/+3
2000-09-22Mention support of "NetBSD-m68k" in comment and correct a typo.tron1-3/+3
2000-09-22What do you know... this builds on m68k/1.4.3.fredb1-2/+2
2000-09-16Use place holder for "${PREFIX}" instead of hard coding "/usr/pkg".tron1-1/+1
2000-09-16Add a message which explains how to use "gcc-2.95.2" via "MAKECONF".tron2-3/+11
2000-09-15- Add patches from NetBSD-current to fix build on i386 ELF systems.tron23-314/+13917
- Install into "${LOCALBASE}/gcc-2.95.2" to avoid that e.g. "bsd.pkg.mk" picks up the new compiler by accident. - Add a file "${LOCALBASE}/etc/gcc-2.95.2.mk" which makes it possible to use the new "gcc" like this: make MAKECONF=/usr/pkg/etc/gcc-2.95.2.mk
2000-09-14Add missing dependence on "perl" package. Patch worked out bytron1-1/+2
Alistair Crooks.
2000-09-13Kaffe now builds even if gmp>=3.0.0 is installed; it now depends on gmp.wennmach3-1/+21
Fixes PR 11003 by ... who the hell was that nerd ... ahh: Lex Wennmacher.
2000-09-12Need CHECK_SHLIBS=no.jlam1-1/+2
2000-09-10Don't check for libnet (we're not BeOS, after all). Addresses pkg/9005.wiz3-1/+70
2000-09-07change LLONG_MAX/LLONG_MIN to QUAD_MAX/QUAD_MIN since the former don'tdanw2-6/+6
exist in 1.4
2000-09-07Add file checksum, now that it needs one.jlam1-0/+3
2000-09-07Update to libperl-5.6.0nb1. This adds back the shared object filejlam3-12/+18
${PERL5_ARCHLIB}/DynaLoader_pic.o, which contains the dynamic loader in dynamically loadable form. This is needed by ap-perl.
2000-09-06Remove this package -- it has been supplanted by tcl-tclX and tk-tclX.jwise11-773/+0
2000-09-06Remove tclX80, and add and enable tcl-tclX and tk-tclX.jwise1-2/+3
2000-09-06Add NetBSD RCS Ids to two patches, and make this package CONFLICT withjwise3-1/+5
the old tclX package.
2000-09-06Make this package CONFLICT with the old tclX package.jwise1-1/+3
2000-09-06Initial import of tk-tclX-8.2.0. This package installs wishx, a tcljwise4-0/+131
interpreter with both tk and tclX extensions built in. It is expected that many users will prefer to do the following: #!/usr/pkg/bin/wish package require Tclx This package also installs tclhelp, a graphical browser for the Tcl and Tclx documentation which comes with tcl-tclX and tk-tclX.
2000-09-06Initial import of tcl-tclX-8.2.0, the tcl half of tclX. This package andjwise13-0/+640
tk-tclX-8.2.0 supplant pkgsrc/lang/tclX80 (tclX-8.0.4). Changes to the tclX package since tclX-8.0.4: * This package is now split into two packages, tcl-tclX, and tk-tclX. tcl-tclX can be installed on systems without X11 (and by extension, without tk). Changes to tclX itself since tclX-8.0.4: =============================================================================== 19 Sept 98: o Fixed TclX copy of Tcl auto_load proc out of sync; this broken ITcl. ------------------------------------------------------------------------------- 20 Sept 98: o Include several Windows build fixes from Viktor Dukhovni <viktor@nyc.deshaw.com>. o Renamed --with-tk configure option to --enable-tk. Supplied by Viktor Dukhovni <viktor@nyc.deshaw.com>. ------------------------------------------------------------------------------- 28 Sept 98: o Handle systems that don't implement restart of system calls on signal. Added infox have_signal_restart. ------------------------------------------------------------------------------- 5 May 99: o Ported most commands work with 8.1 Unicode. o Completed port to 8.1. =============================================================================== 5 May 99: Released TclX 8.1.0 =============================================================================== 10 May 99: o Fixed tests to build when threads are enabled. o Pickup TK_LD_SEARCH_FLAGS in configure. ------------------------------------------------------------------------------- 22 June 99: o Moved TclX_AppendObjResult to be an external API for testing o Upgraded the patch levels to be "8.1.2" o Defined TclX_MainEx to take an interp as an argument. TclX_Main is now a macro that calls TclX_MainEx. When passing the interp argument, Tcl_CreateInterp() is called. This is done so TclX can use stubs. ------------------------------------------------------------------------------- 25 Jun 99: o TclX version numbering and library naming change. The third number is now the patch level. =============================================================================== 25 Jun 99: Released TclX 8.1.1 =============================================================================== 4 Jul 99: o Cleaned up configuration to work better with new Tcl autoconf macros. Deleted Config.mk, all configration variables are set in Common.mk. o --with-tcl and --with-tk now work. =============================================================================== 25 Jun 99: Released TclX 8.1.1 =============================================================================== =============================================================================== 6 Feb 2000: Released TclX 8.2.0 ===============================================================================
2000-09-06Make this CONFLICT with the old expect package.jwise1-1/+3
2000-09-06Make smalleiffel wrapper script display a usage statement when calledjlam5-34/+61
with no arguments. Also move HTML documentation into ${PREFIX}/share/doc/html.
2000-09-06Remove perllocal.pod.jlam1-1/+2
2000-09-05Remove expect.jwise1-2/+1
2000-09-05Remove this package -- it has been supplanted by tcl-expect and tk-expect.jwise9-208/+0
2000-09-05Fix do-install target and dependency on tk.jwise1-3/+3
I *need* another cup o' coffee...
2000-09-05Fix dependency on tcl-expect, and trim comment to within 70 lines.jwise2-2/+3
2000-09-05Add and enable tk-expect.jwise1-1/+2