pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libepoxy



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Sep 14 14:40:37 UTC 2015

Modified Files:
        pkgsrc/graphics/libepoxy: Makefile distinfo
        pkgsrc/graphics/libepoxy/patches: patch-configure.ac
            patch-src_dispatch__common.h

Log Message:
Re-enable glx on OS X.

Upstream disabled glx on OS X (in an apparent attempt to make it build
on systems without X11).  However, libepoxy without glx is defective,
and gtk3 fails with it.  So it seems like the right thing is to ensure
X11 presence for libepoxy.

This patch reverts upstream's disabling of glx (setting configure
variables/defines), making it be like libepoxy 1.2.  The resulting
libepoxy has glx, and gtk3+ builds fine against it on OS X 10.9.

(It remains TBD to sort out how we feel about X vs quartz, but that's
a separable issue.)

Reviewed by ttn@ and tron@.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/libepoxy/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/libepoxy/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/libepoxy/patches/patch-configure.ac
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/graphics/libepoxy/patches/patch-src_dispatch__common.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index