pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xrandr Update to xrandr-1.2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6814f5f8ed18
branches:  trunk
changeset: 542447:6814f5f8ed18
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat May 17 20:33:50 2008 +0000

description:
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.

diffstat:

 x11/xrandr/Makefile |  7 +++++--
 x11/xrandr/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r c41be95dcb05 -r 6814f5f8ed18 x11/xrandr/Makefile
--- a/x11/xrandr/Makefile       Sat May 17 18:52:17 2008 +0000
+++ b/x11/xrandr/Makefile       Sat May 17 20:33:50 2008 +0000
@@ -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 @@
 
 CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
 
+# for fabs()
+LIBS+=         -lm
+
 BUILDLINK_API_DEPENDS.libXrandr+=      libXrandr>=1.2
 
 .include "../../x11/libXrandr/buildlink3.mk"
diff -r c41be95dcb05 -r 6814f5f8ed18 x11/xrandr/distinfo
--- a/x11/xrandr/distinfo       Sat May 17 18:52:17 2008 +0000
+++ b/x11/xrandr/distinfo       Sat May 17 20:33:50 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index