Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-02-05 | Update jdk from beta2 to 1.1.6. This one should also have all necessary | frueauf | 4 | -38/+65 | |
includes. | |||||
1999-02-04 | Re-enable 5.003 bin-compat. Though it's not *supposed* to do so, | tv | 2 | -6/+5 | |
compiling modules with this turned on makes the resulting modules or libperl-linking programs reference 5.003 namespace symbols. | |||||
1999-01-31 | Update for clisp package to version 19990108 supplied by Martin J. Laubach. | tron | 5 | -35/+44 | |
1999-01-31 | Enable p2c | jwise | 1 | -2/+2 | |
1999-01-31 | p2c, a Pascal-to-C translator | jwise | 7 | -0/+146 | |
1999-01-26 | Set TCL_SHARED_BUILD and TCL_LIB_FILE accordingly in tclConfig.sh if | agc | 1 | -1/+13 | |
the build system supports shared objects. | |||||
1999-01-19 | update scheme48 to version 0.52 | jonb | 2 | -5/+5 | |
1999-01-17 | Make python work properly on pmax: with 1.3.3 it can do dynamic loading, | frueauf | 1 | -3/+3 | |
so don't set NOSHARED=#. | |||||
1999-01-14 | Add and enable fort77. | frueauf | 1 | -1/+2 | |
1999-01-14 | Initial import of fort77-1.14a, the driver for f2c, a fortran to C translator. | frueauf | 7 | -0/+82 | |
Provided in pr 6733 by Rene Hexel with tweaks done by myself. | |||||
1999-01-14 | This script is no longer needed, all done in Makefile now. | frueauf | 1 | -28/+0 | |
1999-01-14 | Update f2c to 19980913. Provided in pr 6804 by Dan McMahill. | frueauf | 5 | -30/+197 | |
1999-01-09 | Comment out the entire HOMEPAGE definition, not just its value. (Fix | tv | 1 | -2/+2 | |
README.html.) | |||||
1999-01-09 | Update guavac to 1.2. | tv | 2 | -10/+14 | |
*** THIS NO LONGER COMPILES ON GCC 2.7. *** (There is a check for this in the pkg's Makefile.) However, there are some codegen bugs in 1.0 which this release fixes. | |||||
1998-12-17 | make this conflict with jdk-1.1.5b1 | jwise | 1 | -1/+3 | |
1998-12-16 | Finish ELF support | tsarna | 2 | -4/+17 | |
1998-12-08 | Update kaffe to 1.0.b3. | frueauf | 4 | -20/+34 | |
What's New in Kaffe OpenVM 1.0 Beta 3: * New java.awt - now implements old event model (JDK 1.0.2) and will support Swing. * New java.net implementation - fixes many bugs and generally much cleaner. * Initial implementation of Collections API (only Vector and Hashtable currently conform). * Lots of bug fixes. | |||||
1998-12-07 | Fix BUILD_DEPENDS as per pr 6538 by Johnny C. Lam. | frueauf | 1 | -2/+2 | |
1998-12-04 | Update moscow_ml to 1.43, provided in pr 6527 by Johnny C. Lam with | frueauf | 15 | -139/+254 | |
some refining by myself. New in version 1.43 of Moscow ML: * Arrays of weak pointers (structure Weak). * Dynamic linking of external functions under Linux and Solaris * Access to GNU gdbm persistent hashtables (structures Gdbm, Polygdbm) * The load paths can be set from the interactive system. * The interactive system's prompts and responses can be turned off (option -quietdec, variable Meta.quietdec). * Prettyprinters can be installed also on base types and abstract types. * Mosmllex now supports abbreviations for regular expressions. | |||||
1998-12-03 | Update jdk to 1.1.6b2. This is the latest native jdk for NetBSD/i386. | frueauf | 5 | -529/+524 | |
1998-12-02 | Install a PIC version of DynaLoader.o so that, e.g., mod_perl can link it | tv | 3 | -3/+11 | |
in with a dlopen of libperl. | |||||
1998-12-02 | Move the rpath setting from hints/netbsd.sh to Configure. In hints, it | tv | 2 | -18/+16 | |
adds an extra rpath of -Wl-R/CORE. | |||||
1998-12-02 | Do not use Perl's malloc (will interfere with modules that interact with | tv | 2 | -4/+5 | |
code that is outside of Perl's reach). The BSD malloc is Fine. | |||||
1998-12-02 | d_vfork should be "$define", even if it produces a bogus "WHOA THERE" | tv | 1 | -3/+3 | |
warning; setting it to "true" doesn't work. | |||||
1998-12-02 | Do not enable binary compatibility with Perl 5.003. We have never had a | tv | 2 | -4/+4 | |
Perl 5.003 pkg, so the compatibility is moot; turning it on exposes namespace polluting symbols. | |||||
1998-12-02 | Add and enable libperl. | tv | 1 | -1/+2 | |
1998-12-02 | Add libperl, a shared object version of the Perl link library. Installs | tv | 6 | -0/+57 | |
only libperl.so and `soperl' (a Perl binary that uses the libperl.so); requires the perl5 pkg to be installed for all the rest of Perl. | |||||
1998-12-02 | Revert to building libperl statically, and clean up. | tv | 5 | -80/+72 | |
1998-12-01 | Add proper shared object support for ELF(!), and make libperl shared on | tv | 5 | -24/+94 | |
non-NOPIC systems. | |||||
1998-11-26 | Can't rely on NSIG indicating that signal.h has been included. | bad | 1 | -0/+13 | |
(Random crap includes sys/signal.h which defines NSIG.) Fixes various signal related problems after 1.3H. | |||||
1998-11-26 | Don't attempt to build package if egcs is installed. | tron | 1 | -1/+6 | |
1998-11-22 | Update for "clisp" to "19980909" supplied by Martin J. Laubach in | tron | 3 | -20/+19 | |
PR pkg/6471. | |||||
1998-11-16 | Simplify this considerably, as we no longer have to special-case the | agc | 1 | -10/+1 | |
substitution of ${OS_VERSION} in the PLIST - it's done automatically in bsd.pkg.mk. | |||||
1998-11-15 | pkglint: never ever add info/dir to PLIST; if there is an info file, | frueauf | 2 | -3/+6 | |
set INFO_FILES and the proper @unexec/@exec rules. | |||||
1998-11-15 | pkglint: move CONFLICTS where it belongs. | frueauf | 1 | -2/+3 | |
1998-11-15 | update to guile 1.3 | perry | 5 | -66/+67 | |
1998-11-13 | pkglint: move NOT_FOR_ARCHS where it belongs. | frueauf | 2 | -6/+6 | |
1998-11-13 | pkglint: move NOT_FOR_ARCHS out of the way and WRKSRC where it belongs. | frueauf | 1 | -4/+4 | |
1998-11-12 | Some more missing rcs ids. | frueauf | 2 | -0/+4 | |
1998-11-08 | jthreads doesn't seem to work on i386, either. | mycroft | 1 | -0/+12 | |
If it was even vaguely documented, maybe I could fix it... | |||||
1998-11-07 | Enable shared libraries on the ARM. | mycroft | 1 | -0/+19 | |
1998-10-18 | Clarified the short description to specify GNU emacs. | dbj | 1 | -1/+1 | |
1998-10-18 | The Emacs Lisp Reference Manual | dbj | 5 | -0/+94 | |
1998-10-15 | And and enable nawk. | agc | 1 | -1/+2 | |
1998-10-15 | Initial import of Brian Kernighan's definitive version of new awk into | agc | 5 | -0/+33 | |
the Packages collection. | |||||
1998-10-14 | Update kaffe to 1.0.b2. | frueauf | 11 | -32/+131 | |
1998-10-03 | Use PLIST-md.shared on alpha and place an exception into perl's Makefile, | tv | 1 | -1/+6 | |
not into the generic bsd.pkg.mk. | |||||
1998-09-28 | This is now broken on Alpha. | tsarna | 1 | -1/+3 | |
1998-09-22 | add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail | garbled | 4 | -4/+12 | |
on alpha. There may be more, but I haven't seen them yet. | |||||
1998-09-20 | Make dynamicly loaded modules work on NetBSD/alpha. May work on | tsarna | 3 | -20/+1150 | |
NetBSD/mips, if its ELF dlopen support is non-broken. Anyone willing to test this, please get in touch with me. Also, add more recent patches from python.org |