in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
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.
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
o Update lpe from 1.2.5_2 to newest release, 1.2.6
o Update MASTER_SITES, WWW, and author's email to
reflect new location
o Update/delete patch files for new version:
+ Bug fix patches corrected by 1.2.6 removed
+ New bug fix to correct man page language (cz vs. cs)
+ New bug fix to correct syntax highlighting in some
editing modes
(New bug fixes have been sent to the author for
inclusion in the next official release)
PR: 32915
Submitted by: Ryan Thompson <ryan@sasknow.com>
Approved by: old maintainer
Proposed file "patch-ae" already exists in Attic, and references a
different source file. So i moved the patch to patch-af.
PR: 26804
Submitted by: Carl Johan Madestrand <calle.madestrand@norrgarden.se>