Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A89927A362 for ; Tue, 6 Dec 2016 23:53:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 20FC7855BD; Tue, 6 Dec 2016 23:53:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A56F0855BB for ; Tue, 6 Dec 2016 23:53:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id b_PVWVGesru6 for ; Tue, 6 Dec 2016 23:53:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2D2F484D04 for ; Tue, 6 Dec 2016 23:53:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 27CDCFBA6; Tue, 6 Dec 2016 23:53:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1481068417197760" MIME-Version: 1.0 Date: Tue, 6 Dec 2016 23:53:37 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/mail/distribute To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20161206235337.27CDCFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1481068417197760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1481068417197760 Content-Disposition: inline Content-Length: 2650 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 /* for sendmail path */ #endif --_----------=_1481068417197760--