aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gengetopt
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2019-06-15 09:07:53 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2019-07-08 16:42:26 +0200
commit6fac9077c674e151e86cb02319c76f6d526579c7 (patch)
treef41bb52b9d308c743a299510e4a0a80bbca3ae00 /tools/gengetopt
parent301a78d1d559ecfb4feaaa6dbcd8288a644451a4 (diff)
downloadupstream-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')
-rw-r--r--tools/gengetopt/Makefile10
-rw-r--r--tools/gengetopt/patches/100-dependency_fix.patch11
-rw-r--r--tools/gengetopt/patches/100-no-tests-docs.patch33
-rw-r--r--tools/gengetopt/patches/200-no_docs_tests.patch13
4 files changed, 38 insertions, 29 deletions
diff --git a/tools/gengetopt/Makefile b/tools/gengetopt/Makefile
index 6d2b85e658..563ecccf9d 100644
--- a/tools/gengetopt/Makefile
+++ b/tools/gengetopt/Makefile
@@ -1,19 +1,19 @@
#
# Copyright (C) 2014 OpenWrt.org
#
-# This is free software, licengengetopt under the GNU General Public License v2.
+# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=gengetopt
-PKG_VERSION:=2.22.6
+PKG_VERSION:=2.23
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_HASH:=30b05a88604d71ef2a42a2ef26cd26df242b41f5b011ad03083143a31d9b01f7
+PKG_HASH:=b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac
-HOST_FIXUP := autoreconf
+HOST_FIXUP:=autoreconf
HOST_BUILD_PARALLEL:=1
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