authoritative FTP site for cfengine. Also remove the dependence on teTex
while port building since it is fscking huge and ugly. When package
building, add the dependence on teTex so more docs are available in the
package.
PR: 37239
Submitted by: maintainer
Changelog: webalizer-2.01-10
Fixes:
o Fix posible obscure buffer overflow bug in DNS resolver code
o Added additional extended character fixes
o Let code accept partial content response codes along with 200's
o Added code to catch blank hostnames (yes, they have been found!)
Will convert them into 'Unknown'
o Security fix for cross-site scripting vulnerability found by
Flavio Veloso (www.magnux.com).
Updates in languages:
webalizer_lang.czech
webalizer_lang.portuguese
webalizer_lang.spanish
-----------------
Distfiles remaden on Master site:
old tarball:
webalizer-2.01-10-src.tgz
(had an extra CVS dir)
new tarball:
webalizer-2.01-10-src.tar.bz2
-----------------
Add Option:
WEBALIZER_WITH_GD2
builds okay, but won't run without X11 if compiled with this option.
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION. All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.
Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.
This commit made in impending view of Qt3/KDE3 entering ports tree.
Since the author switched to use autoconf to maintain it, the entire
build system changed quite a bit. In order to get it to use the
correct tools (avr-gcc etc.) instead of the default C compiler, the
package now contains wrapper scripts to configure and build it, so a
good part of our ports framework doesn't apply anymore very well. As
a side-effect, i can't get it to honor ${PREFIX} in any way right now.
Maybe i'll switch away from the shipped scripts, and redo all their
stuff within that Makefile in future.
match libdvdcss version with libdvdread since it depends on
matching libdvdcss API
o No meaningless overhead since libdvdread automatically uses
libdvdcss whether the port has knowledge of it or not. Besides,
all ports using libdvdread list libdvdcss as a dependency as well
(exception made to xine_d5d_plugin but an updated version will)
o Also, it's a 22K overhead
o Furthermore, all ports depending on libdvdread SHOULD depend on
libdvdcss for obvious reasons
Reviewed by: fenner
is it makes patch names longer, and many shells autoexpand it to "\:\:"
which makes them even longer.
* Note that this file uses ts=4.
Approved by: sobomax
Deleted useless configure environment, arguments and other 'patches' (already
default values or not needed)
Adapted comment and description to actual version
PR: 37218
Submitted by: Alex Dupre <sysadmin@alexdupre.com>