--
This update contains a ton of fixes and features. Included is a small bit
from the ChangeLog:
* corrected big endian rpc decoding
* stop stream4 from clobbering itself
* fixed file rotation bug in spo_unified
* massive speed patch for multiple CIDR blocks
* corrected ICMP printing
* added a ton of new signatures
--
headers have been moved from include/ to include/libpng/.
for the short term sym-links have been created in include/ but will
be removed once all ports have been checked. porters should @comment out
the sym-links to check ports locally.
date: 2002/03/19 02:02:57; author: pvalchev; state: Exp; lines: +27 -5
When one shared library requires another, it will try to locate the
required shared library and include it in the link if it's not specified
explicitly. This change makes ld look at the -L arguments specified,
and build search path. This avoids the need for -rpath-link, and
somewhat resembles the a.out linker behaviour. However behaviour of
-rpath and -rpath-link is still preserved as a GNU extension.
Submitted by Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>.
Liam Quinn's version of nsgmls, from the SP package.
Provides error messages tuned for HTML and also adds support for
redirects and name-based virtual hosts when fetching DTDs.
inside a subdirectory of the working directory, instead of elsewhere.
Allows packages BULK=Yes to work correctly, and increase reproducibility
of builds.
tested by naddy@ through several incarnations.
Ports that use patch/configure/build dependencies must be adjusted for this.
Pleasingly enough, the adjusted version is often simpler.
The change uses an internal _MASTER variable to recall the list of ports
built during dependencies, for less confusion.