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 a new port for SWT. SWT is the software component
that delivers native widget functionality for the Eclipse
platform in an operating system independent manner. This
port provides SWT without requiring a full download and
build of Eclipse. Other ports (like net/azureus) that need
SWT but not eclipse, can be subsequently changed to depend
on this, much lighter, port.
I tested it on i386, but am unable to verify whether it
works on amd64 or not, although all the necessary bits from
eclipse have been kept AFAICT. If someone later steps up
to the task, ONLY_FOR_ARCHS can be modified accordingly.
PR: ports/91083
Submitted by: Panagiotis Astithas <past@ebs.gr>