From mozilla 0.9.3 release notes:
* Continued stability improvements with 16 top crash bugs fixed since 0.9.2. These bugs were fixed thanks to data generated by users running talkback builds.
* The Subscribe dialog now lets you search for all newsgroups containing a string when subscribing to newsgroups.
* The Modern theme has several changes to icons and sidebar tabs.
* Proxy Auto-Config has been implemented on the Macintosh.
* There is a new preference for choosing between Windows and Linux scrollbar behaviour when the mouse strays off the scrollbar when you're in the process of scrolling. (Bug 90985)
* Chatzilla is now localizable.
- We don't want to wait forever until "squid" terminates. Wait at most
20 seconds after a shutdown command use "kill" afterwards.
- Don't use "RunCache" to start "squid", it is not necessary and only
causes trouble.
- Bring the "rotate" command which got lost in last update.
Bump package version number to 2.4.1nb2.
include his improved "rc.d" script.
- Use the same directory structure as in the Apache package. The
configuration files are now in "${PREFIX}/etc/squid" and won't be
removed during deinstallation.
- Remove unnecessary configuration variables "SQUID_HTTP_PORT" and
"SQUID_ICP_PORT". These values can perfectly be adjusted by editing
the configuration file and supporting all these variables would make
the package too complex.
- Bump the version number to 2.4.1nb1.
Changes:
- tons of bugfixes
- a lot of memory leaks fixed
- draggable tabs
- minimum font size
- better font defaults
- improved focus handling
- view source and save background fixed
- xbel importing support
- small startup time improvement
- ability to pause downloads
- new spinner
- new preferences dialog look
- toolbar configurability
- most recent used sessions in file menu
- open / save the current session to a file
* Use lesstif/buildlink.mk instead of USE_MOTIF.
* Simplify patch to configure by fixing --with-graphic-libs check.
* Ensure that proper LDFLAGS are passed through to build process to ensure
linking against proper libraries.
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
Use REPLACE_PERL, instead of hardcoding /usr/pkg/bin/perl.
Standardize MESSAGE, and fix typo.
Remove share/doc/user_manage on deinstall.
Change PKGNAME to p5-${DISTNAME}.
This is HTTPD-User-Manage version 1.5X, a script and set of Perl
modules for managing access control with the Apache, NCSA httpd, CERN
and Netscape servers (and maybe some others).
You can install this program as a CGI script to allow remote users to
change their Web access passwords. Web administrators can use it to
remotely add, edit and delete users and their groups. You can also
use it from the command line as a nice all-in-one interface to access
control databases based on text files, DBM files, and SQL databases.
Please see the file user_manage.html for complete details.
baggage for packages that have ${DEPENDS} on the libwww package, but
don't need to link in "libwwwssl" (currently all of them). These
packages _do_ _not_ need to have their DEPENDS changed now, as the
package system currently makes them require "libssl", whether they
truly require it to run, or not.
This will prove useful, however, when the version number of the
"libssl.so" shared library is bumped[1]. Then, we'll have to bump
again, but the depending packages will only need to depend on _this_
version, "libwww>=5.3.2nb1", the first version in which the "libwww*"
libraries (except libwwwssl) carry no dependency on "libssl".
[1] It's already been bumped in the HEAD of the base tree, but not
yet in the openssl package or in any release branch.
CGI::Minimal is a lightweight alternative to CGI. It provides the _minimum_
functions needed for CGI such as form decoding (including file upload forms),
URL encoding and decoding, HTTP usable date generation (RFC1123 compliant
dates) and _basic_ escaping and unescaping of HTMLized text.
mod_ruby embeds the Ruby interpreter into the Apache web server,
allowing Ruby CGI scripts to be executed natively. These scripts will
start up much faster than without mod_ruby.
so remove it from package Makefiles. Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
- removing CFLAGS+=_I${LOCALBASE}/include and CPPFLAGS+= -I${LOCALBASE}/include
- removing libxml and pth from DEPENDS and including theirs buildlink.mk files
We should all thank Johnny C. Lam for this buildlink.mk stuff -- it makes
life simplier.
- Understands the new IIS log format with four-digit years.
- Traditional Chinese and Brazilian Portuguese language files.
- Japanese is now available in four character sets.
- Four language files which were already distributed with the program are
now available through the LANGUAGE command:
BULGARIAN-MIK (MIK-16 charset),
CZECH-1250 and SLOVENE-1250 (Windows-1250), and
SWEDISH-ALT (alternative translation avoiding Anglicisms).
2001-05-11 Gisle Aas <gisle@ActiveState.com>
Release 3.25
Minor tweaks for build failures on perl5.004_04, perl-5.6.0,
and for macro clash under Windows.
Improved parsing of <plaintext>... :-)
Re-enable EAPI, allowing this package to build a module which will be stable
with our apache.
People, please: if you absolutely must update a package without contacting the
package maintainer, please make sure you understand how the maintainer chose to
build the package. And if you absolutely must replace that build mechanism with
a completely different mechanism, _please_ test your work. _Please_.
This package clearly had not been tested: it was left in a state where it compiled
cleanly but produced a module which could not be loaded into apache on any ELF
system, and which, once this problem was resolved, squawked loudly when loaded into
apache that it had been built against the old apache API, and would be unstable
when run against our (EAPI-enabled) apache.
There, now that really is out of my system. It was a little frustrating to rebuild
apache and then find that a module which I was depending on had been
broken in the meantime...
Now, about that coffee...
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles. As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.