summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2000-02-12use the config.guess script that comes with the program to determine whatdmcmahill1-7/+3
directory the program built in instead of trying to generate the system name on our own. This ensures it always works (for example 1.4.2_ALPHA confused this when done the old way)
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-2/+2
2000-02-09adjust for changed distfiles on the master sitehubertf1-3/+3
2000-02-09Use wildcard dependence for "png" package.tron1-2/+2
2000-02-07do not create ${PREFIX}/share/elk, since it's not needed, and notwiz2-4/+4
handled in PLIST
2000-02-05RCS tag addedwiz1-1/+2
2000-02-05reorder lines to silence pkglintwiz1-3/+3
2000-02-05$() -> ${}wiz1-2/+2
2000-02-05add info-dir entries for info files, even for binary packageswiz2-2/+10
2000-02-05Updated to the last dist-file at the original site, but marked aswiz4-33/+26
broken, since it doesn't compile (the previous version didn't compile, either).
2000-02-02use CONFIGURE_ARGS+= instead of CONFIGURE_ARGS=, fixes sharedwiz1-3/+3
library building
2000-02-02regenwiz1-3/+3
2000-02-01Update this to use ELF version of jdk-1.1.8 distribution on ELFin i386jwise5-34/+82
systems. Many thanks to Scott Bartram/OrionSoft for providing this (and the a.out version)
2000-01-24Apply patch from PR 9115.augustss1-1/+5
2000-01-24Apply patch from PR 9114.augustss1-3/+3
2000-01-22fix ELF platform support (configure.in patch missed one of clauses)itojun5-14/+277
enable IPv6 on USE_INET6. approved by: sakamoto (maintainer)
2000-01-20Make this compile on sparc and work better on alpha. Unfortunately,pooka2-6/+7
not fully functional on either.. yet.
2000-01-18Downgrade "perl" package to working version 5.00404.tron19-919/+916
2000-01-18"Pull up" changes by Johnny C. Lam.tron7-87/+128
2000-01-18Reimport mostly broken version 5.00503 of "perl" package as "perl-current".tron11-0/+1152
2000-01-18Change PLIST handling to differentiate between ELF and a.out, as well asjlam7-87/+128
shared and static (NOPIC). Works with ELF on -current now. NOPIC and SunOS support may be broken; someone else with the necessary resources should test and possibly fix these cases.
2000-01-17Unbreak this at least for non-NOPIC architectures.hubertf4-697/+795
If someone sends me the needed changes for NOPIC machines, this should be split up again. (If needed!)
2000-01-17Upgrade perl to 5.005_03christos13-276/+140
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-15Two nits with the show-shlib-type target:jwise1-3/+3
1.) protect definition of show-shlib-type with `if !target(show-shlib-type)' so that it can be overriden in a pkg makefile 2.) move the definition in lang/jdk/Makefile before the include of bsd.pkg.mk to trigger this. Without these changes, show-shlib-type was `ELF\na.out' on i386/ELF, so it was still treated as ELF. lang/jdk now works on i386/ELF (yay!). While there, fix JAVA_HOME default to be JDK_HOME if PKG_JVM is jdk and JDK_HOME is defined.
2000-01-13Set NO_MTREE, since we modify PREFIX, and don't want all sorts of emptyjwise1-1/+6
directories created under JAVA_HOME. Is there a cleaner way to do this?
2000-01-13An obsolete patch was still lurking around...jwise1-13/+0
2000-01-13Enable squeak.agc1-2/+2
2000-01-13Initial import of squeak, a full Smalltalk 80 with portability toagc5-0/+70
UN*X, Mac, and Windows, into the NetBSD packages collection. This was based very loosely upon an old FreeBSD port, but upgraded from version 2.4 to 2.6, and NetBSD differences have been applied.
2000-01-11update to JDK 1.1.18-rc1hubertf4-622/+484
2000-01-10Add & enable mzschemepooka1-1/+2
2000-01-10Import mzscheme-101, an almost R5RS-compliant scheme intepreter withpooka25-0/+1143
compiler included. Uses the boehm garbage collector. A big thanks goes to all who made devel/boehm-gc available. Modifying patches for a specific use is much easier than reinventing them! Note: I've marked this as i386-only, since it acted a little flacky on alpha and sparc. In theory support for at least those platforms supported by the garbage collector is possible. You are welcome to try.
2000-01-10use ${X11BASE} instead of /usr/X11R6wiz1-2/+2
2000-01-09moved patch-sum to correct directory (noted by Bernd Ernesti)wiz2-3/+3
2000-01-09whitespace cleanupwiz4-8/+5
2000-01-09generated patch-sumwiz1-0/+3
2000-01-09replaced some more commands by their ${COMMAND} counterpartswiz7-31/+35
2000-01-08Update to 2.1.2. No changes, just pulled from newer Zope.tsarna2-8/+8
2000-01-06this didn't got committed as expected - try againdrochner3-0/+408
2000-01-06revert unwanted modifications after copying directories inclusivedrochner3-407/+41
CVS subdirs around
2000-01-06split tcl pkg, for coexistence with other versions: binaries candrochner3-40/+1645
coexist, manpages not
2000-01-06split tcl pkg, for coexistence with other versions: binaries candrochner9-1653/+38
coexist, manpages not
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs25-25/+25
2000-01-02Use ${FIND} and ${PAX}tsarna1-4/+4
2000-01-02Don't assume site-packages dir already existstsarna1-1/+2
2000-01-02- Add and enable py-extclass and correct its CATEGORIEStsarna2-4/+4
1999-12-30Extension Classes for Python, pulled from Zope 2.1.1 as they (andtsarna5-0/+92
especially Acquisition) can be quite useful in their own right. EC fixes a wart in CPython: Python classes can't use C-implemented types as base classes. EC-based C classes can be subclassed by python, and in fact python classes can use pure mixin EC C classes so that you can have speed critical methods of a class in C and the rest in Python. EC also provides a mixin called Acquisition, which provides a kind of contextual inheritance. If an object can't find the data/method in itself or by looking up it's list of base classes, it will then try to acquire the thing up through its containers (or other context).
1999-12-27- Fix broken object file format recognition.tron3-12/+6
- Patch memory management to recognize NetBSD-i386 ELF. XXX This package still doesn't build on ELF systems due to problems with XXX included assembler sources.
1999-12-22- fix a bug in the f2c-f77 script which caused -Ipath flags to not getdmcmahill3-23/+26
passed to f2c (only to the c compiler) - update my email
1999-12-20Update guile to 1.3.4. Changes are bugfixes only.rh5-50/+51