Commit graph

17114 commits

Author SHA1 Message Date
itojun
bb06ef8f58 pkglint. 2001-02-04 10:40:00 +00:00
itojun
47fc4ed1d6 update to 9.2.0s20010119. remove IGNORE.
694.   [bug]           $GENERATE did not produce the last entry.
                        [RT #682, #683]

 693.   [bug]           An empty lwres statement in named.conf caused
                        the server to crash while loading.

 692.   [bug]           Deal with systems that have getaddrinfo() but not
                        gai_strerror(). [RT #679]

 691.   [bug]           Configuring per-view forwarders caused an assertion
                        failure. [RT #675]

 690.   [func]          $GENERATE now supports DNAME. [RT #654]

 689.   [doc]           man pages are now installed. [RT #210]

 688.   [func]          "make tags" now works on systems with the
                        "Exuberant Ctags" etags.
2001-02-04 10:39:11 +00:00
mrg
d7f5dee4b8 initial import of compat14-1.4.3:
Shared libraries for NetBSD 1.4 (and earlier) compatibility


this has only been done for i386 & sparc so far, and deals with using
/emul/aout for these systems that are ELF now.


XXX: port to alpha, m68k, mips*, arm32 and ns32k (anything else?)
2001-02-04 08:03:39 +00:00
mrg
c0dadc4266 initial import of netbsd32_compat14-1.0:
32-bit shared libraries for NetBSD 1.4 (and earlier) compatibility


this package is only available (useful) for sparc64.
2001-02-04 07:16:30 +00:00
mrg
d1dc28f14d initial import of netbsd32_compat15-1.0:
32-bit shared libraries for NetBSD 1.5 (and earlier) compatibility


this package is only available (useful) for sparc64.
2001-02-04 07:15:59 +00:00
itojun
1a31d4b4d0 upgrade to 20010202 (beta) with latest IPv6 patch.
Major changes with snapshot-20010202
====================================

The mailbox file size limits for the local and virtual delivery
agents can be disabled by setting mailbox_size_limit and/or
virtual_mailbox_limit to zero.

Incompatible changes with snapshot-20010128
===========================================

If this release does not work for you, you can go back to a previous
Postfix version without losing your mail, subject to the "incompatible
changes" listed for previous Postfix releases below.

REJECT in header/body_checks is now flagged as policy violation
rather than bounce, for consistency in postmaster notifications.

New mailbox size limit for local delivery (default: 50MBytes). This
limit affects all file write access by the local delivery agent or
by a process run by the local delivery agent. The purpose of this
parameter is to act as a safety for run-away software. It cannot
be a substitute for a file quota management system.

The default RBL (real-time blackhole lists) domain examples have
been updated from *.vix.com to *.mail-abuse.org.

Major changes with snapshot-20010128
====================================

Updated nqmgr (experimental queue manager with clever queueing
strategy) by Patrik Rak. This code is still new. Once it stops
changing (for a long time!) it will become part of the non-beta
release.

Virtual mailbox delivery agent by Andrew McNamara. This delivery
agent can deliver mail for any number of domains.  See the file
VIRTUAL_README for detailed examples. This code is still new. Once
it stops changing it will become part of the non-beta release.

Many "valid_hostname" warnings were eliminated. The warnings that
were not eliminated were replaced by something more informative.

SASL support (RFC 2554) for the LMTP delivery agent. This is required
by recent Cyrus implementations when delivering mail over TCP
sockets. The LMTP_README file has been updated but still contains
some obsolete information.

Workarounds for non-standard RFC 2554 (AUTH command) implementations.
Specify "broken_sasl_auth_clients = yes" to enable SMTP server
support for old Microsoft client applications. The Postfix SMTP
client supports non-standard RFC 2554 servers by default.
2001-02-04 06:10:23 +00:00
tron
38f84c2944 Synchronize "p5-PerlMagick" package with "ImageMagick" package by
updating it to version 5.2.8.
2001-02-04 00:34:13 +00:00
jlam
9669e40488 Correct HTML syntax. 2001-02-03 20:53:10 +00:00
jlam
c798a2d708 Remove dirrm for nonexistent directory. 2001-02-03 19:32:27 +00:00
fredb
f55c6043a6 Remove redundant setting of CPPFLAGS, now that bsd.pkg.mk already sets
CPPFLAGS=-I${LOCALBASE}/include, and adds it to CONFIGURE_ENV.
2001-02-03 19:07:42 +00:00
fredb
5cec2919fa Make INET6 work again, fix supplied by Olaf Seibert in PR pkg/12124.
Additionally remove redundant CPPFLAGS setting, and respect setting of
CPPFLAGS in builder's environment.
2001-02-03 19:04:50 +00:00
taca
dcb3ab7ef0 Add md5 checksum of KTerm-BGP-1.0.patch.gz in order to compile with
KTERM_USE_WALLPAPER=yes.
2001-02-03 12:55:41 +00:00
itojun
322a5434be upgrade to 0.91a. no changelog supplied on webpage. 2001-02-03 09:45:16 +00:00
dmcmahill
98809be61b we don't have ocamlopt on non-i386 so don't try and use it on non-i386,
use ocamlc in that case.  Fixes recently noted compile problems on alpha.
2001-02-03 09:07:21 +00:00
hubertf
4c651a332a Don't allow non-pkgsrc zlib installed. Per discussion on tech-pkg.
(This makes me wonder how things work when I setup a system from solaris
 pkgs only, that were generated from pkgsrc - i doubt they have the /var/db/pkg
 information to make our system recognize them as "our" pkg... ?)
2001-02-03 08:07:33 +00:00
hubertf
0a11d404e3 ``Why drink and drive when you can smoke and fly''
(Use libtool to build this if it's installed; does not require port of
 NetBSD's share/mk for bootstrapping; old BSD-mk based build is still
 available as fallback if no libtool is found)
2001-02-03 06:42:17 +00:00
hubertf
5eb6965be4 Pull in bsd.prefs.mk to define OPSYS, and set CFLAGS to find zlib.h 2001-02-03 06:12:36 +00:00
hubertf
9dddab0b4d Add & enable libtool-base and libtool-info 2001-02-03 05:39:48 +00:00
hubertf
3885198f90 Split into libtool-base and libtool-info, for easier system bootstrap.
This meta-package pulls in the other two parts.

XXX any modifications should be made to this pkg's Makefile.common, patches,
XXX files dir etc. *only* !
2001-02-03 05:34:57 +00:00
hubertf
213e99d713 Rip apart libtool into "base" and "info" part.
This is (only) the info pages.

Reason for the ripout:
 * To build the info pages, you need gtexinfo
 * to build gtexinfo, you need zlib
 * zlib is a library, which can be built with libtool. (Now, after this
   chicken-and-egg situation is resolved :-)
2001-02-03 05:33:25 +00:00
hubertf
a070d54635 Rip libtool apart into "base" pkg and "info" pages.
This is the base system that's enough to do work (and bootstrap a system!)
2001-02-03 05:26:03 +00:00
hubertf
025f8c4638 Allow manually-installed zlib on solaris 8 (in /usr/lib) 2001-02-03 05:18:07 +00:00
hubertf
f0fbb65c99 This needs zlib installed. Depend on it for Solaris. 2001-02-03 05:13:10 +00:00
dent
64eceda076 typo. 2001-02-03 04:03:56 +00:00
dmcmahill
7b326e6191 add some missing header files for alpha. 2001-02-03 01:53:02 +00:00
dmcmahill
ac571cdc1e create missing ELF shared lib links 2001-02-03 01:52:19 +00:00
kristerw
1127963d94 Update UAE to 0.8.15, fixes PR 12018
User-visible changes in 0.8.15:
  - A few changes in the core of the custom chip emulation; this should mean
    more accuracy in general, but likely also a few new bugs in this version.
    It may be a little slower as well.
  - "68040" emulation.  Dedicated to all the clueless folks out there.
    (with thanks to Christian Bauer)
2001-02-02 22:17:20 +00:00
jlam
73f8fb7662 Update squirrelmail to stable release version 1.0.1. Changes from development
version 0.9.3:

- Improved the way sqimap_read_data() is handled
- Sped up "no sorting" even more
- Fixed problems with sending messages
- Fixed some pass-by-reference calls that caused problems with newer PHP
  versions
- Fixed bug that didn't display last folder subscribed to
- Removed requirement of PHP 4.0.1 for array_unique() function
- Removed unnecessary echo statements by breaking out of PHP
- Changed evaluation method from using " to ' for speed improvements
- If no plugin array set in config.php, now handled correctly
- If subject is > 55 chars, trims it and puts "..." in message list
- Hundreds of minor changes to remove all verbose PHP warning messages
- Updated config_default.php to include attachment_common plugin (now in
  distribution)
- A few minor speed improvements
- Fixed problems in sqimap_read_body(), made it more reliable
- Added French translation of help files by gore K <gore_k@ymca-cepiere.org>
- Added Finnish translation by Teemu Junnila <teejun@vallcom.com>
- Updated Sweedish translation
- Updated Russian translation
2001-02-02 19:39:18 +00:00
hubertf
c4c4bf3bca Make this actually describe the pkgs.
By PR 12115 from Jeremy C. Reed <reed@reedmedia.net>
2001-02-02 19:12:32 +00:00
jlam
adaaa7ef39 Add and enable php4-ldap 2001-02-02 18:25:33 +00:00
jlam
42628fb043 php4-imap: PHP4 extension for LDAP databases
Provided by John Darrow in pkg/12093.
2001-02-02 18:24:13 +00:00
dmcmahill
be6dc59837 fix a bug which caused pkgs with no dependens to get dropped from the output
when looking up the tree.
2001-02-02 18:18:17 +00:00
jlam
8964be8059 Update p5-CGI to 2.75. Changes from version 2.74:
1. Fixed bug in server push boundary strings (CGI.pm and CGI::Push).
    2. Fixed bug that occurs when uploading files with funny characters in
       the name
    3. Fixed non-XHTML-compliant attributes produced by textfield()
    4. Added EPOC support.
    5. Fixed minor XHTML bugs.
    6. Made escape() and unescape() symmetric with respect to EBCDIC.
    7. Removed uninitialized variable warning from CGI::Cookie.
    8. Fixed bug in CGI::Pretty that causes it to print partial end tags when
       the $INDENT global is changed.
    9. Single quotes are changed to character entity ' for compatibility with
       URLs.
2001-02-02 17:52:25 +00:00
jlam
c65bc363b8 Update ap-perl to 1.25. Relevant changes from version 1.24:
* Improved documentation for mod_perl.
* Many bugfixes.
* Apache::Server->loglevel can now be modified
* allow $r->finfo to be modified
* include mod_perl hook/feature config and pod in Apache::MyConfig
* prevent $PerlRequire in a <Perl> section from triggering an endless loop
* allow modification of $r->hostname
* new Apache::test::static_modules() method
* add proper offset support to Apache::read
* change Apache::PerlRun's Apache class relationship from is-a to has-a
* Apache::SubRequest->run(1) allows ap_send_http_headers() to output
  for subrequests
* Apache::{Registry,PerlRun} will now log an error if $filename is NOT_FOUND
* make extra sure Apache::Constants::AUTOLOAD does not recurse looking
  for sub __AUTOLOAD
* $r->get_basic_auth_pw and $r->note_basic_auth_failure will default
  $r->auth_type to "Basic" if not already set
* $r->auth_type is now writeable, e.g. $r->auth_type("Basic")
* added Apache::user method
* disable r->proxyreq checking unless PerlTransHandler is enabled and
  configured
* PerlAddVar is now an ITERATE2 directive rather than TAKE2
* added Apache::Server::error_fname method
* avoid duplicate buffer copy in {read,get}_client_block by reading
  directly into Perl's SV buffer
* switch usage of hard_timeout() to soft_timeout(), so if SIGALRM
  happens during Apache::{print,read}, the script will continue run,
  allowing proper cleanup (e.g. DESTROY)
* add PerlCleanupHandler to the {get,set}_handlers table
* quotemeta path_info in Registry regexp
* flush r->finfo cache if r->filename fails
* backed out $Apache::Server::ConfigTestOnly until proper Apache
  support is in place
* Apache::ExtUtils will now generate an END routine to call ap_remove_module()
* rename Apache::{PerlRun,RegistryNG}::update_mtime to set_mtime, so
  Apache::update_mtime is not overridden
* constant 'DECLINED' wasn't imported by Apache::RegistryBB
* Apache::Resource was not converting PERL_RLIMIT_AS to MB values
2001-02-02 16:41:52 +00:00
jlam
cf3433738e Update ap-ssl to 2.8.0. Relevant changes from version 2.7.1:
-) Rename mod_ssl.conf to apache_start.conf.
   *) Upgraded to Apache 1.3.17 as base version.
   *) Allow %{ENV:variable} in SSLRequire expressions, too.
   *) Make sure the user is not able to fake the client certificate
      based authentication by just entering an X.509 Subject DN
      ("/XX=YYY/XX=YYY/..") as the username and "password" as the
      password if "SSLVerifyClient optional" is used in combination
      with "SSLOptions +FakeBasicAuth".
2001-02-02 16:41:22 +00:00
jlam
ec0d4b522c Update apache to 1.3.17. Important changes from version 1.3.14 include:
-) Remove patch to avoid dlclose()ing on NetBSD.  The mod_perl vs. perl CGI
   mis-interaction seems to be gone and I wasn't able to reproduce it on my
   system.

