Source-Changes-HG archive

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

[xsrc/xorg]: xsrc/external/mit/xhost/dist initial import of xhost-1.0.9



details:   https://anonhg.NetBSD.org/xsrc/rev/1526f72cb1bb
branches:  xorg
changeset: 7352:1526f72cb1bb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jan 08 10:11:48 2023 +0000

description:
initial import of xhost-1.0.9

diffstat:

 external/mit/xhost/dist/COPYING         |     2 +-
 external/mit/xhost/dist/ChangeLog       |    65 +-
 external/mit/xhost/dist/Makefile.am     |    11 +
 external/mit/xhost/dist/Makefile.in     |   115 +-
 external/mit/xhost/dist/aclocal.m4      |  2342 +++---
 external/mit/xhost/dist/compile         |    17 +-
 external/mit/xhost/dist/config.guess    |  1488 ++-
 external/mit/xhost/dist/config.h.in     |   107 +-
 external/mit/xhost/dist/config.sub      |  2885 ++++----
 external/mit/xhost/dist/configure       |  9835 ++++++++++++++++--------------
 external/mit/xhost/dist/configure.ac    |    27 +-
 external/mit/xhost/dist/depcomp         |    10 +-
 external/mit/xhost/dist/install-sh      |   172 +-
 external/mit/xhost/dist/man/Makefile.in |    20 +-
 external/mit/xhost/dist/missing         |    16 +-
 external/mit/xhost/dist/xhost.c         |   102 +-
 16 files changed, 9236 insertions(+), 7978 deletions(-)

diffs (truncated from 23504 to 300 lines):

diff -r 03e00c022377 -r 1526f72cb1bb external/mit/xhost/dist/COPYING
--- a/external/mit/xhost/dist/COPYING   Sun Jan 08 10:11:46 2023 +0000
+++ b/external/mit/xhost/dist/COPYING   Sun Jan 08 10:11:48 2023 +0000
@@ -1,4 +1,4 @@
-Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 2000, 2004, 2022, Oracle and/or its affiliates.
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
diff -r 03e00c022377 -r 1526f72cb1bb external/mit/xhost/dist/ChangeLog
--- a/external/mit/xhost/dist/ChangeLog Sun Jan 08 10:11:46 2023 +0000
+++ b/external/mit/xhost/dist/ChangeLog Sun Jan 08 10:11:48 2023 +0000
@@ -1,3 +1,66 @@
+commit f9a30c707c14fc1ab75f7cc90c9c1eb6fcec3b6d
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Dec 12 15:41:52 2022 -0800
+
+    xhost 1.0.9
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 728ba52d5dc966e423d9416647c2e903c95d2217
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Dec 3 10:10:05 2022 -0800
+
+    Simplify i18n of 'unable to get ... address for ...' error message
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 167ad7fa3a339da96798da49d05c3125045a87c2
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Nov 7 16:03:47 2022 -0800
+
+    Use gettext() to localize messages if available
+    
+    Originally fixed for Solaris in May 2000 by Steve Swales under
+    Sun bug 4256527 "xhost messages not internationalized"
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 4b54c211e5e86d6ed62386ad9b7d676808b55766
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Nov 7 14:21:28 2022 -0800
+
+    Recognize raw IPv6 numeric address
+    
+    Originally fixed for Solaris in Oct. 2002 under Sun bug 4759889
+    "xhost does not accept raw IPv6 numeric address"
+    
+    Before this fix:
+    % xhost +2001:DB8::11
+    xhost: unknown address family "2001"
+    xhost:  bad hostname "2001:DB8::11"
+    
+    After this fix:
+    % xhost +2001:DB8::11
+    2001:DB8::11 being added to access control list
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 1d7015ba70362b09ac6a001d77e693a03fa0375e
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Dec 6 14:31:13 2021 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 8de485ec2760ba7de2391c3864d4fe62ceeb23d6
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Dec 6 14:31:10 2021 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit 997135c6e37faa50f8b42a5f95c0cc8461ed6be9
 Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 Date:   Tue Feb 19 14:50:20 2019 -0800
@@ -807,7 +870,7 @@
         configure cache, you cache it, and the cached value is probably wrong.
 
 commit 8b783444a5341f4698027d3a66650c179bc8fa2e
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Tue Jul 5 21:12:45 2005 +0000
 
     Add autogen.sh for xhost
