diff --git a/patches/man_db-2.7.6.1.local.patch b/patches/man_db-2.7.6.1.local.patch deleted file mode 100644 index 8f762e7..0000000 --- a/patches/man_db-2.7.6.1.local.patch +++ /dev/null @@ -1,62 +0,0 @@ -diff -ru man-db-2.7.5.orig/lib/Makefile.am man-db-2.7.5/lib/Makefile.am ---- man-db-2.7.5.orig/lib/Makefile.am 2014-09-29 13:45:14.000000000 +0200 -+++ man-db-2.7.5/lib/Makefile.am 2017-01-19 01:29:38.000000000 +0100 -@@ -60,7 +60,7 @@ - xregcomp.h - - libman_la_LIBADD = ../gnulib/lib/libgnu.la $(LTLIBOBJS) \ -- $(LIBCOMPRESS) @LTLIBINTL@ -+ $(LIBCOMPRESS) -lpipeline @LTLIBINTL@ - - libman_la_LDFLAGS = \ - -avoid-version -release $(VERSION) -rpath $(pkglibdir) \ -diff -ru man-db-2.7.5.orig/lib/Makefile.in man-db-2.7.5/lib/Makefile.in ---- man-db-2.7.5.orig/lib/Makefile.in 2017-01-19 02:49:51.105766753 +0100 -+++ man-db-2.7.5/lib/Makefile.in 2017-01-19 02:48:18.390682563 +0100 -@@ -1447,7 +1447,7 @@ - xregcomp.h - - libman_la_LIBADD = ../gnulib/lib/libgnu.la $(LTLIBOBJS) \ -- $(LIBCOMPRESS) @LTLIBINTL@ -+ $(LIBCOMPRESS) -lpipeline @LTLIBINTL@ - - libman_la_LDFLAGS = \ - -avoid-version -release $(VERSION) -rpath $(pkglibdir) \ -diff -ru man-db-2.7.5.orig/libdb/db_lookup.c man-db-2.7.5/libdb/db_lookup.c ---- man-db-2.7.5.orig/libdb/db_lookup.c 2015-08-02 12:31:55.000000000 +0200 -+++ man-db-2.7.5/libdb/db_lookup.c 2017-01-19 02:35:48.000000000 +0100 -@@ -50,6 +50,8 @@ - #include "mydbm.h" - #include "db_storage.h" - -+char *database; -+ - /* If using ndbm or BTREE, copy the static storage before doing anything - * interesting with it. If using gdbm, firstkey and nextkey need to copy the - * storage because our ordered wrappers keep an effectively static copy. -diff -ru man-db-2.7.5.orig/libdb/db_ver.c man-db-2.7.5/libdb/db_ver.c ---- man-db-2.7.5.orig/libdb/db_ver.c 2015-04-08 11:23:25.000000000 +0200 -+++ man-db-2.7.5/libdb/db_ver.c 2017-01-19 02:35:30.000000000 +0100 -@@ -37,6 +37,8 @@ - - #include "mydbm.h" - -+char *database; -+ - int dbver_rd (MYDBM_FILE dbfile) - { - datum key, content; ---- man-db-2.7.6.1/src/Makefile.in.orig 2016-12-12 13:43:52.000000000 +0100 -+++ man-db-2.7.6.1/src/Makefile.in 2017-01-19 18:02:40.709802500 +0100 -@@ -2210,11 +2210,6 @@ - all-am: apropos$(EXEEXT) - - install-exec-hook: -- if [ "$(man_owner)" ] && [ "$(man_mode)" = 6755 ]; then \ -- chown $(man_owner):$(man_owner) \ -- $(DESTDIR)$(bindir)/$(TRANS_MAN) \ -- $(DESTDIR)$(bindir)/$(TRANS_MANDB); \ -- fi - chmod $(man_mode) \ - $(DESTDIR)$(bindir)/$(TRANS_MAN) \ - $(DESTDIR)$(bindir)/$(TRANS_MANDB) diff --git a/vars/build.vars b/vars/build.vars index 2f559ab..bfbcf9f 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -1075,8 +1075,7 @@ the_silver_searcher toilet tree terminally_tetris ubase which zsh"; # # Packages list native_packages_dev NATIVE_PACKAGES_DEV_PACKAGES=" -bdwgc bison chicken cparser diffutils flex lunix m4 make man_db mandoc -patch patchutils perl python2 python3 ruby smallbasic tk"; +bdwgc bison chicken cparser diffutils flex lunix m4 make mandoc patch patchutils perl python2 python3 ruby smallbasic tk"; : ${PKG_BDWGC_URLS_GIT:="bdwgc=https://github.com/ivmai/bdwgc@master"}; : ${PKG_BISON_SHA256SUM:=075cef2e814642e30e10e8155e93022e4a91ca38a65aa1d5467d4e969f97f338}; : ${PKG_BISON_VERSION:=3.0.5}; @@ -1111,11 +1110,6 @@ patch patchutils perl python2 python3 ruby smallbasic tk"; : ${PKG_MAKE_SHA256SUM:=d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589}; : ${PKG_MAKE_VERSION:=4.2.1}; : ${PKG_MAKE_URL:=https://ftp.gnu.org/gnu/make/make-${PKG_MAKE_VERSION}.tar.bz2}; -: ${PKG_MAN_DB_SHA256SUM:=08edbc52f24aca3eebac429b5444efd48b9b90b9b84ca0ed5507e5c13ed10f3f}; -: ${PKG_MAN_DB_VERSION:=2.7.6.1}; -: ${PKG_MAN_DB_URL:=http://download.savannah.gnu.org/releases/man-db/man-db-${PKG_MAN_DB_VERSION}.tar.xz}; -: ${PKG_MAN_DB_CFLAGS_BUILD_EXTRA:="-Dprogram_name=program_invocation_name -I${PREFIX_NATIVE}/include"}; -: ${PKG_MAN_DB_DISABLED:=1} : ${PKG_MANDOC_SHA256SUM:=b1c9a2f27c487d6be08387aab7602199fd356086631d6e3f471b00c75249082d}; : ${PKG_MANDOC_VERSION:=1.14.3}; : ${PKG_MANDOC_URL:=https://foxi.me/mandoc/mandoc-${PKG_MANDOC_VERSION}.tar.gz};