notes at http://www.mozilla.org/projects/firebird/release-notes.html,
but it went from being based on Mozilla 1.4b to 1.5a.
Note, the master site may be temporary. The source tarball at
${MASTER_SITE_MOZILLA} was missing some key bits that prevented compilation.
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php
(may not work until a few hours after this commit - we jumped the gun a little
in order to have the update in place at the time the security notifications for
KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).
Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php
Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.
Approved by: will (real mentor asleep)
* Added LIB_SUBDIR pkg-plist variable and moved all variables into
PLIST_SUB make variable;
* Changed the ownership of axis webapp directories to www;
* Added WWW link into pkg-descr;
* Take ownership;
* Other minor tweaks.
Submitted by: Rui Lopes <rui@ruilopes.com>
menu. The config file format conversion has been fixed as well as a segfault
when replacing entries in the custom menu.
PR: 54916
Submitted by: maintainer
new install mk code. However, keep Alan's plist generating code around
since it's cool, and it helps maintainers quickly generate a new plist.
PR: 54795
54799
to filter by host, URL, and header. Custom header entries
can be filtered and added. It can even drop its privileges
and optionally chroot() to some directory. Logging to
syslog() is supported, as is using another auxiliary proxy
server. Contacting IPv6 servers is supported and allows
transparent IPv6 over IPv4 browsing.
PR: 54669
Approved by: fjoe (mentor)
www/tdiary installs setup script to set default language to English
japanese/tdiary installs one to set default language to Japanese
PR: ports/54306
Submitted by: maintainer
. Change USE_JAVA to 1.2+, which should work according to the Jetty docs.
. Set permissions on the main executable shell script appropriately and
create a symbolic link to it in ${PREFIX}/sbin so its in ${PATH}.
. Recommend JDK 1.4.1 rather than 1.3.1 for running Jetty.
- When using NFS and symbolic link, and wanting not to show the real
path in the output of thumbnail_index, "cwd=`pwd`" is not good.
"cwd=`/bin/pwd -L'" seems better.
PR: 53128
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>