Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
1998-09-17 | Use libtool to install tclsh, or unusual things will happen. | agc | 1 | -3/+4 | |
1998-09-17 | Make Makefile honour the LDFLAGS value it gets passed. | agc | 2 | -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. | garbled | 1 | -2/+2 | |
1998-09-10 | /usr/bin/env -> ${SETENV} | agc | 1 | -2/+2 | |
1998-09-10 | Use libtool to deal with shared libraries. | agc | 2 | -43/+351 | |
1998-09-08 | Correct the English in the "IMPORTANT" message at installation time. | agc | 1 | -3/+3 | |
1998-09-08 | Add patch to allow STk to install itself if it's already installed | agc | 1 | -0/+25 | |
1998-09-07 | Allow perl to configure itself properly, even if Kaffe 1.0's | agc | 1 | -10/+20 | |
libnet.so.1.0 is installed in ${PREFIX}/lib. | |||||
1998-09-07 | Patch Makefile.in so that any installation of the same version is done | agc | 1 | -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-06 | Add missing rcs id. | frueauf | 1 | -0/+2 | |
1998-09-06 | Add and enable "clisp", fixes PR pkg/6111. | tron | 1 | -1/+2 | |
1998-09-06 | New "clisp" package created by Martin J. Laubach: | tron | 6 | -0/+138 | |
CLISP, a Common Lisp implementation. | |||||
1998-09-02 | Put the distribution archive and all the patches into a sub directory. | tron | 2 | -27/+28 | |
1998-08-26 | Automatically append HOMEPAge to DESCR files, and remove homepage URLs | tsarna | 2 | -5/+0 | |
from individual DESCR files that had them. | |||||
1998-08-26 | better HOMEPAGE, remove from DESCR | tsarna | 2 | -4/+3 | |
1998-08-26 | Better HOMEPAGE, remove from DESCR | tsarna | 2 | -5/+2 | |
1998-08-25 | Back out previous. Go back to f2c-f77. | tv | 2 | -7/+7 | |
1998-08-25 | Rename f2c-f77 back to f77. (Leave CONFLICTS= line as the old | tv | 2 | -7/+7 | |
egcs-current pkg did have a conflict.) | |||||
1998-08-25 | Nuke egcs-current. NetBSD-current has egcs, and earlier releases will | tv | 9 | -412/+1 | |
have "cross" pkgs appearing shortly. | |||||
1998-08-25 | Update to the f2c package, from Dan McMahill (mcmahill@mtl.mit.edu). | agc | 12 | -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-23 | Add missing / to HOMEPAGE URL. | frueauf | 1 | -2/+2 | |
1998-08-20 | The Grand Homepagification: | tsarna | 17 | -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-15 | Configure uses ${PREFIX} so pass it in the environment. | kim | 1 | -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-12 | Comment things out with "#", not ":". | hubertf | 1 | -5/+5 | |
(fixes PR 5953 by jbernard@ox.mines.edu) | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 19 | -0/+38 | |
1998-08-07 | Don't check for Configure input coming from a tty. | agc | 1 | -3/+18 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 107 | -0/+220 | |
1998-08-07 | Enable STk and xcolorsel. | ross | 1 | -2/+2 | |
1998-07-26 | Add glob-style wildcards to ONLY_FOR_ARCHS. | tv | 1 | -2/+2 | |
1998-07-25 | Add "-Uunix -Dunix" to CPPFLAGS as inspired by Tim Rightnour in PR 5843. | tv | 1 | -2/+3 | |
1998-07-24 | Update to use USE_LIBTOOL. | tv | 1 | -5/+3 | |
1998-07-22 | Follow the suggestion of the maintainer and put the distfile into | frueauf | 2 | -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-22 | OPSYS will be defined in bsd.prefs.mk, so no need to redefine it here. | agc | 1 | -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-21 | Correct the name of the conflicting package. | agc | 1 | -2/+2 | |
1998-07-21 | Add and enable f2c. | agc | 1 | -1/+2 | |
1998-07-21 | Addition of f2c, the Fortran to C translator/compiler, to the NetBSD | agc | 14 | -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-21 | Remove hardcoded Operating system name, version, and machine architecture | agc | 2 | -13/+28 | |
from the PLIST. | |||||
1998-07-21 | Update scheme48 to 0.51, inspired by pr 5808 from Jon Buller. | frueauf | 4 | -7/+20 | |
1998-07-17 | Modify to use pkg'd libtool instead of private copy. Give it proper | tv | 4 | -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-16 | Update kaffe to the first release of "Kaffe OpenVM" version 1.0.b1. | frueauf | 8 | -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-15 | Use automatic shared object handling | agc | 1 | -3/+1 | |
1998-07-15 | Use automatic shared object handling | agc | 6 | -19/+6 | |
1998-07-11 | Forgot portlint. Also, should have credited tron for patchfiles | tsarna | 1 | -6/+3 | |
idea in last. | |||||
1998-07-11 | Two changes: | tsarna | 18 | -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-04 | Update for new FTP site. | mycroft | 1 | -2/+2 | |
1998-07-02 | Remove a bunch of stuff, including the FreeBSD credit. | perry | 1 | -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...) |