and fits well in Gnome but works on most desktop environments. Does not require
Compiz nor 3D acceleration.
WWW: http://sourceforge.net/projects/simdock/
Author: simonedll@yahoo.it
PR: ports/114867
Submitted by: Yinghong.Liu <relaxbsd at gmail.com>
- Update the driver to the latest version, 100.14.11
- Update legacy driver versions to 1.0-7185 and 1.0-9639
- Prevent the port from messing with system configuration files (e.g.
/boot/loader.conf) and doing automatic module loading/unloading. This
functionality would be lost in package anyway, and might cause undesired
side effects [*]
- Register proper @exec/@unexec for ldconfig(8) calls for Linux libraries
- Kill NVidia's afterinstall banner, our pkg-message tells the same but is
more detailed and accurate
- Require X server being installed
- INSTALLS_SHLIB -> USE_LDCONFIG, seems to be OK nowadays
- Respect NOPORTDOCS user setting
- Throw in couple of comments + other minor tweaks
100.14.11 Release Hightlights:
- GeForce 7050 PV/NVidia nForce 630a
- GeForce 7025/NVidia nForce 630a
- Fixed console restore problems in several different configurations, e.g.
VESA console, notebook LCD displays
- Improved interaction with ATi RS480/482 based mainboards
- Improved support for House Sync with G-Sync II
- Improved NVidia X driver interaction with ACPI daemon
Requested by: several [*]
XSel is a command-line program for getting and setting the contents of
the X selection. Normally this is only accessible by manually
highlighting information and pasting it with the middle mouse button.
This port is similar to x11/xsel, but with different CLI syntax and
a bit more functionality. It is a lot more popular, too.
WWW: http://www.vergenet.net/~conrad/software/xsel/
Author: Conrad Parker <conrad@vergenet.net>
Based on: OpenBSD port, Portage package
2. Remove now-spurious USE_X_PREFIX and CFLAGS variables
3. Remove leading A from COMMENT
4. Make CONFIGURE_ARGS += instead of = (this isn't GNU configure, but
it can't hurt just in case).
5. One hunk from patch-Makefile.common was adopted upstream.
GMTA by: Maintainer (ports@fsck.ch)
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>