diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-17 20:33:50 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-17 20:33:50 +0000 |
commit | 2b843ff7bee907d5df2a22056c51f572b84be7eb (patch) | |
tree | dba4ef8d62085fe3d04745c1ec19e25f5b356501 | |
parent | 68653acbca096d6869ae72549a49f0f9bbbef039 (diff) | |
download | pkgsrc-2b843ff7bee907d5df2a22056c51f572b84be7eb.tar.gz |
Update to xrandr-1.2.3.
pkgsrc changes:
Link with -lm, since the program uses fabs(). This failed on Linux of all
platforms. NetBSD happens to have fabs() in libc, but the manpage states
that -lm should be linked in, so do it for all platforms.
Changes:
Update COPYING
Add *current and +preferred to the --verbose output
When invoked with no option, xrandr dumps existing modes
Allow the same output to be specified several times on the command line
Clarify the ability to manipulate multiple outputs in the manpage
Verify crtc against previous config.
Always reset other outputs using the best crtc.
Add xrandr test suite.
Improved test script.
Use IDs for mode selection instead of hand-crafted <w>x<h>@<r> strings.
More tests for ambiguous xrandr output.
Some minor issues in test case fixed.
Be more robust in test case if mode database is borked.
Add more tests, mostly regarding crtc switching and uncloning.
Add informational output for known issues.
Add another test known to fail.
-rw-r--r-- | x11/xrandr/Makefile | 7 | ||||
-rw-r--r-- | x11/xrandr/distinfo | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile index 83b4f40d64c..4fe2680d816 100644 --- a/x11/xrandr/Makefile +++ b/x11/xrandr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2007/08/05 21:42:40 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/05/17 20:33:50 tnn Exp $ # -DISTNAME= xrandr-1.2.2 +DISTNAME= xrandr-1.2.3 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ EXTRACT_SUFX= .tar.bz2 @@ -17,6 +17,9 @@ USE_TOOLS+= pkg-config CONFIGURE_ENV+= APP_MAN_SUFFIX=1 +# for fabs() +LIBS+= -lm + BUILDLINK_API_DEPENDS.libXrandr+= libXrandr>=1.2 .include "../../x11/libXrandr/buildlink3.mk" diff --git a/x11/xrandr/distinfo b/x11/xrandr/distinfo index c94cde96c94..a03e0d27610 100644 --- a/x11/xrandr/distinfo +++ b/x11/xrandr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2007/08/05 21:42:40 joerg Exp $ +$NetBSD: distinfo,v 1.4 2008/05/17 20:33:50 tnn Exp $ -SHA1 (xrandr-1.2.2.tar.bz2) = 26d9284f2634d2029a44adb29a335240e75cbe98 -RMD160 (xrandr-1.2.2.tar.bz2) = 179b6375dc10bdb0a8e40e2527a7476f34074b2a -Size (xrandr-1.2.2.tar.bz2) = 96462 bytes +SHA1 (xrandr-1.2.3.tar.bz2) = dfbfda6769a4cd1cb3aefefd75a9212dc6c40591 +RMD160 (xrandr-1.2.3.tar.bz2) = c73b865598d507708a51af50f755288f91d3480b +Size (xrandr-1.2.3.tar.bz2) = 111121 bytes |