QT_COMPONENTS can now be depended on at runtime or buildtime only by
specifiying them as <component>_build or <component>_run, respectively.
Specifying <component> without any suffix will depend on the component
at both build- and runtime just like before.
- Convert Qt core ports to use the new dependency switches.
- Add a patch to corelib to fix Qt4 on ARM, submitted by:
Björn König <bkoenig@alpha-tierchen.de>
Fixes a lot of runtime problems for a lot of people
PR: ports/114876, ports/114924
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
Reported by: Craig Boston <craig@yekse.gank.org>,
Antoine Vu-Ngoc <antoine@cleopatre.homeip.net> and many more
- Simplify SHLIB_VERSION handling, it's not that bad after all
- Better and cleaner PORTDOCS handling, less hacks in Makefile
- Fix non-root installation (use pre-su-install)
- Miscellaneous Makefile nits
previously they were somewhat misleading (logic remains the same) [1]
- Take xorg-server-snap into account, previously having it installed
would break pkg-list logic (libglx.so wasn't backed up/restored
properly) [2]
- Utilize DOCSDIR macro in pkg-message.in
- Drop currently noop USE_X_PREFIX
Discussed with: flz [1]
Suggested by: flz [2]
- NVVERSION is no longer user settable. nVidia changed their versioning
scheme, which made my life a bit harder. Since this is master port and
cares about legacy version slaves as well, derive NVVERSION from DIST-
VERSION as doing so required less intrusive changes. Update the comment
accordingly. UPDATING note will be committed separately
- Retire OSVERSION hack since it's no longer needed. PORTREVISION are now
set in all three nvidia-driver ports independently. Previously it was
not really safe because NVVERSION was user settable variable
- Introduce new variable, SHLIB_VERSION, and use it in PLIST_SUB, because
it's not always equal to NVVERSION these days
- Mute MKDIR along the way
For slave ports:
- Rename port directory names to reflect future reality: their versions
going to bump as well. No repo copy since there's no history to preserve
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
This should fix many authentication issues (sometimes manifesting as
a plain root weave and cursor but no apps on startx), particularly when ssh
X11 forwarding is involved.
This issue appears to have existed since XFree86 4.3.
Together, they fix a regression in Kicker's taskbar applet which would
no longer group Konsole windows in 3.5.7.
Reported by: Dwayne MacKinnon <dmk@ncf.ca>
monitor or change other instances will result in a crash. For the time being,
force all monitoring to happen on instance 0.
Reported by: barbara <barbara.xxx175@libero.it>