summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
1998-10-03Use PLIST-md.shared on alpha and place an exception into perl's Makefile,tv1-1/+6
not into the generic bsd.pkg.mk.
1998-09-28This is now broken on Alpha.tsarna1-1/+3
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled4-4/+12
on alpha. There may be more, but I haven't seen them yet.
1998-09-20Make dynamicly loaded modules work on NetBSD/alpha. May work ontsarna3-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
1998-09-17Use libtool to install tclsh, or unusual things will happen.agc1-3/+4
1998-09-17Make Makefile honour the LDFLAGS value it gets passed.agc2-9/+38
Specify the library name in a form that libtool can deal with.
1998-09-14-Uunix -Dunix is a complete noop. Pull out the -U and things work again.garbled1-2/+2
1998-09-10/usr/bin/env -> ${SETENV}agc1-2/+2
1998-09-10Use libtool to deal with shared libraries.agc2-43/+351
1998-09-08Correct the English in the "IMPORTANT" message at installation time.agc1-3/+3
1998-09-08Add patch to allow STk to install itself if it's already installedagc1-0/+25
1998-09-07Allow perl to configure itself properly, even if Kaffe 1.0'sagc1-10/+20
libnet.so.1.0 is installed in ${PREFIX}/lib.
1998-09-07Patch Makefile.in so that any installation of the same version is doneagc1-0/+16
over the top, without deleting existing files - the package collection will deal with any collisions etc. Make sure this is not an INTERACTIVE package.
1998-09-06Add missing rcs id.frueauf1-0/+2
1998-09-06Add and enable "clisp", fixes PR pkg/6111.tron1-1/+2
1998-09-06New "clisp" package created by Martin J. Laubach:tron6-0/+138
CLISP, a Common Lisp implementation.
1998-09-02Put the distribution archive and all the patches into a sub directory.tron2-27/+28
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna2-5/+0
from individual DESCR files that had them.
1998-08-26better HOMEPAGE, remove from DESCRtsarna2-4/+3
1998-08-26Better HOMEPAGE, remove from DESCRtsarna2-5/+2
1998-08-25Back out previous. Go back to f2c-f77.tv2-7/+7
1998-08-25Rename f2c-f77 back to f77. (Leave CONFLICTS= line as the oldtv2-7/+7
egcs-current pkg did have a conflict.)
1998-08-25Nuke egcs-current. NetBSD-current has egcs, and earlier releases willtv9-412/+1
have "cross" pkgs appearing shortly.
1998-08-25Update to the f2c package, from Dan McMahill (mcmahill@mtl.mit.edu).agc12-54/+258
Fixes PR pkg/6026. Modified slightly by me, to add NetBSD RCS Ids to patches, along with a minimalist comment about each patch, and also modified the top-level Makefile to use mkdir, rather than install -d (install -d was clobbering directory permissions on ${PREFIX}/{bin,lib,include}).
1998-08-23Add missing / to HOMEPAGE URL.frueauf1-2/+2
1998-08-20The Grand Homepagification:tsarna17-19/+36
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-15Configure uses ${PREFIX} so pass it in the environment.kim1-1/+2
(Or was it our patch only that introduced it -- then it might need to be ${prefix} in patches/patch-aa instead). In any case, this fix works (now gdbm is found if it is already installed as a package).
1998-08-12Comment things out with "#", not ":".hubertf1-5/+5
(fixes PR 5953 by jbernard@ox.mines.edu)
1998-08-07Add NetBSD RCS Ids.agc19-0/+38
1998-08-07Don't check for Configure input coming from a tty.agc1-3/+18
1998-08-07Add NetBSD RCS Ids.agc107-0/+220
1998-08-07Enable STk and xcolorsel.ross1-2/+2
1998-07-26Add glob-style wildcards to ONLY_FOR_ARCHS.tv1-2/+2
1998-07-25Add "-Uunix -Dunix" to CPPFLAGS as inspired by Tim Rightnour in PR 5843.tv1-2/+3
1998-07-24Update to use USE_LIBTOOL.tv1-5/+3
1998-07-22Follow the suggestion of the maintainer and put the distfile intofrueauf2-8/+6
MASTER_SITE_LOCAL cause the original archive is created "on the fly" and will be different as soon f2c gets changed.
1998-07-22OPSYS will be defined in bsd.prefs.mk, so no need to redefine it here.agc1-9/+3
OPSYS will also be substituted automatically when creating the contents list from the PLIST, so no need to substitute it explicitly here.
1998-07-21Correct the name of the conflicting package.agc1-2/+2
1998-07-21Add and enable f2c.agc1-1/+2
1998-07-21Addition of f2c, the Fortran to C translator/compiler, to the NetBSDagc14-0/+273
packages collection. This is based on the 1998/05/16 version of f2c, and was submitted by Dan McMahill in PR pkg/5735. I modified some patches to contain the correct pathnames.
1998-07-21Remove hardcoded Operating system name, version, and machine architectureagc2-13/+28
from the PLIST.
1998-07-21Update scheme48 to 0.51, inspired by pr 5808 from Jon Buller.frueauf4-7/+20
1998-07-17Modify to use pkg'd libtool instead of private copy. Give it propertv4-22/+35
INSTALL_* macros in configure instead of patching around them. Remove aclocal directory if this is the last pkg using it. Portlint: reformat DESCR to <80 columns.
1998-07-16Update kaffe to the first release of "Kaffe OpenVM" version 1.0.b1.frueauf8-98/+79
This version does no longer use any code from Javasoft(tm). XXX although the authors claim it works on several NetBSD architektures XXX I suspect it currently only works on i386, because they insist on XXX having a trampoline.c which is only present for i386. XXX I did set "ONLY_FOR_ARCHS=i386 sparc alpha m68k mips arm32" to give XXX people a try to feedback if it works or not.
1998-07-15Use automatic shared object handlingagc1-3/+1
1998-07-15Use automatic shared object handlingagc6-19/+6
1998-07-11Forgot portlint. Also, should have credited tron for patchfilestsarna1-6/+3
idea in last.
1998-07-11Two changes:tsarna18-880/+69
- Use -fPIC instead of -fpic (latter breaks py-Numeric on sparc). Suggested by tv@netbsd.org. This is inherited by most py-* packages. Change sent to guido@cnri.reston.va.us. - Remove official patches from patches dir. Use PATCHFILES mechanism instead to get them from www.python.org.
1998-07-04Update for new FTP site.mycroft1-2/+2
1998-07-02Remove a bunch of stuff, including the FreeBSD credit.perry1-9/+1
(I replaced literally every line in the package, eliminated all their patches, and had to re-generate the PLIST by hand, so it isn't really theirs any longer. Had I realized how much had changed I would have started from scratch...)