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)
Try to fix Undefined symbol "pthread_attr_init" symbol:
Although TaskJugglerUI is linked with -pthread, the resulting binary
is not linked agains libpthread. (huh? gcc trying to be too smart?)
Adding a dummy pthread_ call fixes this.
Bump Portrevision
PR: 98205, 98517
Reported by: Ken Gunderson <kgunders@teamcool.net>
Daniel Graupner <Daniel@smartcast.org>
system-based operating systems. Instead of clicking yourself painfully through
hundreds of dialog boxes you specify your Taskjuggler project in a simple text
format. You simply list all your tasks and their dependencies. The information
is sent through Taskjuggler and you will get all sorts of reports in HTML or
XML format.
PR: ports/63342
Submitted by: Dean Povey <povey@wedgetail.com>