summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
1998-02-09Fix stripping of binaries (caused by fixing PR4884)hubertf1-3/+1
1998-02-03By redefining the stack pointer offset to 2, 0.9.2/jit now passes allagc1-0/+16
its tests on /i386.
1998-02-02Remove -m argument from ldconfig calls, require the system tohubertf6-15/+15
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot.
1998-02-02Introduce TRUE?=/usr/bin/true, and use it.hubertf3-6/+6
1998-02-01add "ONLY_FOR_ARCHS=i386" as it works only on port-i386 yet.frueauf1-1/+2
1998-02-01portlint: fix/add ldconfighubertf1-2/+1
1998-02-01portlint: fix/add ldconfighubertf5-7/+11
1998-02-01Add and enable python 1.5, fixes PR pkg/4763.tron1-2/+2
1998-02-01portlint: remove empty linetron1-2/+1
1998-02-01Initial import of python 1.5 package made by Ty Sarna.tron10-0/+1417
1998-01-30Modify individual package Makefiles to use the new way of specifyingagc1-2/+2
shared object dependencies (LIB_DEPENDS).
1998-01-28Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"hubertf3-294/+294
(in bsd.port.mk) for backward compatibility.
1998-01-28The class files are installed in ${PREFIX}/share/kaffe. This patchagc1-14/+0
modified the ENVIRONMENT file to look in ${PREFIX}/share/java. As nothing else was changed to install any files in the modified location, just keep everything simple and sane, and standardise on ${PREFIX}/share/kaffe. If we change this in the future, all occurrences should be changed.
1998-01-28Enable kaffe and expect.agc1-3/+3
1998-01-28Make the pathnames right for NetBSD in the section describingagc1-9/+8
environment variables necessary to run kaffe. i.e. don't assume /usr/local, but generalise it to ${PREFIX}
1998-01-28Add NetBSD RCS Id.agc1-0/+1
1998-01-28Add NetBSD RCS Id.agc1-0/+3
Add restriction on mirroring of distfile via MIRROR_DISTFILE. Add ONLY_FOR_ARCHS=i386, as that's the only architecture on which this package has been tested. When I get success reports from people on other platforms, this restriction can be relaxed.
1998-01-28Initial import of kaffe 0.9.2 (a Java interpreter/JIT compiler) intoagc8-0/+157
the NetBSD packages collection, from the FreeBSD port.
1998-01-27Install the recursive ftp script, rftp, as expect-rftp, to avoidagc3-3/+17
confusion with the socks5 ftp client, rftp.
1998-01-27Add NetBSD RCS Id.agc2-1/+3
1998-01-27Initial import of expect, a tcl/tk-based software suite for automatingagc7-0/+171
interactive tools, into the NetBSD packages collection from the FreeBSD port.
1998-01-24portlint: true -> /usr/bin/truehubertf1-3/+3
1998-01-24portlint: fix RCS Id+MAN3+MANN+ldconfighubertf1-4/+4
1998-01-24portlint: fix RCS Idhubertf1-1/+1
1998-01-24portlint: add RCS Idhubertf1-0/+1
1998-01-24portlint: fix RCS Id+MAN3, delete empty linehubertf1-3/+2
1998-01-24portlint: remove empty linehubertf1-1/+0
1998-01-24portlint: fix RCS Id, add MAINTAINERhubertf1-1/+3
1998-01-24portlint: remove empty lineshubertf1-2/+0
1998-01-24portlint: fix RCS Idhubertf1-1/+1
1997-12-22Fix setting CONFIGURE_ARGS ("=" -> "+=")hubertf2-4/+4
1997-12-22Fix setting CONFIGURE_ARGS + CONFIGURE_ENV, pointed out by Bill Coldwell.hubertf1-3/+3
1997-12-02fix ldconfighubertf1-3/+3
1997-11-22Update for perl 5.004_04 and MI/MD PLIST.hubertf5-86/+51
1997-11-22Update for perl 5.004_04 and MI/MD PLIST.hubertf6-673/+724
1997-11-20Import of some more missing categorieshubertf1-0/+1
(only directories and pkg-descriptions!)
1997-11-19Needs to be relative to tcl8.0/unix, not tcl8.0hubertf1-4/+2
1997-11-18-fpic -> -fPIC, to stop tk breaking on m68k machines.hubertf1-0/+13
Fixes PR pkg/4499 by Brad Salai <bsalai@law.roc.servtech.com>.
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc5-0/+5
1997-10-17i386 -> <$ARCH> (forgot some)hubertf1-21/+21
1997-10-16Initial import of Mike Brennan's small, fast awk clone toagc6-0/+50
NetBSD package system.
1997-10-14 - Minor documentation fixup, mostly removing comments this won't runhubertf3-197/+237
on some FreeBSD releases (boy can I imagine some users wondering what OS they're running now 8-) - Sync PLIST with reality... esp. empty directories.
1997-10-13 - add MAN{1,3,N} in Makefilehubertf3-38/+255
- remove manpage compression from patch-aa - sync PLIST with reality - do "ldconfig -m /usr/pkg/lib" on pkg_delete
1997-10-13Sync with realityhubertf1-1/+101
1997-10-12 - icon isntalls manpage compressed -> set MANCOMPRESSEDhubertf2-1/+9
(but only on NetBSD!) - rmdir ${PREFIX}/share/icon on pkg_delete
1997-10-09Generalise for non-i386 architectures:agc1-227/+227
+ Hardcode netbsd for the moment (until I'm allowed to use a <$OPSYS> string). + Change the i386 hardcoded constant into <$ARCH>, which will be modified by bsd.port.mk when constructing the derived .PLIST file at package installation time.
1997-10-06Add NetBSD RCS Id.agc2-3/+9
Change a mkdir to mkdir -p in the patch to Makefile.in, so that the include directories get made if they don't exist, as they're put in a non-standard place.
1997-10-06Add NetBSD RCS Id.agc1-0/+1
1997-10-06Add NetBSD RCS Id.agc2-2/+50
Add default directories for Perl's Configure script to search on NetBSD. Now why can't it grab these from the installer's path or other environment variables?
1997-10-06Commit file missed in previous commit - this files hasagc1-0/+209
the NetBSD/i386-specific files.