diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-02-11 15:19:02 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-02-14 08:22:26 +0200 |
commit | cd7fd7bd6e623c6d4b21f726eec1f1f32aa3b740 (patch) | |
tree | 6b2c73f906721a07d7c505526f612fdd4efec6f6 /mail-mta | |
parent | dev-libs/libflatarray: remove old ebuilds (diff) | |
download | gentoo-cd7fd7bd6e623c6d4b21f726eec1f1f32aa3b740.tar.gz gentoo-cd7fd7bd6e623c6d4b21f726eec1f1f32aa3b740.tar.bz2 gentoo-cd7fd7bd6e623c6d4b21f726eec1f1f32aa3b740.zip |
mail-mta/netqmail: remove unused patches
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14624
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/netqmail/files/genqmail-20080406-ldflags.patch | 13 | ||||
-rw-r--r-- | mail-mta/netqmail/files/use-new-path-for-functions.sh.patch | 11 |
2 files changed, 0 insertions, 24 deletions
diff --git a/mail-mta/netqmail/files/genqmail-20080406-ldflags.patch b/mail-mta/netqmail/files/genqmail-20080406-ldflags.patch deleted file mode 100644 index cfd27cbb8280..000000000000 --- a/mail-mta/netqmail/files/genqmail-20080406-ldflags.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Nuar genqmail-20080406.orig/spp/Makefile genqmail-20080406/spp/Makefile ---- a/genqmail-20080406/spp/Makefile 2008-04-06 15:44:14.000000000 +0000 -+++ b/genqmail-20080406/spp/Makefile 2013-05-27 00:37:58.687763457 +0000 -@@ -14,7 +14,7 @@ - rm -f $(TARGETS) - - $(RESOLV_OBJS): -- $(CC) $(CFLAGS) -o $@ $@.c -lresolv -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $@.c -lresolv - - $(SIMPLE_OBJS): -- $(CC) $(CFLAGS) -o $@ $@.c -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $@.c diff --git a/mail-mta/netqmail/files/use-new-path-for-functions.sh.patch b/mail-mta/netqmail/files/use-new-path-for-functions.sh.patch deleted file mode 100644 index f275091da5db..000000000000 --- a/mail-mta/netqmail/files/use-new-path-for-functions.sh.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/genqmail-20080406/ssl/mkservercert 2015-10-18 12:46:40.082559295 -0200 -+++ b/genqmail-20080406/ssl/mkservercert 2015-10-18 12:49:03.749576181 -0200 -@@ -5,7 +5,7 @@ - # Based on mkimapdcert from courier-imap. - - test -x /usr/bin/openssl || exit 0 --source /etc/init.d/functions.sh || exit 1 -+source /lib/gentoo/functions.sh || exit 1 - - filedir="/var/qmail/control" - pemfile="${filedir}/servercert.pem" |