Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
This is a followup to PR 56958.
The following ports have a hyphen in their version number:
Toni Andjelkovic <toni@soth.at>
devel/pcsc-lite:
1.2.0-rc1 => 1.2.0.r1
John R. Shannon <john@johnrshannon.com>
devel/gdb53-act:
5.3-act => 5.3
Vivek Khera <khera@kciLink.com>
mail/postfix-current:
2.0.14-20030812 => 2.0.14.20030812
PORTEPOCH => 2
neither pkg_version nor portupgrade see the part of the version
before the last '-', i.e. devel/pcsc-lite is seen as version
rc1, 1.3.0-b2 would be regarded as a previous version.
PR: ports/58642
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
files/patch-src::tokenparser.c to ports/devel/pcsc-lite.
PR: 53604
Submitted by: Toni Andjelkovic <toni@soth.at> (maintainer)
Noted by: Rob <rob@debank.tv>
Pointy hat to: myself
- MASTER_SITES has moved.
- Handles "usbdropdir" and "muscledropdir" explicitly.
- aclocal.m4 has moved, so there's no need to set LIBTOOLFILES
any longer.
- Two patches fixing flex-generated code which included <stdint.h>
unconditionally, causing build failure on older systems (notably
4.8-STABLE).
PR: 53604
Submitted by: Toni Andjelkovic <toni@soth.at> (maintainer)