Changelog:
- Fix name clash related to SUSv4 signal.h (patch by Pietro Cerutti, ticket 487).
- Fix creating GL pixmap in certain situations (when using mesa?).
- Play with XI2.
- Remove useless definition.
- Tweak configuration loading.
- Eliminate Mode.action_inhibit.
- Show EObj info via ipc when appropriate.
- Move EWindowGetNamePixmap() to x.c (and rename).
- Avoid some memory leaks with incorrect themes.
- Remove some redundant checks.
- Unmap internal windows before destroying.
- Fixes progress bar rendering when CM is active.
- Scale new icons down to 48x48 pixels.
- Change iconbox fallback icon mode back to snapshot.
- Do not propagate key events.
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)
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2]
- Added two knobs: WITHOUT_ESOUND and WITHOUT_NLS
- Tweaked CONFIGURE_ARGS by removing old arguments (or defaults) and
stopped it from compiling the path of libraries into the binaries.
PR: ports/93166
Submitted by: Sean Farley <sean-freebsd@farley.dot.org>