summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-12-18Bump binutils package to 2.9.1.1. Now install bfd.h and ansidefs.h, andwrstuden3-6/+12
libiberty.a. Lets other packages link against this libbfd. Discussed with Todd, and an interum fix until he can bash on this package some more.
1999-12-18redochristos1-2/+2
1999-12-18typo in patchchristos1-2/+2
1999-12-18New patch checksumchristos1-3/+5
1999-12-18- Fix Makefile to work with elfchristos4-58/+241
- Fix RO string that got written - Add mmap() when we run ELF, because we need to map lomem - Fix uninitialized reference in di->location - Make doscmd_loader use loadfile() [Tested only with ELF]
1999-12-17Remove machine-dependencymellon1-25/+25
1999-12-17librep bindings for gtk - required by sawmillmellon5-0/+28
1999-12-17Build librep.mellon1-1/+2
1999-12-17An embeddable LISP interpreter, used by sawmill.mellon5-0/+127
1999-12-17Build spruce.mellon1-1/+2
1999-12-17Spruce - a GNOME based mailer that actually seems to be usable.mellon7-0/+59
1999-12-17Make this compile again. Hopefully fixes pr 9003 by Lennart Augustssonpooka2-0/+16
1999-12-17Update dependency on zope to reflect its correct version. Pointed outagc1-2/+2
by David Brownlee.
1999-12-17Update dependency on openldap to reflect its correct version. Pointedagc2-4/+4
out by David Brownlee.
1999-12-17Update dependency on kakasi to reflect its correct version. Pointedagc1-2/+2
out by David Brownlee.
1999-12-17Update dependency on esound to reflect its correct version. Pointedagc1-2/+2
out by David Brownlee.
1999-12-17Correct the addnerd dependency by adding a version number for thisagc1-2/+7
package. Pointed out by David Brownlee.
1999-12-17Update dependency on freetype to reflect its correct version. Pointedagc1-2/+2
out by David Brownlee.
1999-12-17Update dependency on enlightenment to reflect its correct version.agc1-2/+2
Pointed out by David Brownlee.
1999-12-17Update dependency on clanlib to reflect its correct version. Pointed out byagc1-2/+2
David Brownlee.
1999-12-17Clean up this package somewhat, fetching it from a gzipped tarfile onagc2-8/+6
ftp.netbsd.org, rather than taking it straight from the NetBSD-current tree.
1999-12-17Make this work on alphapooka2-1/+24
1999-12-16Fix default sgml catalog path, add NetBSD id to patch, correctmjl4-32/+45
PLIST.
1999-12-16Add alpha and sparc-elf support.wrstuden2-5/+6
1999-12-16Updated to 1.3.4. Changes are bugfixes (no details available).mjl4-34/+11
1999-12-16Add and enable user.agc1-2/+3
1999-12-16Import NetBSD-current's user(8) user/group management suite ofagc7-0/+124
programs into the NetBSD packages collection.
1999-12-16added USE_FORTRAN for control of the fortran compilerdmcmahill1-11/+4
1999-12-16Add textutilsbouyer1-1/+2
1999-12-16Remember to run 'cvs add' before 'cvs commit'.bouyer1-0/+3
1999-12-16Adapt to NetBSDbouyer4-44/+11
1999-12-16fix DEPENDSdmcmahill1-2/+2
1999-12-16Initial import of FreeBSD's "textutils" package:bouyer6-0/+130
GNU textutils utilities.
1999-12-16Use 3 lines of context, but protect the RCS Id in a different way, inagc3-5/+11
patch-aa, and use a pre-patch step in the package Makefile to substitute for RCS keywords. Regenerate patch file checksum.
1999-12-16changed depends from f2c-19980913 (the pkg) to just f2c (the executible)dmcmahill1-2/+2
1999-12-16Remove embedded blank line in pre-configure target.agc1-2/+1
1999-12-16Add yet more magic to parse Makefiles better. (plus be more verbose whenabs2-28/+79
problems are encountered)
1999-12-16Update depends to rsaref 2.0p3abs3-6/+6
1999-12-16Update to handle wildcard dependenciesabs2-154/+187
1999-12-16regenfredb1-2/+2
1999-12-16Fix ns32k specific syntax error. Require use of rsaref-2.0p3 instead ofjonb3-7/+16
faulty rsaref-2.0p2 while I'm in here.
1999-12-16This patch cleans up our message for unacceptable licenses:hubertf1-6/+13
miyu% make ===> xephem-3.1 Unacceptable license: no-commercial-use. To build this package, add this line to your /etc/mk.conf: ACCEPTABLE_LICENSES+=no-commercial-use To do this, we need to change the semantics of the IGNORE variable. It is no longer taken as one variable, but rather as one variable with several lines, seperated by whitespace. Each line will be printed on it's own. In addition, the code for the IGNORE_FAIL has been slightly moved around so IGNORE_SILENT can be used together with IGNORE_FAIL now. (does someone use this?).
1999-12-16add and enable db3hubertf1-1/+2
1999-12-16Import Sleepycat's db routines (V3). hubertf7-0/+800
Submitted in PR 8963 by Bill Studentmind (wrstuden@netbsd.org>, thanks!
1999-12-16-Update to f2c-19991025. This newer version contains several bug fixesdmcmahill12-147/+237
including (from f2c/changes) = permit long names in #line lines = minor tweaks to make some (C++) compilers happier = some casts for systems with 64-bit longs. = some fixes to format strings -Add a -v (verbose) option to the f2c-f77 script. This is (unfortunately) used by some GNU configure scripts (octave for example) for examining the fortran compiler behaviour.
1999-12-15- Break out patches to ./lib/libxview/misc/expandname.c anddmcmahill6-33/+85
./lib/libxview/textsw/txt_filter.c from patch-ad into patch-al and patch-ao. - Fix several compilation bugs on the sparc. The code had #ifdef(sparc) checks when it was really wanting to make an operating system choice, not a processor choice. Thanks to Ethan Bakshy, ethan@mail.enteract.com for pointing out the problem (on port-sparc).
1999-12-15Change the -fpic flag to -fPIC. This allows the xview-libs package todmcmahill2-4/+4
link on the sparc. Thanks to Ethan Bakshy, ethan@enteract.com for pointing out some of the xview problems on the sparc.
1999-12-15update md5 checksum for today's flavor of the manpagewindsor1-2/+2
1999-12-15md5 didn't match file ndg_files.tar.gzwindsor1-2/+2
neither my freshly-downloaded copy nor file residing in ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/
1999-12-15md5 didn't match filewindsor1-2/+2
neither file freshly downloaded into my system, nor file residing on ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ghostscript/