summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-15hier(7)-lint: install locale stuff in share/locale, not lib/locale.tv2-3/+16
1998-08-15Change to use catgets. hier(7)-lint: install locale stuff intv4-14/+60
share/locale instead of lib/locale.
1998-08-14"ln" -> "${LN}", "rm" -> "${RM}".tron1-3/+3
1998-08-14Update "mtools" to version 3.9.1, fixes PR pkg/5968.tron3-11/+22
1998-08-14Add and enable "ne", fixes PR pkg/5920.tron1-1/+2
1998-08-14New "ne" package created by Ben Harris:tron5-0/+38
A re-write of Phoenix E. A sensible light-weight editor.
1998-08-14New "ne" package created Ben Harris:tron1-0/+28
A re-write of Phoenix E. A sensible light-weight editor.
1998-08-14Fix MD5 checksum test in "do-fetch:" target to work with "DIST_SUBDIR".tron1-17/+33
Patch supplied by Jim Bernard in PR pkg/5962.
1998-08-14Letter->letter, fixes pr 5971 by Brian Grayson.frueauf1-2/+2
1998-08-14Update lsof to 4.36, closes pr 5966.frueauf2-5/+12
1998-08-14Sources and patches are only available on "ftp.netbsd.org".tron1-4/+4
1998-08-14Remove "gnuls", add "linuxls".tron1-2/+2
1998-08-14This package is named "linuxls" not "gnuls".tron10-501/+4
1998-08-14Add rcs id.frueauf1-0/+2
1998-08-14Include <X11/xpm.h> not <xpm.h>. Fixes pr 5942.frueauf4-0/+52
1998-08-14Remove some unnecesary part of the patch. Fixes pr 5940.frueauf1-9/+15
1998-08-14As apache got upgraded to 1.3.1, adjust DEPENDS on it as well.frueauf2-4/+4
1998-08-14"${MASTER_SITES}" as suggested by Jim Bernard in PR pkg/5964.tron1-2/+2
1998-08-14- Pass LDFLAGS_FOR_TARGET down to the built libraries, needed fortv2-6/+23
"-rpath-link". - Make sure that SYS_INCLUDE and SYS_LIB dependent stuff is only used if these variables are defined.
1998-08-14Cross-compiler for x86 Linux, libc v6 aka glibc v2 (RedHat 5.x, fortv7-1/+756
instance).
1998-08-13Add and enable dync.agc1-1/+2
1998-08-13Update to newer distribution archive to fix problem with PBM image files.tron1-2/+2
1998-08-13Initial addition of dync, an awk-like utility which uses C as aagc5-0/+50
language, to the NetBSD packages collection.
1998-08-13ARCH -> MACHINEmycroft1-4/+4
1998-08-13This patch needs to be relative to ${WRKSRC}.tv1-3/+3
1998-08-13Update "ImageMagick" to version 4.0.8.tron3-7/+8
1998-08-13Consolidate and clean up compat11/compat12. Now there is only one pkgtv11-121/+21
(compat12), which uses MACHINE_ARCH and does not supply libkvm.
1998-08-12Add rcsid.tv1-0/+2
1998-08-12A pkg for Bob Supnik's simh processor simulator. Can simulate the IBMtv8-1/+117
1401, Nova, and PDP-{1,4,5,7,8,9,11,15} on both big and little endian processors. (Can run the free binary distribution of V6 and V7.)
1998-08-12Update lesstif to 0.86.0.frueauf6-20/+48
1998-08-12Add m68k fix supplied by Bob Nestor in PR pkg/5931.tron1-0/+18
1998-08-12The common directory name is COMMON, not files.tv1-2/+2
1998-08-12Never mind; I'm full of shit.cjs1-5/+0
1998-08-12Restore ALLOW_CHANGING_FROM. This option, if compiled in, can becjs1-0/+5
turned off in the pine global config file, but cannot be turned on if not compiled in. Of course, the `security' this provides is entirely phony, but those that feel more comfortable with it disabled can still do so with the binary pacakge.
1998-08-12Quell HAVE_VPRINTF warning until this is fixed in the egcs distfile.tv1-0/+10
1998-08-12Remove v2misc dist subdirectory. Not used for either DJGPP distfile.tv1-2/+1
1998-08-12Add i386-msdosdjgpp, a cross environment for a target of MS-DOS on 386+tv8-1/+272
with DPMI. (Includes Win'95 and WinNT command windows.)
1998-08-12Add CROSSBASE.tv1-1/+5
1998-08-12Shortly document CROSSBASE.tv1-5/+6
1998-08-12Add and enable category "cross".tv2-1/+7
1998-08-12The first cross pkg: a compiler for iX86-Linux, with GNU libc1 (libc v5).tv5-0/+654
For RedHat 4.x and similar targets.
1998-08-12Welcome to the cross category.tv1-0/+1
1998-08-12Shared files used in many cross pkgs.tv5-0/+384
1998-08-12Comment things out with "#", not ":".hubertf1-5/+5
(fixes PR 5953 by jbernard@ox.mines.edu)
1998-08-12Enable py-cursestsarna1-1/+2
1998-08-12py-curses, an enchanced curses module for Python.tsarna7-0/+59
1998-08-12Set NO_MTREE= for a USE_CROSSBASE pkg.tv1-1/+2
1998-08-11- Introduce CROSSBASE and a USE_CROSSBASE option, for use with pkgs fromtv2-5/+14
the "cross" subdirectory. Defaults to ${LOCALBASE}/cross. - PREFIX is not user settable. Do not conditionally set it such that environment variables and mk.conf can override it. Issue an error if PREFIX is attempted to be set from mk.conf, environment, or command line.
1998-08-11Set ${PREFIX} after inclusion of bsd.pkg.mk; don't depend on bsd.pkg.mk totv2-10/+10
conditionally set PREFIX.