summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-07-09the Object-Oriented Script Languagesakamoto7-0/+154
from PR pkg/7942 by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>.
1999-07-09Update 1.0b2 to 1.0b4.sakamoto4-12/+13
Fix mastersite noted by Hubert Feyrer.
1999-07-08add NetBSD RCS IDitojun2-0/+4
1999-07-08enable IPv6 build (USE_INET6)itojun4-2/+44
1999-07-08Add Hermes.garbled1-1/+2
1999-07-08Hermes-1.2.5garbled8-0/+86
Library for conversion of pixel graphics. Some help from Hubert on this one..
1999-07-08enable IPV6 build (USE_INET6)itojun3-1/+203
1999-07-08enable IPv6 build (USE_INET6)itojun4-2/+43
1999-07-08Work around a <stdarg.h> problem for just now.agc1-1/+6
1999-07-08Solaris 2.6 redefines rlimit to rlimit64, to catch the rlimit() callagc1-0/+18
when function names are re-defined. Unfortunately, it also does that after defining "struct rlimit", and so we lose because it can't find the structure. So we get to redefine it ourselves before <sys/resource.h> is included. Thanks, guys.
1999-07-08Remove redundant comments at top of Makefile.agc1-6/+1
1999-07-08Get rid of redundant comments at top of Makefile.agc1-10/+4
Modify the logic around the use of IPv6.
1999-07-08Correct a typo.agc1-1/+1
1999-07-08bsd.pkg.mk recognises patch files of the form "patches/patch-*", ratheragc3-5/+8
than "patches/patch-??" - fix pkglint.pl to mirror this. Bump version number to 1.73, and update CHANGELOG
1999-07-08Revert to previous configuration:agc5-13/+7
LOWER_OPSYS for Solaris is solaris. Remove the ugly hacks which had been introduced to workaround previous misunderstanding.
1999-07-08CAPITAL_OPSYS and OS_MAJOR_VERSION are used in one package Makefile,agc2-10/+12
but calculated every time bsd.prefs.mk is read. Correct the situation, and only calculate these when they are needed. Also save a few more cycles by hardcoding the LOWER_OPSYS values for known operating systems, rather than using expensive shell echo and tr commands every time bsd.prefs.mk is read.
1999-07-08Update xsidplay to 1.3.8. Provided in pr 7911 by Antti Kantee.frueauf9-168/+13
1999-07-08thropej suggested me to put it into src/usr.sbin so I nuke it.itojun6-82/+0
sorry for the mess...
1999-07-08pkgsrc for ALTQ (alternate queueing framework).itojun6-0/+82
mainly for ATM PVC related userland programs.
1999-07-08Fix run time library search path.tron1-3/+3
1999-07-08Fix incorrect directory name in dependence.tron1-2/+2
1999-07-08Remove redundant dependence on "libaudiofile".tron1-2/+1
1999-07-08Fix incorrect directory name in dependence.tron1-2/+2
1999-07-08Remove redundant dependences on "gettext" and "libaudiofile".tron1-3/+1
1999-07-08- Update homepage.tron3-82/+90
- Update built-in sites from Bunyip's canononical list. - Build with libcompat instead of custom regex. Patches supplied by Frederick Bruckman in PR pkg/7856.
1999-07-08Create language directories for locale files where it is necessary.tron1-0/+13
1999-07-07Make "ksirc" build on ELF systems.tron1-0/+13
1999-07-07enable IPv6-ready build on USE_INET6.itojun5-18/+74
commit approved by maintainer.
1999-07-07Use Linux ELF object files for NetBSD-i386 ELF as suggested bytron3-25/+45
Klaus Klein in PR pkg/7355.
1999-07-07Fix detection of TIFF and PNG library to avoid link failures ontron1-2/+2
ELF systems.
1999-07-07pkglint: move "ONLY_FOR_PLATFORM" to correct place.tron1-2/+3
1999-07-07Fix typo in last commit.tron1-2/+2
1999-07-07Fix run time library path and link with "Xt" library.tron1-2/+4
1999-07-07Fix run time library path and link with "SM" library.tron1-3/+3
1999-07-07No need to shout: YES -> yestron1-2/+2
1999-07-07Fix ELF lossage by linking with "-ltiff -ljpeg -lz" instead of "-ltiff".tron1-0/+22
1999-07-07Correct MD5 checksum. They now match what is on the master sites and ontron1-3/+3
"ftp.netbsd.org".
1999-07-07Make this package work on Solaris. Again.agc2-4/+22
1999-07-07Make this package work on Solaris.agc2-3/+82
1999-07-07pkglint.bouyer4-318/+9
1999-07-07Add and enable tcl-cgi.bouyer1-1/+2
1999-07-07Add and enable tcl-gdbm.bouyer1-1/+2
1999-07-07fix USE_INET6 build.itojun2-0/+28
1999-07-07A library of Tcl procedures to assist in writing CGI scripts.bouyer6-0/+241
1999-07-07tcl interface to gdbm.bouyer8-0/+276
1999-07-07Link with "Xext" library to make this work on ELF systems.tron1-2/+2
1999-07-07USE_INET6 clarify (some pkgsrc require IPv6-ready kernel)itojun1-1/+2
1999-07-07add and document USE_INET6.itojun1-1/+4
1999-07-07now it can get USE_INET6 from /etc/mk.conf.itojun1-1/+4
1999-07-07IPv6 support can be built with "make USE_INET6=YES".itojun3-4/+27