- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
- Convert to new LIB_DEPENDS syntax.
- Fix mis-adopting optionsNG.
- Fix inconsistency between declared LIB_DEPENDS and actual libdb
version used on systems with multiple BDB versions installed.
PR: 184490
Submitted by: Takehiko Shiozaki (maintainer)
While here,
- add LICENSE
- convert to staging to avoid mutt's doc/Makefile from messing with
Muttrc
- convert USE_GMAKE to USES
- have two files' shebang lines fixed
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me)
closure. We thank Parodius for the hosting services they provided.
PR: ports/169570
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
Approved by: culot (mentor)
- Make use of grouping rules for DISTFILES and MASTER_SITES
- Use PKGNAMESUFFIX to make portlint happier
- Add OPTIONS
PR: ports/153234 [1]
Submitted by: SHIOZAKI Takehiko <st_AT_be_DOT_to> [1]
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
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.
o Cleaned up pkg-plist for NOPORTDOCS.
o Added the latest Japanese documents.
o Also added the following knobs.
WITH_MUTT_HEADER_CACHE
WITH_MUTT_IDN
MUTT_CONFIGURE_ARGS
PR: ports-jp/14983[1], ports/71329[2]
Submitted by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp>[1]
SHIOZAKI Takehiko <st@be.to> (maintainer)[2]
Reviewed by: Kimura Fuyuki <fuyuki@hadaly.org>
vs
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.