From c0234462dce17766e1844ad7f6219eb5b5372a05 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 23 Jan 2017 23:03:36 +0100 Subject: [PATCH] speedo: Remove the unused ADNS package. -- --- build-aux/speedo.mk | 8 +------- build-aux/speedo/w32/inst.nsi | 15 --------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index 8a366e622..1adcabee8 100644 --- a/build-aux/speedo.mk +++ b/build-aux/speedo.mk @@ -184,7 +184,7 @@ speedo_spkgs = \ ifeq ($(TARGETOS),w32) speedo_spkgs += \ - zlib bzip2 adns sqlite + zlib bzip2 sqlite ifeq ($(WITH_GUI),1) speedo_spkgs += gettext libiconv endif @@ -314,10 +314,6 @@ bzip2_ver := $(shell awk '$$1=="bzip2_ver" {print $$2}' swdb.lst) bzip2_sha1 := $(shell awk '$$1=="bzip2_sha1_gz" {print $$2}' swdb.lst) bzip2_sha2 := $(shell awk '$$1=="bzip2_sha2_gz" {print $$2}' swdb.lst) -adns_ver := $(shell awk '$$1=="adns_ver" {print $$2}' swdb.lst) -adns_sha1 := $(shell awk '$$1=="adns_sha1" {print $$2}' swdb.lst) -adns_sha2 := $(shell awk '$$1=="adns_sha2" {print $$2}' swdb.lst) - sqlite_ver := $(shell awk '$$1=="sqlite_ver" {print $$2}' swdb.lst) sqlite_sha1 := $(shell awk '$$1=="sqlite_sha1_gz" {print $$2}' swdb.lst) sqlite_sha2 := $(shell awk '$$1=="sqlite_sha2_gz" {print $$2}' swdb.lst) @@ -331,7 +327,6 @@ $(info Libgcrypt ......: $(libgcrypt_ver)) $(info Libassuan ......: $(libassuan_ver)) $(info Zlib ...........: $(zlib_ver)) $(info Bzip2 ..........: $(bzip2_ver)) -$(info ADNS ...........: $(adns_ver)) $(info SQLite .........: $(sqlite_ver)) $(info GPGME ..........: $(gpgme_ver)) $(info Pinentry .......: $(pinentry_ver)) @@ -431,7 +426,6 @@ speedo_pkg_pkg_config_tar = $(pkg2rep)/pkg-config-$(pkg_config_ver).tar.gz speedo_pkg_zlib_tar = $(pkgrep)/zlib/zlib-$(zlib_ver).tar.gz speedo_pkg_bzip2_tar = $(pkgrep)/bzip2/bzip2-$(bzip2_ver).tar.gz speedo_pkg_sqlite_tar = $(pkgrep)/sqlite/sqlite-autoconf-$(sqlite_ver).tar.gz -speedo_pkg_adns_tar = $(pkg10rep)/adns/adns-$(adns_ver).tar.bz2 speedo_pkg_libiconv_tar = $(pkg2rep)/libiconv-$(libiconv_ver).tar.gz speedo_pkg_gettext_tar = $(pkg2rep)/gettext-$(gettext_ver).tar.gz speedo_pkg_libffi_tar = $(pkg2rep)/libffi-$(libffi_ver).tar.gz diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi index 164e26bc3..d11749508 100644 --- a/build-aux/speedo/w32/inst.nsi +++ b/build-aux/speedo/w32/inst.nsi @@ -735,15 +735,6 @@ Section "-zlib" SEC_zlib File bin/zlib1.dll SectionEnd -Section "-adns" SEC_adns - SetOutPath "$INSTDIR\bin" - File bin/libadns-1.dll - SetOutPath "$INSTDIR\lib" - File /oname=libadns.imp lib/libadns.dll.a - SetOutPath "$INSTDIR\include" - File include/adns.h -SectionEnd - Section "-npth" SEC_npth SetOutPath "$INSTDIR\bin" File bin/libnpth-0.dll @@ -1193,12 +1184,6 @@ Section "-un.npth" Delete "$INSTDIR\include\npth.h" SectionEnd -Section "-un.adns" - Delete "$INSTDIR\bin\libadns-1.dll" - Delete "$INSTDIR\lib\libadns.imp" - Delete "$INSTDIR\include\adns.h" -SectionEnd - Section "-un.zlib" Delete "$INSTDIR\bin\zlib1.dll" SectionEnd