- Use USE_XORG syntax instead of LIB_DEPENDS for Xft and Xinerama
- Trim the header per new rules, define LICENSE (GPLv2)
- Fix whitespace bugs and provide better port description while here
Nota bene: version 2.1.0 is available
Approved by: maintainer timeout
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those 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)
In configuration file, we should use relative directory.
Noticed by: Dmitry Marakasov <amdmi3 at mail.ru> on ports@
Submitted by: rafan
Approved by: Babak Farrokhi <babak at farrokhi.net> (maintainer)
[1]
Changes:
- Make tray menus popup in a more natural location.
- Made menu sizes specified in terms of the size of icons.
- Make the tray figure out its layout from its size if the layout
isn't given explicitly.
- Fixed swallow items getting more space than requested.
- Made Swallow more sane when an error is encountered.
- Now supports windows without a border, but with a title bar.
- Fixed a key binding issue on restart.
- Don't show X errors unless in debug mode.
- Added "valign" and "halign" attributes for Tray.
PR: 93082
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
- Preserve configuration file modifications across updates
- Substitute %%PREFIX%% in the configuration file
- Add missing dependency on libpng
- Use GNU_CONFIGURE
- Remove CONFIGURE_ARGS (the passed options are the defaults)
- Respect ${LOCALBASE} and ${X11BASE}
[1]:
PR: ports/91927
Submitted by: maintainer