*) Fix the declaration of the module structure in mod_example.
*) Fix the handling of variable expansion look-ahead in mod_rewrite,
   i.e. syntax like %{LA-U:REMOTE_USER}, and also fix the parsing of
   more complicated nested RewriteMap lookups.
*) mod_status now respects ?refresh=n of 1 or greater.  If the given
   refresh value is not a number, ?refresh is set to 1 second.
*) Accomodate an out-of-space condition in the piped logs and the
   rotatelogs.c code, and no longer churn log processes for this condition.
*) Make cgi-bin work as a regular directory when using mod_vhost_alias
   with no VirtualScriptAlias directives.
*) Move the check of the Expect request header field after the hook
   for ap_post_read_request, since that is the only opportunity for
   modules to handle Expect extensions.
*) Eliminate caching problems of mod_autoindex results, so the last
   modified date of the directory is returned as the Last-Modified
   and ETag HTTP header tags are sent if IndexOptions TrackModified
   directive/option is used.
*) Correct an issue with Alias and ScriptAlias directives that
   file path arguments were not normalized in canonical form.
   This correction makes no attempt to normalize regular expression
   forms of Alias or ScriptAlias.
*) Add a new LogFormat directive, %c, that will log connection
   status at the end of the response.
*) Update the mime.types file to the registered media types as of 2000-10-19.
*) Restore functionality broken by the mod_rewrite security fix:
   rewrite map lookup keys and default values are now expanded
   so that the lookup can depend on the requested URI etc.
