Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/util-macros/dist initial import of util-macro...



details:   https://anonhg.NetBSD.org/xsrc/rev/2b8b6f7b7b09
branches:  trunk
changeset: 7496:2b8b6f7b7b09
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Mar 20 05:39:27 2023 +0000

description:
initial import of util-macros-1.20.0

diffstat:

 external/mit/util-macros/dist/COPYING           |     2 +-
 external/mit/util-macros/dist/ChangeLog         |    75 +-
 external/mit/util-macros/dist/Makefile.in       |    20 +-
 external/mit/util-macros/dist/README.md         |     2 +-
 external/mit/util-macros/dist/aclocal.m4        |    63 +-
 external/mit/util-macros/dist/configure         |  1116 ++++++++++++----------
 external/mit/util-macros/dist/configure.ac      |     4 +-
 external/mit/util-macros/dist/install-sh        |   144 +-
 external/mit/util-macros/dist/missing           |     2 +-
 external/mit/util-macros/dist/xorg-macros.m4.in |    62 +-
 10 files changed, 877 insertions(+), 613 deletions(-)

diffs (truncated from 3000 to 300 lines):

diff -r 7d4e4963f294 -r 2b8b6f7b7b09 external/mit/util-macros/dist/COPYING
--- a/external/mit/util-macros/dist/COPYING     Sun Mar 19 23:07:22 2023 +0000
+++ b/external/mit/util-macros/dist/COPYING     Mon Mar 20 05:39:27 2023 +0000
@@ -21,7 +21,7 @@
 
 ----------------------------------------------------------------------------
 
-Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 2005, 2023, 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 7d4e4963f294 -r 2b8b6f7b7b09 external/mit/util-macros/dist/ChangeLog
--- a/external/mit/util-macros/dist/ChangeLog   Sun Mar 19 23:07:22 2023 +0000
+++ b/external/mit/util-macros/dist/ChangeLog   Mon Mar 20 05:39:27 2023 +0000
@@ -1,3 +1,74 @@
+commit cb147377e9341af05232f95814022abdecf14024
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Tue Feb 7 14:49:10 2023 -0800
+
+    Add XORG_DEFAULT_NOCODE_OPTIONS and bump version to 1.20.0
+    
+    Allows data, doc, & font modules that don't compile any code
+    to avoid spending time running a bunch of compiler tests whose
+    results they'll ignore and never use.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit ec3ecf1b7cff226b6dc2d26604b1d234b262d8d5
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Feb 6 14:01:29 2023 -0800
+
+    Call AC_PROG_CC instead of AC_PROG_CC_C99 if autoconf >= 2.70
+    
+    Clears up deprecation warnings:
+    
+    configure.ac:38: warning: The macro `AC_PROG_CC_C99' is obsolete.
+    configure.ac:38: You should run autoupdate.
+    ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
+    aclocal.m4:2959: XORG_COMPILER_BRAND is expanded from...
+    aclocal.m4:3078: XORG_COMPILER_FLAGS is expanded from...
+    aclocal.m4:3267: XORG_DEFAULT_OPTIONS is expanded from...
+    configure.ac:38: the top level
+    
+    ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
+    aclocal.m4:2990: XORG_TESTSET_CFLAG is expanded from...
+    aclocal.m4:3082: XORG_COMPILER_FLAGS is expanded from...
+    aclocal.m4:3254: XORG_DEFAULT_OPTIONS is expanded from...
+    configure.ac:28: the top level
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 35cd00d70e541574f9f491225b30096c4e291827
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Jul 28 17:30:21 2022 -0700
+
+    gitlab CI: stop requiring Signed-off-by in commits
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 0326ba3c4caa34116c0e7e4af98661858cf25d1c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 15 16:15:12 2022 -0800
+
+    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 d67cd49e414064f5569ad29ce397e8b642c76866
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 15 15:38:32 2022 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 701a48e21f23f1d633099f0790ff1a58ca70a44c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 15 15:36:37 2022 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit b8766308d2f78bc572abe5198007cf7aeec9b761
 Author: Matt Turner <mattst88%gmail.com@localhost>
 Date:   Sun Jan 24 09:41:00 2021 -0500
@@ -2198,13 +2269,13 @@
     Update package version number for RC1 release.
 
 commit b15a7b3dcc5c8af0a1ab837d8ca03910611e0968
-Author: Kristian Høgsberg <krh%redhat.com@localhost>
+Author: Kristian Høgsberg  <krh%redhat.com@localhost>
 Date:   Mon Oct 17 16:04:44 2005 +0000
 
     Add missing comma in AC_HELP_STRING call.
 
 commit 764ee0f698a17e34998b0e6d85f2c6cbf8f624c7
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Mon Oct 3 21:22:08 2005 +0000
 
     - For all drivers that have a <driver>.sgml file, add code in their build
diff -r 7d4e4963f294 -r 2b8b6f7b7b09 external/mit/util-macros/dist/Makefile.in
--- a/external/mit/util-macros/dist/Makefile.in Sun Mar 19 23:07:22 2023 +0000
+++ b/external/mit/util-macros/dist/Makefile.in Mon Mar 20 05:39:27 2023 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.2 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2020 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,
@@ -172,7 +172,7 @@
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/xorg-macros.m4.in \
        $(srcdir)/xorg-macros.pc.in $(srcdir)/xorgversion.m4 COPYING \
-       ChangeLog INSTALL install-sh missing
+       ChangeLog INSTALL README.md install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -183,9 +183,11 @@
       || { sleep 5 && rm -rf "$(distdir)"; }; \
   else :; fi
 am__post_remove_distdir = $(am__remove_distdir)
-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$$'
@@ -198,11 +200,14 @@
 AUTOMAKE = @AUTOMAKE@
 AWK = @AWK@
 CHANGELOG_CMD = @CHANGELOG_CMD@
+CSCOPE = @CSCOPE@
+CTAGS = @CTAGS@
 CYGPATH_W = @CYGPATH_W@
 DEFS = @DEFS@
 ECHO_C = @ECHO_C@
 ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
+ETAGS = @ETAGS@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -380,7 +385,6 @@
 
 cscope cscopelist:
 
-
 distdir: $(BUILT_SOURCES)
        $(MAKE) $(AM_MAKEFLAGS) distdir-am
 
@@ -429,6 +433,7 @@
 dist-gzip: distdir
        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)
@@ -436,7 +441,6 @@
 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)
@@ -504,7 +508,7 @@
            $(DISTCHECK_CONFIGURE_FLAGS) \
            --srcdir=../.. --prefix="$$dc_install_base" \
          && $(MAKE) $(AM_MAKEFLAGS) \
-         && $(MAKE) $(AM_MAKEFLAGS) dvi \
+         && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
          && $(MAKE) $(AM_MAKEFLAGS) check \
          && $(MAKE) $(AM_MAKEFLAGS) install \
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
diff -r 7d4e4963f294 -r 2b8b6f7b7b09 external/mit/util-macros/dist/README.md
--- a/external/mit/util-macros/dist/README.md   Sun Mar 19 23:07:22 2023 +0000
+++ b/external/mit/util-macros/dist/README.md   Mon Mar 20 05:39:27 2023 +0000
@@ -7,7 +7,7 @@
 
   https://lists.x.org/mailman/listinfo/xorg
 
-The master development code repository can be found at:
+The primary development code repository can be found at:
 
   https://gitlab.freedesktop.org/xorg/util/macros
 
diff -r 7d4e4963f294 -r 2b8b6f7b7b09 external/mit/util-macros/dist/aclocal.m4
--- a/external/mit/util-macros/dist/aclocal.m4  Sun Mar 19 23:07:22 2023 +0000
+++ b/external/mit/util-macros/dist/aclocal.m4  Mon Mar 20 05:39:27 2023 +0000
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.16.2 -*- Autoconf -*-
+# generated automatically by aclocal 1.16.5 -*- Autoconf -*-
 
-# Copyright (C) 1996-2020 Free Software Foundation, Inc.
+# Copyright (C) 1996-2021 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -14,13 +14,13 @@
 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
-[m4_warning([this file was generated for autoconf 2.69.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
+[m4_warning([this file was generated for autoconf 2.71.
 You have another version of autoconf.  It may work, but is not guaranteed to.
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
 
-# Copyright (C) 2002-2020 Free Software Foundation, Inc.
+# Copyright (C) 2002-2021 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -35,7 +35,7 @@
 [am__api_version='1.16'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.16.2], [],
+m4_if([$1], [1.16.5], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -51,14 +51,14 @@
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.16.2])dnl
+[AM_AUTOMAKE_VERSION([1.16.5])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
-# Copyright (C) 2001-2020 Free Software Foundation, Inc.
+# Copyright (C) 2001-2021 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -110,7 +110,7 @@
 
 # Do all the work for Automake.                             -*- Autoconf -*-
 
-# Copyright (C) 1996-2020 Free Software Foundation, Inc.
+# Copyright (C) 1996-2021 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -138,6 +138,10 @@
 # release and drop the old call support.
 AC_DEFUN([AM_INIT_AUTOMAKE],
 [AC_PREREQ([2.65])dnl
+m4_ifdef([_$0_ALREADY_INIT],
+  [m4_fatal([$0 expanded multiple times
+]m4_defn([_$0_ALREADY_INIT]))],
+  [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl
 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 dnl the ones we care about.
 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
@@ -174,7 +178,7 @@
 [_AM_SET_OPTIONS([$1])dnl
 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 m4_if(
-  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
+  m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]),
   [ok:ok],,
   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
@@ -226,6 +230,20 @@
                  [m4_define([AC_PROG_OBJCXX],
                             m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
 ])
+# Variables for tags utilities; see am/tags.am
+if test -z "$CTAGS"; then
+  CTAGS=ctags
+fi
+AC_SUBST([CTAGS])
+if test -z "$ETAGS"; then
+  ETAGS=etags
+fi
+AC_SUBST([ETAGS])
+if test -z "$CSCOPE"; then



Home | Main Index | Thread Index | Old Index