pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/distribute adjust patch: everyone wants paths.h
details: https://anonhg.NetBSD.org/pkgsrc/rev/e678d358fad9
branches: trunk
changeset: 355619:e678d358fad9
user: wiedi <wiedi%pkgsrc.org@localhost>
date: Tue Dec 06 23:53:36 2016 +0000
description:
adjust patch: everyone wants paths.h
diffstat:
mail/distribute/Makefile | 4 ++--
mail/distribute/distinfo | 4 ++--
mail/distribute/patches/patch-ac | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (56 lines):
diff -r 20e314c06314 -r e678d358fad9 mail/distribute/Makefile
--- a/mail/distribute/Makefile Tue Dec 06 23:17:16 2016 +0000
+++ b/mail/distribute/Makefile Tue Dec 06 23:53:36 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2016/08/15 11:30:31 maya Exp $
+# $NetBSD: Makefile,v 1.32 2016/12/06 23:53:36 wiedi Exp $
DISTNAME= distribute-2.1-pl19
PKGNAME= distribute-2.1.26
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= mail
MASTER_SITES= ftp://ftp.foretune.co.jp/pub/network/mail/distribute/
# AWOL
diff -r 20e314c06314 -r e678d358fad9 mail/distribute/distinfo
--- a/mail/distribute/distinfo Tue Dec 06 23:17:16 2016 +0000
+++ b/mail/distribute/distinfo Tue Dec 06 23:53:36 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2016/08/15 12:02:37 maya Exp $
+$NetBSD: distinfo,v 1.10 2016/12/06 23:53:36 wiedi Exp $
SHA1 (distribute/distribute-2.1-pl19.tar.gz) = f33f63d42d0233eceec759dc0378a914087c0344
RMD160 (distribute/distribute-2.1-pl19.tar.gz) = 5ffb23682176a86291eb5374ea98c9c5d002947d
@@ -34,5 +34,5 @@
Size (distribute/patch.26e.gz) = 12560 bytes
SHA1 (patch-aa) = 6c23421d76b166acffc782271f37e405b45617ed
SHA1 (patch-ab) = 4c07a6ae9bb1e9dacd33db96624d2c2fefbb9240
-SHA1 (patch-ac) = 8b4753845920b480fff4240c1928c8fef2046d99
+SHA1 (patch-ac) = 89873e55470070a2ceff7bc06fa63d2673aee766
SHA1 (patch-tmpl2c.pl) = 5cdf21381f98df64b37609173e35448427edf231
diff -r 20e314c06314 -r e678d358fad9 mail/distribute/patches/patch-ac
--- a/mail/distribute/patches/patch-ac Tue Dec 06 23:17:16 2016 +0000
+++ b/mail/distribute/patches/patch-ac Tue Dec 06 23:53:36 2016 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-ac,v 1.6 2016/08/15 12:02:37 maya Exp $
+$NetBSD: patch-ac,v 1.7 2016/12/06 23:53:36 wiedi Exp $
write_index() uses bodysum, call it only after calculating it.
otherwise the initial value of 0 is used.
PR pkg/18422.
---- distribute.c.orig 2016-08-15 10:57:27.530046718 +0000
+--- distribute.c.orig 2016-12-06 23:29:55.439064411 +0000
+++ distribute.c
@@ -49,7 +49,8 @@
#define index strchr
@@ -13,7 +13,7 @@
-#if defined(__bsdi__) /* may be wrong -- we need to use NET/2 def.*/
+/* may be wrong -- we need to use NET/2 def.*/
-+#if defined(__bsdi__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
++#if !defined(_PATH_SENDMAIL)
# include <paths.h> /* for sendmail path */
#endif
Home |
Main Index |
Thread Index |
Old Index