Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/libXext/dist initial import of libXext-1.3.4



details:   https://anonhg.NetBSD.org/xsrc/rev/a2f5d299ed9f
branches:  trunk
changeset: 10234:a2f5d299ed9f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Mar 18 02:30:01 2019 +0000

description:
initial import of libXext-1.3.4

diffstat:

 external/mit/libXext/dist/ChangeLog               |    124 +-
 external/mit/libXext/dist/Makefile.am             |      2 +
 external/mit/libXext/dist/Makefile.in             |     53 +-
 external/mit/libXext/dist/README.md               |     25 +
 external/mit/libXext/dist/aclocal.m4              |  10991 ++-----------------
 external/mit/libXext/dist/compile                 |    347 +
 external/mit/libXext/dist/config.guess            |    889 +-
 external/mit/libXext/dist/config.h.in             |      5 +-
 external/mit/libXext/dist/config.sub              |    361 +-
 external/mit/libXext/dist/configure               |   2419 ++-
 external/mit/libXext/dist/configure.ac            |      7 +-
 external/mit/libXext/dist/depcomp                 |      2 +-
 external/mit/libXext/dist/install-sh              |    354 +-
 external/mit/libXext/dist/ltmain.sh               |   5812 ++++++---
 external/mit/libXext/dist/m4/ax_gcc_builtin.m4    |    168 +
 external/mit/libXext/dist/m4/libtool.m4           |   8369 +++++++++++++++
 external/mit/libXext/dist/m4/ltoptions.m4         |    437 +
 external/mit/libXext/dist/m4/ltsugar.m4           |    124 +
 external/mit/libXext/dist/m4/ltversion.m4         |     23 +
 external/mit/libXext/dist/m4/lt~obsolete.m4       |     99 +
 external/mit/libXext/dist/man/DBE.man             |      2 +-
 external/mit/libXext/dist/man/DPMSSetTimeouts.man |      2 +-
 external/mit/libXext/dist/man/Makefile.in         |     28 +-
 external/mit/libXext/dist/missing                 |      6 +-
 external/mit/libXext/dist/specs/Makefile.in       |     32 +-
 external/mit/libXext/dist/src/Makefile.in         |     34 +-
 external/mit/libXext/dist/src/XSecurity.c         |     20 +-
 27 files changed, 17062 insertions(+), 13673 deletions(-)

diffs (truncated from 39256 to 300 lines):

diff -r acadf7efca84 -r a2f5d299ed9f external/mit/libXext/dist/ChangeLog
--- a/external/mit/libXext/dist/ChangeLog       Mon Mar 18 02:29:58 2019 +0000
+++ b/external/mit/libXext/dist/ChangeLog       Mon Mar 18 02:30:01 2019 +0000
@@ -1,3 +1,121 @@
+commit ebb167f34a3514783966775fb12573c4ed209625
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Mar 16 10:37:14 2019 -0700
+
+    libXext 1.3.4
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 97a5180793138498c046a7aa2ad061732e182645
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Mar 16 10:36:21 2019 -0700
+
+    Add description of libXext to README.md
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 86b2e70648531f1af11e0541f69468212c3f2190
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Mar 16 10:25:49 2019 -0700
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 7ecd11d573a087e075036e0479c9e3f58ee9fa5d
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Nov 19 21:53:21 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit a07b4bb8290d0c1bba7bcecd5bb6896fbe1b169c
+Author: Mihail Konev <k.mvc%ya.ru@localhost>
+Date:   Thu Jan 26 13:52:49 2017 +1000
+
+    autogen: add default patch prefix
+    
+    Signed-off-by: Mihail Konev <k.mvc%ya.ru@localhost>
+
+commit df966fe1336c52d0e3a6800c31a608fdc0229cff
+Author: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+Date:   Mon Mar 9 12:00:52 2015 +0000
+
+    autogen.sh: use quoted string variables
+    
+    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+    fall-outs, when they contain space.
+    
+    Signed-off-by: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+    Reviewed-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit cdbb04f29f48c3fd47c3db59e985e009457b62ef
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date:   Tue Jan 24 10:32:07 2017 +1000
+
+    autogen.sh: use exec instead of waiting for configure to finish
+    
+    Syncs the invocation of configure with the one from the server.
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+    Reviewed-by: Emil Velikov <emil.velikov%collabora.com@localhost>
+
+commit 490a25e6f8a4d2482af4364c700b68ad11a4d10b
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Feb 25 23:36:50 2016 -0800
+
+    Use __builtin_popcountl if available to replace Ones() in XSecurity.c
+    
+    If the compiler knows of a better algorithm for counting the number of
+    bits set in a word for the target CPU, let it use that, instead of the
+    classic algorithm optimized for PDP-6.
+    
+    Tested for the range of values used in XSecurity.c and verified results
+    are the same from both:
+    
+    for (unsigned long i = 0; i <= XSecurityAllAuthorizationAttributes; i++) {
+        printf("ones: %d\tpopcnt: %d\n", Ones(i), __builtin_popcountl(i));
+    }
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 54ba591149f3a92c5a4a66e428ae2a33d1027053
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Feb 25 15:34:45 2016 -0800
+
+    Fix typos in man pages
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 82df003f36a405711ac41f2eb4e862f0878659e9
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Feb 25 14:12:14 2016 -0800
+
+    Assert that values buffer has enough room for provided values
+    
+    Catch if anyone ever defines more types again and forgets to increase
+    the size of the value buffer to match.
+    
+    v2: assert on the full set of possible values, regardless of which the
+        current caller passed in this call - more likely to be spotted during
+        testing, less likely to not be found until called in production.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 0744837f525d8ba103e807af7c44ad2bf5cbd6ca
+Author: Rob Wu <rob%robwu.nl@localhost>
+Date:   Thu Feb 25 18:05:50 2016 +0100
+
+    XSecurityGenerateAuthorization: Allocate enough space in values buffer
+    
+    https://bugs.freedesktop.org/show_bug.cgi?id=94292
+    
+    Reviewed-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+    Reviewed-by: Seth Arnold <seth.arnold%canonical.com@localhost>
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit efdcbb7634501e1117d422636a0a75d7ea84b16b
 Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
 Date:   Thu Jul 24 01:30:38 2014 +1000
