Commit graph

14 commits

Author SHA1 Message Date
cube
403e256ff6 Merge cube-native-xorg, so that pkgsrc-current can be used with the native
X.Org found in NetBSD-current.

Thanks a lot to all who helped, especially Matthias Scheler who did
repeated tests on Mac OS X and older versions of NetBSD to make sure the
support for those platforms wouldn't be broken (or at least, not fatally,
as I would still expect a few hiccups here and there, because there is
only so much one can test in such limited time).

On the infrastructure side, this branch brings pkgconfig-builtin.mk, in
order to write very easily new builtin.mk files.  It can actually handle
more than just pkgconfig files, but it will provide a version if it finds
such a file.  x11.builtin.mk has also been made more useful and now all
existing (and future!) native-X11-related builtin.mk files should include
it.
2008-10-05 21:36:32 +00:00
tnn
5e07ebf8f7 Fix PLIST. 2008-07-14 06:07:27 +00:00
bjs
8925b1e315 Update to version 1.2.3. ChangeLog:
commit 203fc002b6948c3942f0461a0346dd07b633222d

    Bug #16430: Ignore ConfigureNotify on non-root windows in
    UpdateConfiguration

commit 332eee90c4d00be3b11049e0261323abe89a96dc

    Rename parameters to clarify QueryVersion/QueryExtension.

    These parameters are not treated as input. Rename them to make
    the inner workings slightly more obvious.

    X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511>

commit 824f3d4a3a4669526a5c391c6668df0384b49cdb

    Bug #14388: Remove XRRScreenConfig() and XRRConfig() from Xrandr.h.

    It seems that they were never actually implemented.
    Also remove the corresponding manpage symlinks.

commit 23a47035818390ca197179a9a69a54badb370990

    Hide some private symbols.

    XExtensionInfo, XRRExtensionName, XRRFindDisplay, _XRRHasRates and
    _XRRVersionHandler are internal to libXrandr.  Don't export them.
2008-07-13 23:31:51 +00:00
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
drochner
e1586a57f4 this links against libXrender, so propagate the dependency 2008-03-03 12:31:09 +00:00
tron
1f7d781fed Detect builtin "libXrandr" e.g. under Mac OS X Leopard. 2007-12-16 20:19:11 +00:00
bjs
607a541f4d Update to version 1.2.2. Changes:
Keith Packard (1):
	CrtcChange event format conversion was using 'height' for 'width'.
2007-09-21 19:24:35 +00:00
joerg
ef76e36b90 Tell configure that malloc(0) != NULL on NetBSD unless running out of
memory.
2007-07-28 00:26:03 +00:00
schmonz
79006984d0 Move Xrandr to liboldXrandr (name suggested by joerg) so it can be
checked out on a case-insensitive filesystem without interfering
with lowercase xrandr. PKGNAME stays the same.
2007-05-30 01:22:10 +00:00
wiz
3fa557a2a8 Update to 1.2.1.
If I understand the very terse release announcement correctly, this
just fixes what patch-aa in pkgsrc already fixed.
2007-03-17 16:56:01 +00:00
joerg
38917a855d Q: Why should I not name arguments in header files?
A: Because the names might create conflicts.

Rename a parameter name as delete is a C++ keyword. Unbreaks Qt.
Bump revision.
2007-02-26 18:22:24 +00:00
joerg
f59373f387 Update to libXrandr-1.2.0: This syncs the library with the extensions
from randrproto, namely the better Xinerama support.
2007-02-26 15:00:50 +00:00
joerg
68ff4729c6 First step to making modular transparent:
Redirect from the individual modular libraries to the old libs or
mk/x11.buildlink3.mk.
2006-11-05 16:55:28 +00:00
joerg
88cbbd99c8 Import libXrandr-1.1.2 from pkgsrc-wip:
This package provides the X RandR Library from the modular X.org
X11 project.

This simple library is designed to interface with the X Resize,
Rotate, and Reflection Extension. This allows clients to change
the size and rotation of the root window of a screen, along with
the ability to reflect the screen about either axis.
2006-11-03 21:22:58 +00:00