- 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)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
My last PR does not work as expected. Now this really works.
Noticed by: pointyhat via kris
Pointy hat to: rafan
Approved by: portmgr (linimon), clsung (maintainer, implicit)
- It seems works well on amd64, tested by yinjieh@csie.nctu.edu.tw
with chinese/xcin25. Remove amd64 from exclude list.
PR: ports/97960
Submitted by: rafan (me)
Approved by: maintainer timeout (7 weeks)
A warning message is printed if user defines WITH_BDB_VER.
The db version used for xcin25 and libtabe MUST match.
- USE_BDB exists in libtabe, but it may find the wrong version
if one has more than one bdb version installed. Thus, configure
and two source files are patched to use the correct bdb version
specified in WITH_BDB_VER.
- bump PORTREVISION to encourage updating
PR: ports/96606
Submitted by: Rong-En Fan <rafan_AT_infor dot org>
Approved by: maintainer (Kuang-che Wu)
Anomalies found:
- autoconvert was missing "zh-" in front of PKGNAME
- xcin (both 2.3 and 2.5) had invalid version strings
- neither of xcin ports had NO_LATEST_LINK
- telnet8-1.0 thinks PKGNAME is zh-telnet-1.0
Fixed all except the last (I wasn't sure if it was intentional).