pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/distribute



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Tue Dec  6 23:53:37 UTC 2016

Modified Files:
        pkgsrc/mail/distribute: Makefile distinfo
        pkgsrc/mail/distribute/patches: patch-ac

Log Message:
adjust patch: everyone wants paths.h


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/mail/distribute/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/distribute/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/distribute/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/distribute/Makefile
diff -u pkgsrc/mail/distribute/Makefile:1.31 pkgsrc/mail/distribute/Makefile:1.32
--- pkgsrc/mail/distribute/Makefile:1.31        Mon Aug 15 11:30:31 2016
+++ pkgsrc/mail/distribute/Makefile     Tue Dec  6 23:53:36 2016
@@ -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

Index: pkgsrc/mail/distribute/distinfo
diff -u pkgsrc/mail/distribute/distinfo:1.9 pkgsrc/mail/distribute/distinfo:1.10
--- pkgsrc/mail/distribute/distinfo:1.9 Mon Aug 15 12:02:37 2016
+++ pkgsrc/mail/distribute/distinfo     Tue Dec  6 23:53:36 2016
@@ -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 @@ SHA512 (distribute/patch.26e.gz) = c0c1d
 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

Index: pkgsrc/mail/distribute/patches/patch-ac
diff -u pkgsrc/mail/distribute/patches/patch-ac:1.6 pkgsrc/mail/distribute/patches/patch-ac:1.7
--- pkgsrc/mail/distribute/patches/patch-ac:1.6 Mon Aug 15 12:02:37 2016
+++ pkgsrc/mail/distribute/patches/patch-ac     Tue Dec  6 23:53:36 2016
@@ -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 @@ PR pkg/18422.
  
 -#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