o MAKE_JOBS_SAFE confirmed.
o Fix typo (s/DOCDIR/DOCSDIR/g).
o Bump PORTREVISION, accordingly.
Inspired by: import of liblzma, xz, xzdec, lzmainfo by mm@
Because configure's timestamp is older than configure.ac's
one. Almost configure's timestamp == configure.ac's one,
but this is not good. So I enforced that configure's
timestamp is always newer than configure.ac's one.
Pointed out by: pointyhat via kris
- Update japanese/less to less-382-iso258.
- gtags is now supported by original source,
so less-358-iso254+gtags-20010110.tar.gz is removed.
PR: ports/90142
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org>
Approved by: maintainet timeout
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.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
Change the maintainer to nobu@psrc.isac.co.jp. (Well, he has been
maintaining this port, but someone with commit privilege should be listed as
maintainer back when he submitted the original port.)
PR: 4475
Submitted by: nobu@psrc.isac.co.jp
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!