diff -r 03e00c022377 -r 1526f72cb1bb external/mit/xhost/dist/Makefile.am
--- a/external/mit/xhost/dist/Makefile.am       Sun Jan 08 10:11:46 2023 +0000
+++ b/external/mit/xhost/dist/Makefile.am       Sun Jan 08 10:11:48 2023 +0000
@@ -19,3 +19,14 @@
 dist-hook: ChangeLog INSTALL
 
 EXTRA_DIST = README.md
+
+if USE_GETTEXT
+AM_CPPFLAGS = -DLOCALEDIR='"$(LOCALEDIR)"'
+
+noinst_DATA = xhost.po
+
+xhost.po: $(xhost_SOURCES:%=$(srcdir)/%)
+       $(AM_V_GEN)xgettext -d xhost -n $(xhost_SOURCES:%=$(srcdir)/%)
+
+CLEANFILES = xhost.po
+endif
diff -r 03e00c022377 -r 1526f72cb1bb external/mit/xhost/dist/Makefile.in
--- a/external/mit/xhost/dist/Makefile.in       Sun Jan 08 10:11:46 2023 +0000
+++ b/external/mit/xhost/dist/Makefile.in       Sun Jan 08 10:11:48 2023 +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,
@@ -14,6 +14,7 @@
 
 @SET_MAKE@
 
+
 VPATH = @srcdir@
 am__is_gnu_make = { \
   if test -z '$(MAKELEVEL)'; then \
@@ -122,7 +123,8 @@
 am__v_at_1 = 
 DEFAULT_INCLUDES = -I.@am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
+am__maybe_remake_depfiles = depfiles
+am__depfiles_remade = ./$(DEPDIR)/xhost.Po
 am__mv = mv -f
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -151,6 +153,7 @@
     n|no|NO) false;; \
     *) (install-info --version) >/dev/null 2>&1;; \
   esac
+DATA = $(noinst_DATA)
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
   distclean-recursive maintainer-clean-recursive
 am__recursive_targets = \
@@ -158,9 +161,9 @@
   $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-       cscope distdir dist dist-all distcheck
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
-       $(LISP)config.h.in
+       cscope distdir distdir-am dist dist-all distcheck
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
+       config.h.in
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
 # *not* preserved.
@@ -177,13 +180,10 @@
   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)/config.h.in AUTHORS \
-       COPYING ChangeLog INSTALL compile config.guess config.sub \
-       depcomp install-sh missing
+       COPYING ChangeLog INSTALL README.md compile config.guess \
+       config.sub depcomp install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -219,9 +219,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$$'
@@ -242,8 +244,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@
@@ -253,11 +256,10 @@
 ECHO_C = @ECHO_C@
 ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
-EGREP = @EGREP@
+ETAGS = @ETAGS@
 EXEEXT = @EXEEXT@
 FILE_MAN_DIR = @FILE_MAN_DIR@
 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
-GREP = @GREP@
 INSTALL = @INSTALL@
 INSTALL_CMD = @INSTALL_CMD@
 INSTALL_DATA = @INSTALL_DATA@
@@ -269,6 +271,7 @@
 LIBS = @LIBS@
 LIB_MAN_DIR = @LIB_MAN_DIR@
 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
+LOCALEDIR = @LOCALEDIR@
 LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
 MAN_SUBSTS = @MAN_SUBSTS@
@@ -340,6 +343,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -354,6 +358,9 @@
 xhost_LDADD = $(XHOST_LIBS)
 MAINTAINERCLEANFILES = ChangeLog INSTALL
 EXTRA_DIST = README.md
+@USE_GETTEXT_TRUE@AM_CPPFLAGS = -DLOCALEDIR='"$(LOCALEDIR)"'
+@USE_GETTEXT_TRUE@noinst_DATA = xhost.po
+@USE_GETTEXT_TRUE@CLEANFILES = xhost.po
 all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
@@ -380,8 +387,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)
@@ -460,7 +467,13 @@
 distclean-compile:
        -rm -f *.tab.c
 
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xhost.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xhost.Po@am__quote@ # am--include-marker
+
+$(am__depfiles_remade):
+       @$(MKDIR_P) $(@D)
+       @echo '# dummy' >$@-t && $(am__mv) $@-t $@
+
+am--depfiles: $(am__depfiles_remade)
 
 .c.o:
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@@ -581,8 +594,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'`; \
@@ -650,8 +665,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)
@@ -659,11 +675,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