Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/fslsfonts/dist initial import of fslsfonts-1.0.6



details:   https://anonhg.NetBSD.org/xsrc/rev/f9cc05248a48
branches:  trunk
changeset: 7158:f9cc05248a48
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Sep 11 05:45:56 2022 +0000

description:
initial import of fslsfonts-1.0.6

diffstat:

 external/mit/fslsfonts/dist/ChangeLog       |   123 +-
 external/mit/fslsfonts/dist/Makefile.am     |     2 +
 external/mit/fslsfonts/dist/Makefile.in     |   142 +-
 external/mit/fslsfonts/dist/README.md       |    17 +
 external/mit/fslsfonts/dist/aclocal.m4      |   565 +-
 external/mit/fslsfonts/dist/compile         |    17 +-
 external/mit/fslsfonts/dist/config.guess    |  1690 ++--
 external/mit/fslsfonts/dist/config.h.in     |   108 +-
 external/mit/fslsfonts/dist/config.sub      |  2895 ++++---
 external/mit/fslsfonts/dist/configure       |  9587 ++++++++++++++------------
 external/mit/fslsfonts/dist/configure.ac    |    14 +-
 external/mit/fslsfonts/dist/depcomp         |    10 +-
 external/mit/fslsfonts/dist/fslsfonts.c     |   114 +-
 external/mit/fslsfonts/dist/install-sh      |   416 +-
 external/mit/fslsfonts/dist/man/Makefile.in |    39 +-
 external/mit/fslsfonts/dist/missing         |    16 +-
 16 files changed, 8641 insertions(+), 7114 deletions(-)

diffs (truncated from 21892 to 300 lines):

diff -r 736580be1e24 -r f9cc05248a48 external/mit/fslsfonts/dist/ChangeLog
--- a/external/mit/fslsfonts/dist/ChangeLog     Sat Sep 10 19:25:44 2022 +0000
+++ b/external/mit/fslsfonts/dist/ChangeLog     Sun Sep 11 05:45:56 2022 +0000
@@ -1,3 +1,124 @@
+commit 15c6839c0c23869a92e94109ec7310627720e841
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Sep 10 09:46:21 2022 -0700
+
+    fslsfonts 1.0.6
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 3f681d742545c922157b2fb66649ae2d12080c41
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Tue Aug 30 15:02:04 2022 -0700
+
+    configure: Add AC_USE_SYSTEM_EXTENSIONS
+    
+    Needed on some systems to expose reallocarray() prototype in the
+    header files.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 7e039ed98ad9ef4083a01d3e5a03e54302706550
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Aug 13 14:50:51 2022 -0700
+
+    Use reallocarray() if it is available in libc or libbsd
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 23fa33d7061a2bba7f0732ea0c8c324a560a65d3
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Aug 13 14:39:42 2022 -0700
+
+    Improve handling of realloc()
+    
+    Fixes cppcheck warning:
+    [fslsfonts.c:268]: (error) Common realloc mistake: 'font_list' nulled but not freed upon failure
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit aac963bb2d95db0ec7aa27f0e12159ee8edbb168
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jul 23 12:18:01 2022 -0700
+
+    show_font_props: skip copy to temporary buffer
+    
+    Avoids risk of overflow since we weren't bounds checking and
+    may slightly improve performance.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 44c1649d2a11c89137488c53e3a1c383fe79c2c1
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jul 10 13:25:14 2022 -0700
+
+    Add bounds checks to creation of min/max strings for -lll -m option
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit fd04e0c1e60315c57d32a5781fee6c3e8012f3fb
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Dec 3 15:17:32 2021 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit de5ac3a07262c3ceb64b1eac61e6f35dd98b07d8
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Dec 3 15:03:38 2021 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 81d02a0d873a19da1c6accb50e0a1922dd1539d4
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Wed Nov 21 16:46:43 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit c3e7ded5b2591059ddd26a96ad46a158722dbf48
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Nov 16 19:57:31 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 63dcab1cd3f72033e67a30b827089dd38e2041d7
+Author: Mihail Konev <k.mvc%ya.ru@localhost>
+Date:   Thu Jan 26 14:00:20 2017 +1000
+
+    autogen: add default patch prefix
+    
+    Signed-off-by: Mihail Konev <k.mvc%ya.ru@localhost>
+
+commit 317e9b11259e5e239bff8813134ecf0cce80d91b
+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 49be954631e02b44374f8f62e3c9e1c2c98b0fe6
+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 edfc75e3a922888d802cf18250b3de10c62d3e86
 Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 Date:   Tue Dec 30 20:46:30 2014 -0800
@@ -453,7 +574,7 @@
         configure cache, you cache it, and the cached value is probably wrong.
 
 commit 492cae010ee83167c662df163f37dec2ef5b8b8b
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Wed Jul 6 16:17:30 2005 +0000
 
     Build system for fslsfonts
diff -r 736580be1e24 -r f9cc05248a48 external/mit/fslsfonts/dist/Makefile.am
--- a/external/mit/fslsfonts/dist/Makefile.am   Sat Sep 10 19:25:44 2022 +0000
+++ b/external/mit/fslsfonts/dist/Makefile.am   Sun Sep 11 05:45:56 2022 +0000
@@ -46,3 +46,5 @@
        $(CHANGELOG_CMD)
 
 dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff -r 736580be1e24 -r f9cc05248a48 external/mit/fslsfonts/dist/Makefile.in
--- a/external/mit/fslsfonts/dist/Makefile.in   Sat Sep 10 19:25:44 2022 +0000
+++ b/external/mit/fslsfonts/dist/Makefile.in   Sun Sep 11 05:45:56 2022 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2013 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,
@@ -36,7 +36,17 @@
 #  PERFORMANCE OF THIS SOFTWARE.
 
 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 \
       ?) ;; \
@@ -101,14 +111,12 @@
 host_triplet = @host@
 bin_PROGRAMS = fslsfonts$(EXEEXT)
 subdir = .
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-       $(top_srcdir)/configure $(am__configure_deps) \
-       $(srcdir)/config.h.in depcomp COPYING ChangeLog INSTALL README \
-       compile config.guess config.sub install-sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(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
@@ -135,7 +143,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)/fslsfonts.Po
 am__mv = mv -f
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -171,9 +180,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.
@@ -190,10 +199,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 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)
@@ -229,9 +238,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$$'
@@ -252,8 +263,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,13 +275,12 @@
 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@
 FSLSFONTS_CFLAGS = @FSLSFONTS_CFLAGS@
 FSLSFONTS_LIBS = @FSLSFONTS_LIBS@
-GREP = @GREP@
 INSTALL = @INSTALL@
 INSTALL_CMD = @INSTALL_CMD@
 INSTALL_DATA = @INSTALL_DATA@
@@ -297,6 +308,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@
 SED = @SED@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
@@ -346,6 +359,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -361,6 +375,7 @@
         fslsfonts.c
 
 MAINTAINERCLEANFILES = ChangeLog INSTALL
+EXTRA_DIST = README.md
 all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
@@ -381,15 +396,14 @@
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
        $(am__cd) $(top_srcdir) && \



Home | Main Index | Thread Index | Old Index