configure script creates an invalid mythconfig.h with some locale settings.
Seems to be a similar problem as described in this PR:
http://www.freebsd.org/cgi/query-pr.cgi?pr=76585&cat=
Reported by: Maciej Milewski <milu at dat dot pl>
- Fixed user handling
- Added entry to UPDATING for 0.21 to 0.21 version upgrade
- Enable build on amd64
- Unbreak, undeprecate, and unexpire
PR: ports/126343
Submitted by: Anders Troback <freebsd at troback dot com>
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)
- 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)
This is necessary to maintain protocol compatibility with Linux
distributions, on which we're generally dependent for tuner
functionality. Unfortunately, there's no distribution for this
version, and it's already been overtaken. Watch this space.
Submitted by: dmlb
This also fixes a build error reported by pointyhat.
Make MySQL server an option, not a requirement. We only need the client to build.
Install mythbackend in a more conventional manner.
Suggested by: itetcu