Update to 5.0. amap6 is a link to amap, since IPv6 support is now provided. There is a new amap-library. It doesn't have installation facilities in amap's Makefile, so I provided my own. That's the addition of 3 include files, one library, and an extra text file. PLIST_SUB is used to help pkg-plist changes. The installation of man pages is now dependant on NO_INSTALL_MANPAGES being void. If I'm not that clever and INSTALL_MAN is void if NO_INSTALL_MANPAGES is non-void, then you can remove the .if. :) The mini-webpage is now the home in pkg-descr. The patches are lighter. 'uname -o' was changed to 'uname', so that's unneeded. The declaration of pcre_default_tables, in pcre-3.9/chartables.c is changed to reduce a warning. Fix: http://www.sl0th.org/FreeBSD/amap-4.8-5.0.diff How-To-Repeat: N/A
Responsible Changed From-To: freebsd-ports-bugs->jylefort Take.
State Changed From-To: open->closed Committed, thanks! Notes: - NO_INSTALL_MANPAGES is not an user knob - I've fixed several parts of the port, see my commit message for details