Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/xorg]: xsrc/external/mit/libXxf86vm/dist initial import of libXxf86vm-1...
details: https://anonhg.NetBSD.org/xsrc/rev/fb0cbec6bcf9
branches: xorg
changeset: 7175:fb0cbec6bcf9
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Sep 27 18:22:36 2022 +0000
description:
initial import of libXxf86vm-1.1.5
diffstat:
external/mit/libXxf86vm/dist/ChangeLog | 118 +-
external/mit/libXxf86vm/dist/Makefile.am | 2 +
external/mit/libXxf86vm/dist/Makefile.in | 55 +-
external/mit/libXxf86vm/dist/README.md | 18 +
external/mit/libXxf86vm/dist/aclocal.m4 | 18198 ++++++++++++------------
external/mit/libXxf86vm/dist/compile | 17 +-
external/mit/libXxf86vm/dist/config.guess | 1685 +-
external/mit/libXxf86vm/dist/config.sub | 2911 ++-
external/mit/libXxf86vm/dist/configure | 14803 +++++++++++---------
external/mit/libXxf86vm/dist/configure.ac | 9 +-
external/mit/libXxf86vm/dist/depcomp | 10 +-
external/mit/libXxf86vm/dist/install-sh | 172 +-
external/mit/libXxf86vm/dist/ltmain.sh | 6229 +++++---
external/mit/libXxf86vm/dist/man/Makefile.in | 21 +-
external/mit/libXxf86vm/dist/missing | 16 +-
external/mit/libXxf86vm/dist/src/Makefile.in | 48 +-
external/mit/libXxf86vm/dist/src/XF86VMode.c | 36 +-
external/mit/libXxf86vm/dist/src/config.h.in | 13 +-
18 files changed, 24404 insertions(+), 19957 deletions(-)
diffs (truncated from 57243 to 300 lines):
diff -r a7e01b136f24 -r fb0cbec6bcf9 external/mit/libXxf86vm/dist/ChangeLog
--- a/external/mit/libXxf86vm/dist/ChangeLog Tue Sep 27 18:22:32 2022 +0000
+++ b/external/mit/libXxf86vm/dist/ChangeLog Tue Sep 27 18:22:36 2022 +0000
@@ -1,3 +1,117 @@
+commit 7fe2d41f164d3015216c1079cc7fbce1eea90c98
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Mon Sep 26 17:48:52 2022 -0700
+
+ libXxf86vm 1.1.5
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 8cb2b07b8f83bc6385c41c7cdd6051a66dced0ff
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sat Aug 20 11:07:02 2022 -0700
+
+ Update GetOldReq to use _XGetRequest()
+
+ Requires libX11 1.5 or later, but configure.ac already requires x11 >= 1.6
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit ca196d7545020037ed5533ff1cb3ebb52823af8e
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sat Aug 20 10:57:24 2022 -0700
+
+ Variable scope reductions as suggested by cppcheck
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 1f6854c919c27c7bf640000a3c0851116779f7a4
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sat Aug 20 10:45:07 2022 -0700
+
+ Fix -Wsign-compare warning
+
+ XF86VMode.c: In function ‘XF86VidModeGetModeLine’:
+ XF86VMode.c:270:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
+ if (modeline->privsize < (INT_MAX / sizeof(INT32)))
+ ^
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 2e27589966d6653e63b56e29b0bea83f722c4c33
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Jul 17 19:05:03 2022 -0700
+
+ gitlab CI: add a basic build test
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 0dd3ebf9f0f698491361d2087a01d81d2a06499e
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Jul 17 19:04:10 2022 -0700
+
+ Fix spelling/wording issues
+
+ Found by using:
+ codespell --builtin clear,rare,usage,informal,code,names
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit e86dfd828c4ca24ae3f0ed6c78f87b0466564f2a
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Jul 17 19:03:18 2022 -0700
+
+ Build xz tarballs instead of bzip2
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 7f43cd2a905e7b93b83c9ce81dabb768f6fa2bc7
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri Dec 7 19:58:38 2018 -0800
+
+ Update configure.ac bug URL for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 3e396bee684f716eb4b567aba639944b2d52d377
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Mon Nov 19 22:57:37 2018 -0800
+
+ Update README for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 3c167ac0e7d66bcb0bd8794ba865bb3b69517f76
+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 471fc6eb7af5a01e1061354e56814aee00ddb157
+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 f542662908d8d344ca217bd76aeede08e9d403a4
+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 92d18649e92566ccc3abeba244adabda249cce1b
Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
Date: Mon Feb 23 23:01:54 2015 -0800
@@ -665,7 +779,7 @@
that document multiple functions.
commit 72995528798d388422e6e09ee26a0edaffadb779
-Author: Kristian Høgsberg <krh%redhat.com@localhost>
+Author: Kristian Høgsberg <krh%redhat.com@localhost>
Date: Mon Sep 26 20:55:17 2005 +0000
Simple whitespace change to change ownership of ,v file on server. Required
@@ -698,7 +812,7 @@
spell freedesktop.org correctly
commit a26154988a9367521a15e0876939d8ff7810cd81
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
Date: Fri Jun 10 22:38:47 2005 +0000
Apply patch from Jeff Smith (whydoubt%yahoo.com@localhost):
diff -r a7e01b136f24 -r fb0cbec6bcf9 external/mit/libXxf86vm/dist/Makefile.am
--- a/external/mit/libXxf86vm/dist/Makefile.am Tue Sep 27 18:22:32 2022 +0000
+++ b/external/mit/libXxf86vm/dist/Makefile.am Tue Sep 27 18:22:36 2022 +0000
@@ -14,3 +14,5 @@
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff -r a7e01b136f24 -r fb0cbec6bcf9 external/mit/libXxf86vm/dist/Makefile.in
--- a/external/mit/libXxf86vm/dist/Makefile.in Tue Sep 27 18:22:32 2022 +0000
+++ b/external/mit/libXxf86vm/dist/Makefile.in Tue Sep 27 18:22:36 2022 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2021 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -164,7 +164,7 @@
$(RECURSIVE_CLEAN_TARGETS) \
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
- cscope distdir dist dist-all distcheck
+ cscope distdir distdir-am dist dist-all distcheck
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
@@ -182,12 +182,9 @@
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/xxf86vm.pc.in \
- COPYING ChangeLog INSTALL README compile config.guess \
+ COPYING ChangeLog INSTALL README.md compile config.guess \
config.sub install-sh ltmain.sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
@@ -224,9 +221,11 @@
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
done; \
reldir="$$dir2"
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
+DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
GZIP_ENV = --best
-DIST_TARGETS = dist-bzip2 dist-gzip
+DIST_TARGETS = dist-xz dist-gzip
+# Exists only to be overridden by the user if desired.
+AM_DISTCHECK_DVI_TARGET = dvi
distuninstallcheck_listfiles = find . -type f -print
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
@@ -248,8 +247,9 @@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CHANGELOG_CMD = @CHANGELOG_CMD@
-CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
+CSCOPE = @CSCOPE@
+CTAGS = @CTAGS@
CWARNFLAGS = @CWARNFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
@@ -263,8 +263,10 @@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
+ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
+FILECMD = @FILECMD@
FILE_MAN_DIR = @FILE_MAN_DIR@
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
GREP = @GREP@
@@ -284,6 +286,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@
@@ -306,6 +309,8 @@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
@@ -362,6 +367,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
@@ -374,6 +380,7 @@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xxf86vm.pc
MAINTAINERCLEANFILES = ChangeLog INSTALL
+EXTRA_DIST = README.md
all: all-recursive
.SUFFIXES:
@@ -398,8 +405,8 @@
echo ' $(SHELL) ./config.status'; \
$(SHELL) ./config.status;; \
*) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -548,8 +555,10 @@
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
+distdir: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
-distdir: $(DISTFILES)
+distdir-am: $(DISTFILES)
$(am__remove_distdir)
test -d "$(distdir)" || mkdir "$(distdir)"
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -617,8 +626,9 @@
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
dist-gzip: distdir
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+ tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
$(am__post_remove_distdir)
+
dist-bzip2: distdir
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
$(am__post_remove_distdir)
@@ -626,11 +636,14 @@
dist-lzip: distdir
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
$(am__post_remove_distdir)
-
dist-xz: distdir
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
$(am__post_remove_distdir)
+dist-zstd: distdir
+ tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
+ $(am__post_remove_distdir)
+
Home |
Main Index |
Thread Index |
Old Index