2001-02-02 16:39:56 +00:00
tron
78c02f0693 Update "analog" package to version 4.15. Changes since version 4.14:
- bug fixes for accented letters in dates and for EBCDIC character set
2001-02-02 13:46:20 +00:00
jtb
077fab1d0a Set the variables F77 and FFLAGS in the configure environment (CONFIGURE_ENV). 2001-02-02 04:53:31 +00:00
hubertf
d0b08cf2e1 Update list of available categories to new categories (chat, ...).
Fixes PR 12100 by Nigel Reed <nigel@nelgin.nu>
2001-02-02 03:42:42 +00:00
jun
afff926c47 divide "DEPENDS" line. 2001-02-02 02:43:29 +00:00
jtb
906023fd32 Don't forget to copy the Makefile into ${WRKSRC}. 2001-02-02 02:21:25 +00:00
jun
bda1e9f1a5 add irchat. 2001-02-02 02:11:14 +00:00
jun
33b67bc281 Initial import of "irchat":
Emacs lisp interface to Internet Relay Chat
2001-02-02 02:07:20 +00:00
jtb
a8464db52e Enable the use of the SuperLU library for RlaB. 2001-02-02 02:06:43 +00:00
jtb
2102c3418c Add and enable superlu. 2001-02-02 01:24:57 +00:00
jtb
7afe95e883 Initial import of superlu:
ANSI C routine library for the solution of sparse linear systems
2001-02-02 01:24:09 +00:00
jtb
fc38234e92 Don't build shared Fortran libraries. They're too problematic.
Strictly numerical libraries, like fftpack, work fine, but some
which make use of Fortran I/O have problems resolving symbols.
This is a known problem with g77/f2c.
2001-02-02 00:23:49 +00:00
jtb
afc80f1b2d Add and enable lapack. 2001-02-01 23:32:03 +00:00
jtb
131b71fb8f Initial import of lapack:
Linear Algebra PACKage
2001-02-01 23:30:56 +00:00
jlam
a27e97d81c Fix dependency from imap-uw-* to imap-uw-2000*. 2001-02-01 22:20:23 +00:00