- bump PORTREVISION
This was missed in ports/124215 submitted by maintainer as a response to
QA Tindy BotMail so I consider this commit approved implicitly by maintainer.
Prompted by: QA Tindy run
- 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)
o Take MAINTAINERship to submitter.
o Make free dependency on X.
o Cleanup pkg-plist.
PR: ports/88451
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.