summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-11-28Pass "CFLAGS" to "CC" instead of "CPPFLAGS".tron1-2/+2
2000-11-28Nuke cdrecord-current. cdrecord is now already at 1.9.tv12-171/+1
2000-11-28Upgrade to 1.1.29.mycroft6-45/+64
While I'm at it: * Set USE_LIBINTL, rather than depending on gettext directly. * Remove some silliness that deleted -export-dynamic from a Makefile and then readded it through the global LDFLAGS.
2000-11-28Update exim and corresponding docs to version 3.20. Too many changes to notead3-21/+27
here; changelogs can be found at http://www.exim.org/.
2000-11-28Modules get installed as shlibs on a.out, too.mycroft1-6/+2
2000-11-28Add and enable modelineagc1-1/+2
2000-11-28Initial import of modeline into the NetBSD packages collection.agc7-0/+73
A small but useful utility to calculate the XFree86 ModeLines for the XF86Config file, given a screen resolution and a vertical frequency (in Hertz).
2000-11-28Require bison to build.rh1-1/+2
2000-11-28Update to 2.2.10. Changes since 2.2.8:mjl2-5/+5
*) Allow absolute pathnames in the -socket argument. *) Don't invoke suexec when the user/group for the fastcgi application is the same as the apache main server. This is consistent with apache's suexec handling. *) Reset the apache drop dead timer upon successful read or writes to/from the client. This eliminates timeouts that were occuring during the large file transfers to/from slow clients. *) Support generic wrappers such as cgiwrap by eliminating dependencies on Apache's SUEXEC, renaming the FastCgiSuexec directive FastCgiWrapper and eliminating any checks regarding the target application (this is the repsonibility of the wrapper). *) Fix a nasty bug that occurred when a client aborted a POST request before the connection to a dynamic FastCGI application was opened.
2000-11-28Add and enable "fftpack". Fixes PR pkg/11368 by Jason Beegan.jtb1-1/+2
2000-11-28Initial import of new "fftpack" package:jtb20-0/+300
Single precision Fortran FFT subroutines
2000-11-28- Update package name to squid-2.3s4nb2 suggested bytaca1-2/+2
Christoph Badura <bad@bsd.de>.
2000-11-28Update version to 0.80 at the request of the maintainer, Damon Brodie.david2-4/+4
Also closes PR pkg/11348
2000-11-28Add and enable new "slatec" package. Fixes PR pkg/11369 by Jason Beegan.jtb1-1/+2
2000-11-28Initial import of new "slatec" package:jtb6-0/+236
Library of mathematical and statistical Fortran 77 subroutines
2000-11-27Add and enable new "felt" package. Fixes PR pkg/11403 by Jason Beegan.jtb1-1/+2
2000-11-27Initial import of new "felt" package:jtb7-0/+211
Free system for introductory level finite element analysis
2000-11-27Give binary packages a chance to work:hubertf2-5/+9
* for jadetex, include the jadetex and pdfjadetex binaries * for both packages, move the texmf.cnf file around properly, i.e. move aside before putting the pkgs' file in-place, and move our backup back after removing it.
2000-11-27Install x11tiles the proper way for nethack-x11. This fixes the problempooka5-20/+21
of nethack-x11 not having `pretty' graphics reported by Julian Coleman on tech-pkg
2000-11-27 * Make sure PKGPATH gets added to BUILD_DEFS (I thought it was there for ahubertf1-2/+3
long time. Oh well.) * Only replace the value of PATH for "PATH", not any variable whose name starts with PATH (like PKGPATH :-) Hinted by Jason R. Mastaler <jason@mastaler.com> on tech-pkg.
2000-11-27Correct PLIST for libtool changes.mycroft1-11/+11
2000-11-27Make this work with current automake.mycroft6-22/+57
2000-11-27Create ${PREFIX}/lib/java if it does not exist.jwise1-1/+2
2000-11-27Compile modules with `-avoid-version'. Update PLIST accordingly.mycroft4-6/+34
2000-11-27Set USE_LIBTOOL and LTCONFIG_OVERRIDE.mycroft2-4/+7
Correct PLIST for libtool changes.
2000-11-27Correct PLIST for libtool changes.mycroft1-6/+6
2000-11-27The .a libraries also get installed...mycroft1-1/+18
2000-11-27Set USE_LIBTOOL and LTCONFIG_OVERRIDE.mycroft2-19/+22
Correct PLIST for libtool changes.
2000-11-27Correct PLIST for libtool changes.mycroft8-137/+137
2000-11-27Complete list of "xbill" pximap files.tron1-1/+48
2000-11-27Update for "libtool" 1.3.5nb9 or newer.tron1-12/+12
2000-11-27Enforce version 0.11 or newer of the "GConf" package because version 0.8tron1-2/+2
causes build failures (see PR pkg/11572).
2000-11-27Remove "etc/gconf/gconf.xml.defaults" and its sub directories which aretron1-5/+1
not created by this version of "GConf".
2000-11-27After "bsd.pkg.mk" has been fixed the work arround for "libtool"tron2-7/+3
version 1.3.5nb9 or newer is not required any more.
2000-11-27Update fetchmail{conf} to 5.6.0.frueauf3-6/+6
fetchmail-5.6.0 (Sun Nov 26 22:11:09 EST 2000), 19625 lines: * Updated FAQ on IPv6 operation. * Enabled showdots to work from the command line. * Fixed a bug in fetchmailconf's handling of the `principal' option. * smtpname processing fixed.
2000-11-27Don't remove package list entries ending on ".so" on ELF systems any more.tron1-3/+1
With "libtool-1.3.5nb9" or newer shared objects are named like that.
2000-11-27upgrade to snapshot 2000/11/21 + KAME IPv6 patch.itojun2-7/+7
--- 20001024 Documentation: the canonical, virtual etc. manual pages did not document the effect of leading whitespace. 20001025 Bugfix: virtual map expansion stopped too early with self-referential aliases. Reported by Michael Douglass @ datafoundry.net. File: cleanup/cleanup_map1n.c. 20001026 Horror: postmap and postalias (newaliases) silently lose the file lock while building a lookup table with Berkeley DB 2.x and later on Solaris, HP-UX, IRIX, and UNIXWARE. The result is that table lookups fail while the table is being built, so that mail is lost. In order to avoid this misbehavior one has to use an undocumented feature that is NOT available with the DB1.85 compatibility interface. Therefore, Postfix now supports three Berkeley DB programming interfaces of increasing complexity. File: util/dict_db.c. Bugfix: some character manipulations were not portable for signed/unsigned characters. Files: global/quote_821_local.c, global/quote_822_local.c. Workaround: apparently, some software sends SMTP mail that begins with "From sender time-stamp". Sendmail silently ignores such RFC violating garbage, and therefore Postfix needs to jump another hoop. File: smtpd/smtpd.c. 20001028 Bugfix: the flush server tried to access config files after going to the chroot jail. Found by Lutz Jaenicke, TU-Cottbus.DE. File: flush/flush.c. Update: revised LDAP module from primary maintainer John Hensley, with contributions from many other people. Files: util/dict_ldap.c, LDAP_README. Update: LINUX2 chroot setup script by Matthias Andree, uni-dortmund.de. Feature: specify unix:/path/name for LMTP connections over UNIX-domain sockets, and specify inet:host or inet:host:port for IPV4. If no unix: or inet: is specified, IPV4 is assumed. File: lmtp/lmtp_connect.c. Feature: added UNIX-domain support to the smtpstone test programs in order to test the LMTP client UNIX-domain support. 20001030 Bugfix: further testing in preparation for 19991231-pl10 revealed that the DB map code was now broken for every platform. 20001031 Performance: the slow start (gradually increase number of parallel connections to the same site) was too gentle and Postfix would back off too quickly. Files: qmgr/qmgr_queue.c and nqmgr/qmgr_queue.c. 20001101 FAQ update by Ralph Hildebrandt. 20001104 Portability: RedHat Linux has changed incompatibly, again. Fixed with the help of Matthias Andree. File: makedefs. 20001109 Cleanup: changed prototype of internal function that did not return a useful result. File: src/util/vstream_popen.c. 20001110 Workaround: the Debian post install script passes an open file descriptor into the master server and waits forever. Reported by Lamont Jones. File: master/master.c. 20001114 Compatibility: added sendmail -G (gateway submission) option for compatibility with the sendmail rmail command. Requested by David Gilbert, Velocet Communications. 20001116 Documentation: added MAILER-DAEMON to the list of sample masquerade_exceptions settings in conf/sample-rewrite.cf. Suggested by Karl O. Pinc, pop.artic.edu. Performance: the slow start (gradually increase number of parallel connections to the same site) was too gentle and Postfix would back off too quickly. Files: qmgr/qmgr_queue.c and nqmgr/qmgr_queue.c. Yup, changed the same code, again. We now allow for a margin above the actual concurrency, with the size of the initial destination concurrency. Final solution by Patrik Rak. Bugfix: the recipient home directory test broke mailbox_transport support for non-UNIX recipients. File: local/recipient.c. 20001117 Robustness: additional integrity tests for the nqmgr by Patrik Rak. File: nqmgr/qmgr_message.c. 20001118 Bugfix: the new LDAP client code did not work properly if the new ldap_domain parameter was not specified. LaMont Jones, HP. File: util/dict_ldap.c. Feature: the soft_bounce safety net is extended to the SMTP server. With "soft_bounce = yes", The SMTP server changes all 5xx (reject) replies into 4xx (try again) replies. Documentation: the virtual(5) man page now documents both Postfix-style virtual domains and Sendmail-style virtual domains, including their interaction with local usernames, aliases and mailing lists. Hopefully, this ends some of the confusion surrounding virtual domain support. Updated several FAQ entries concerning virtual domain support. Documentation: added FAQ entry for the biff service. 20001119 Bugfix: per-destination queue names were case sensitive so that the same site could have multiple queues. Reported by Patrik Rak. Files: *qmgr/qmgr_message.c. 20001120 Bugfix: per-destination deferred mail logfiles were case sensitive so that the same site could have multiple deferred mail logfiles, so that not all mail would be flushed with ETRN. Reported by Ralph Hildebrandt. Files: flush/flush.c. Portability: added (int) casts to printf-like arguments that specify the width of %*letter conversions. On some systems, sizeof and pointer difference expressions are wider than an int. Reported by Valentin Nechayev @ lucky.net. 20001121: Compatibility: Postfix now retries delivery when an external command is killed by a signal, because people expect such behavior from Sendmail. File: global/pipe_command.c.
2000-11-27Add and enable freetype2rh1-1/+2
2000-11-27Initial import of freetype2-2.0b8, version 2 of the freetype library.rh5-0/+100
2000-11-27- add two patches from http://www.squid-cache.org/Versions/v2/2.3/bugs/ .taca2-3/+7
Should I update to squid-2.3s4nb2?
2000-11-27Update GConf to 0.11. Changes include additional locale files, somerh5-39/+44
minor enhancements, and bugfixes. Most notably, GConf now compiles under non-ELF architectures (tested under NetBSD-1.4.3/i386)
2000-11-27Install all pixmap files now.tron1-13/+0
2000-11-27Ooops, forgot to remove dependence on "xbill" package.tron1-2/+1
2000-11-27Add conflict with "xbill" package which installs a (now) different settron1-1/+3
of pixmaps to "share/pixmaps/xbill".
2000-11-27We can't share the pixmaps with current version of "gnome-games" any moretron1-1/+3
because the sets are no different. So add a conflicht with the "gnome-games" package.
2000-11-27"USE_LIBINTL" is not enough, add "-I${LOCALBASE}/include" to "CFLAGS".tron1-9/+10
2000-11-27Reworked previous in different way. Manpages are now installed properlykei7-34/+27
whether MANZ is set to YES or not. Problem pointed out by Matthias Scheler in private mail. Thanks!
2000-11-27"USE_LIBINTL" is not enough. We need to add "-I${LOCALBASE}/include"tron1-7/+8
to "CFLAGS". The "configure.in" is probably broken.
2000-11-27requires msgfmt and libintlitojun2-2/+6
2000-11-27requires gettextize, msgfmt and libintlitojun1-1/+4