diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2019-06-15 09:07:53 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-07-08 16:42:26 +0200 |
commit | 6fac9077c674e151e86cb02319c76f6d526579c7 (patch) | |
tree | f41bb52b9d308c743a299510e4a0a80bbca3ae00 /tools/gengetopt/patches | |
parent | 301a78d1d559ecfb4feaaa6dbcd8288a644451a4 (diff) | |
download | upstream-6fac9077c674e151e86cb02319c76f6d526579c7.tar.gz upstream-6fac9077c674e151e86cb02319c76f6d526579c7.tar.bz2 upstream-6fac9077c674e151e86cb02319c76f6d526579c7.zip |
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 <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/gengetopt/patches')
-rw-r--r-- | tools/gengetopt/patches/100-dependency_fix.patch | 11 | ||||
-rw-r--r-- | tools/gengetopt/patches/100-no-tests-docs.patch | 33 | ||||
-rw-r--r-- | tools/gengetopt/patches/200-no_docs_tests.patch | 13 |
3 files changed, 33 insertions, 24 deletions
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 |