use of md5 bundled code will be only used if not available on the system
(external md5 is currently only supported via openssl library).
Old behavior can be triggered using:
--enable-bundled-md5 (and for getopt: --enable-bundled-getopt)
ipv6calcweb.cgi was extended for supporting the new outputformat
"textkeyvalue", which can be parsed easier in scripts, example:
http://ip.bieringer.de/cgi-bin/ipv6calcweb.cgi?format=textkeyvalue
ipv6calc binaries can be build using shared libraries internally to save
space on disk with configure option: --enable-shared
ipv6calc (approx. 170 kB)
ipv6loganon (approx. 50 kB)
ipv6logstats (approx. 60 kB)
ipv6logconv (approx. 50 kB)
libipv6calc.so.0.96.0 (approx. 450 kB)
libipv6calc_db_wrapper.so.0.96.0 (approx. 1.8 MB)
(containing the BuiltIn databases)
instead of
ipv6calc (non-shared, 1.9 MB)
ipv6loganon (approx. 1.9 MB)
ipv6logstats (approx. 1.9 MB)
ipv6logconv (approx. 1.9 MB)
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
- convert to auto-generated auto-plist
- convert to optionsng for DOCS and EXAMPLES
- remove NO_STAGE
while here:
- update LICENSE (count clauses)
- do not use deprecated easy_install and unneeded PYDISTUTILS_* knobs
- make DOCSDIR and EXAPLESDIR contain ${PYTHON_PKGNAMEPREFIX} in it, because
that ports may be installed for different python versions simultaneously
- use common idiom for installing DOCS and EXAMPLES
- install DOCS and EXAMPLES into stage area uncoditioanlly
- remove inclusions of bsd.port.options.mk
- bump PORTREVISION for py-snmp4-mibs, because package is changed
- replace /bin/bash with /bin/sh in py-snmp4-mibs rebuild-pysnmp-mibs script
PR: 186190
Submitted by: olgeni
Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer)
and force it on.
While there, replace a REINPLACE_CMD by a patch to get rid of a
bsd.port.options.mk include.
Reported by: demon, pkg-fallout
Sponsored by: Absolight