From 6fac9077c674e151e86cb02319c76f6d526579c7 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sat, 15 Jun 2019 09:07:53 +0000 Subject: tools/gengetopt: Update to 2.23 Update gengetopt to 2.23 Remove 100-dependency_fix.patch, fixed upstream Rework no tests and docs patch Fix typo in copyright section Signed-off-by: Daniel Engberg --- tools/gengetopt/patches/100-dependency_fix.patch | 11 -------- tools/gengetopt/patches/100-no-tests-docs.patch | 33 ++++++++++++++++++++++++ tools/gengetopt/patches/200-no_docs_tests.patch | 13 ---------- 3 files changed, 33 insertions(+), 24 deletions(-) delete mode 100644 tools/gengetopt/patches/100-dependency_fix.patch create mode 100644 tools/gengetopt/patches/100-no-tests-docs.patch delete mode 100644 tools/gengetopt/patches/200-no_docs_tests.patch (limited to 'tools/gengetopt/patches') diff --git a/tools/gengetopt/patches/100-dependency_fix.patch b/tools/gengetopt/patches/100-dependency_fix.patch deleted file mode 100644 index 69cb598b7d..0000000000 --- a/tools/gengetopt/patches/100-dependency_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -51,7 +51,7 @@ libgengetopt_la_LIBADD = $(top_builddir) - @LTLIBOBJS@ \ - skels/libgen.la - --LDADD = $(top_builddir)/src/libgengetopt.la -+LDADD = libgengetopt.la - - EXTRA_DIST = parser.h argsdef.h gengetopt.h ggos.h gm.h gnugetopt.h \ - cmdline.c cmdline.h \ diff --git a/tools/gengetopt/patches/100-no-tests-docs.patch b/tools/gengetopt/patches/100-no-tests-docs.patch new file mode 100644 index 0000000000..d8c53af4fb --- /dev/null +++ b/tools/gengetopt/patches/100-no-tests-docs.patch @@ -0,0 +1,33 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -18,7 +18,7 @@ + ACLOCAL_AMFLAGS = -I m4 -I gl/m4 + + EXTRA_DIST = configure TODO LICENSE gl/m4/gnulib-cache.m4 +-SUBDIRS = gl src doc tests ++SUBDIRS = gl src + + gengetoptdoc_DATA = ChangeLog COPYING NEWS THANKS INSTALL README LICENSE + +--- a/Makefile.in ++++ b/Makefile.in +@@ -593,7 +593,7 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + ACLOCAL_AMFLAGS = -I m4 -I gl/m4 + EXTRA_DIST = configure TODO LICENSE gl/m4/gnulib-cache.m4 +-SUBDIRS = gl src doc tests ++SUBDIRS = gl src + gengetoptdoc_DATA = ChangeLog COPYING NEWS THANKS INSTALL README LICENSE + TARBALL = $(top_builddir)/gengetopt-$(PACKAGE_VERSION).tar.xz + all: config.h +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -16,7 +16,7 @@ + # with gengetopt; see the file COPYING. If not, write to the Free Software + # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +-SUBDIRS = skels tests ++SUBDIRS = skels + + bin_PROGRAMS = gengetopt + diff --git a/tools/gengetopt/patches/200-no_docs_tests.patch b/tools/gengetopt/patches/200-no_docs_tests.patch deleted file mode 100644 index d3930696ff..0000000000 --- a/tools/gengetopt/patches/200-no_docs_tests.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -urN gengetopt-2.22.6/Makefile.am gengetopt-2.22.6.new/Makefile.am ---- gengetopt-2.22.6/Makefile.am 2012-11-02 06:26:54.000000000 -0700 -+++ gengetopt-2.22.6.new/Makefile.am 2015-05-21 17:43:15.183083542 -0700 -@@ -18,6 +18,6 @@ - ACLOCAL_AMFLAGS = -I m4 -I gl/m4 - - EXTRA_DIST = configure TODO LICENSE gl/m4/gnulib-cache.m4 --SUBDIRS = gl src doc tests -+SUBDIRS = gl src - --gengetoptdoc_DATA = ChangeLog COPYING NEWS THANKS INSTALL README LICENSE -\ No newline at end of file -+gengetoptdoc_DATA = ChangeLog COPYING NEWS THANKS INSTALL README LICENSE -- cgit v1.2.3