@@ -1251,9 +1369,9 @@
     Don't export extra symbols
     
     Turns the following functions static
-       _xgeFindDisplay
-       _xgeCheckExtInit
-       _xgeEventToWire
+            _xgeFindDisplay
+            _xgeCheckExtInit
+            _xgeEventToWire
     
     Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
 
diff -r acadf7efca84 -r a2f5d299ed9f external/mit/libXext/dist/Makefile.am
--- a/external/mit/libXext/dist/Makefile.am     Mon Mar 18 02:29:58 2019 +0000
+++ b/external/mit/libXext/dist/Makefile.am     Mon Mar 18 02:30:01 2019 +0000
@@ -20,3 +20,5 @@
 lint:
        (cd src && $(MAKE) $(MFLAGS) lint)
 endif LINT
+
+EXTRA_DIST = README.md
diff -r acadf7efca84 -r a2f5d299ed9f external/mit/libXext/dist/Makefile.in
--- a/external/mit/libXext/dist/Makefile.in     Mon Mar 18 02:29:58 2019 +0000
+++ b/external/mit/libXext/dist/Makefile.in     Mon Mar 18 02:30:01 2019 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.13.4 from Makefile.am.
+# Makefile.in generated by automake 1.15 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -15,7 +15,17 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+    false; \
+  elif test -n '$(MAKE_HOST)'; then \
+    true; \
+  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+    true; \
+  else \
+    false; \
+  fi; \
+}
 am__make_running_with_option = \
   case $${target_option-} in \
       ?) ;; \
@@ -79,15 +89,15 @@
 build_triplet = @build@
 host_triplet = @host@
 subdir = .
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-       $(top_srcdir)/configure $(am__configure_deps) \
-       $(srcdir)/config.h.in $(srcdir)/xext.pc.in AUTHORS COPYING \
-       ChangeLog INSTALL README config.guess config.sub install-sh \
-       missing ltmain.sh
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/ax_gcc_builtin.m4 \
+       $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+       $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+       $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+       $(am__configure_deps) $(am__DIST_COMMON)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
@@ -180,6 +190,9 @@
 CTAGS = ctags
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
+       $(srcdir)/xext.pc.in AUTHORS COPYING ChangeLog INSTALL compile \
+       config.guess config.sub install-sh ltmain.sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -279,6 +292,7 @@
 LIPO = @LIPO@
 LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
 MAKEINFO = @MAKEINFO@
 MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
 MANIFEST_TOOL = @MANIFEST_TOOL@
@@ -377,6 +391,7 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = xext.pc
 MAINTAINERCLEANFILES = ChangeLog INSTALL
+EXTRA_DIST = README.md
 all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
@@ -396,7 +411,6 @@
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
        $(am__cd) $(top_srcdir) && \
          $(AUTOMAKE) --foreign Makefile
-.PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
          *config.status*) \
@@ -417,8 +431,8 @@
 $(am__aclocal_m4_deps):
 
 config.h: stamp-h1
-       @if test ! -f $@; then rm -f stamp-h1; else :; fi
-       @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
+       @test -f $@ || rm -f stamp-h1
+       @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
 
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
        @rm -f stamp-h1
@@ -652,10 +666,16 @@
        $(am__post_remove_distdir)
 
 dist-tarZ: distdir
+       @echo WARNING: "Support for distribution archives compressed with" \
+                      "legacy program 'compress' is deprecated." >&2
+       @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
        $(am__post_remove_distdir)
 
 dist-shar: distdir
+       @echo WARNING: "Support for shar distribution archives is" \
+                      "deprecated." >&2
+       @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
        $(am__post_remove_distdir)
 
@@ -690,16 +710,17 @@
        esac
        chmod -R a-w $(distdir)
        chmod u+w $(distdir)
-       mkdir $(distdir)/_build $(distdir)/_inst
+       mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
        chmod a-w $(distdir)
        test -d $(distdir)/_build || exit 0; \
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
          && am__cwd=`pwd` \
-         && $(am__cd) $(distdir)/_build \
-         && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+         && $(am__cd) $(distdir)/_build/sub \
+         && ../../configure \
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
            $(DISTCHECK_CONFIGURE_FLAGS) \
+           --srcdir=../.. --prefix="$$dc_install_base" \
          && $(MAKE) $(AM_MAKEFLAGS) \
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
          && $(MAKE) $(AM_MAKEFLAGS) check \
@@ -881,6 +902,8 @@
        ps ps-am tags tags-am uninstall uninstall-am \
        uninstall-pkgconfigDATA
 
+.PRECIOUS: Makefile
+
 
 .PHONY: ChangeLog INSTALL
 
diff -r acadf7efca84 -r a2f5d299ed9f external/mit/libXext/dist/README.md
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/libXext/dist/README.md       Mon Mar 18 02:30:01 2019 +0000
@@ -0,0 +1,25 @@
+libXext - library for common extensions to the X11 protocol
+-----------------------------------------------------------
+



Home | Main Index | Thread Index | Old Index