Received: by mail.netbsd.org (Postfix, from userid 605) id 90A7584DAF; Mon, 17 Dec 2018 02:56:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 86EDF84D50 for ; Mon, 17 Dec 2018 02:56:43 +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 oUINk-tZvY7L for ; Mon, 17 Dec 2018 02:56:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9E95984C82 for ; Mon, 17 Dec 2018 02:56:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 96E61FB16; Mon, 17 Dec 2018 02:56:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1545015402278490" MIME-Version: 1.0 Date: Mon, 17 Dec 2018 02:56:42 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/mail/safecat To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20181217025642.96E61FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1545015402278490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Mon Dec 17 02:56:42 UTC 2018 Modified Files: pkgsrc/mail/safecat: distinfo pkgsrc/mail/safecat/patches: patch-Makefile Log Message: Fix previous: swap link order to unbreak at least NetBSD and SmartOS. Still works on FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/safecat/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/safecat/patches/patch-Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1545015402278490 Content-Disposition: inline Content-Length: 2790 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/safecat/distinfo diff -u pkgsrc/mail/safecat/distinfo:1.13 pkgsrc/mail/safecat/distinfo:1.14 --- pkgsrc/mail/safecat/distinfo:1.13 Sun Dec 16 06:47:18 2018 +++ pkgsrc/mail/safecat/distinfo Mon Dec 17 02:56:42 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.13 2018/12/16 06:47:18 schmonz Exp $ +$NetBSD: distinfo,v 1.14 2018/12/17 02:56:42 schmonz Exp $ SHA1 (safecat-1.13.tar.gz) = 07b42cb06490abeacefce9429a1dbf96caa1629b RMD160 (safecat-1.13.tar.gz) = 614df1d43d13a638ab30a2921b66d78f3fafc4c6 SHA512 (safecat-1.13.tar.gz) = e6f7401b55a61f70715b3d222c8286c0125c5e7b3b132e5e8d3c8573a6c45dba75b29a459c7e93d7c0760300f0a62635d8ea4eacde9b0b1ff7637b3f6c63e210 Size (safecat-1.13.tar.gz) = 33953 bytes -SHA1 (patch-Makefile) = 425f38bfed1cc4c125966d28ea9e475fb690e299 +SHA1 (patch-Makefile) = e6db6ab21c37d4b1ff9d71f9dd4d17880e370725 SHA1 (patch-hier.c) = b4483673a6eb3a2c55da096a1b01a3a5a9a053a9 SHA1 (patch-tryulong32.c) = 2ffcf9c1dc8ca5182c915ec9b4da571d67d11dec Index: pkgsrc/mail/safecat/patches/patch-Makefile diff -u pkgsrc/mail/safecat/patches/patch-Makefile:1.2 pkgsrc/mail/safecat/patches/patch-Makefile:1.3 --- pkgsrc/mail/safecat/patches/patch-Makefile:1.2 Sun Dec 16 06:47:18 2018 +++ pkgsrc/mail/safecat/patches/patch-Makefile Mon Dec 17 02:56:42 2018 @@ -1,4 +1,4 @@ -$NetBSD: patch-Makefile,v 1.2 2018/12/16 06:47:18 schmonz Exp $ +$NetBSD: patch-Makefile,v 1.3 2018/12/17 02:56:42 schmonz Exp $ DESTDIR support. Avoid linking duplicate symbols. @@ -51,18 +51,21 @@ DESTDIR support. Avoid linking duplicate find-systype: \ find-systype.sh auto-ccld.sh -@@ -219,14 +227,14 @@ compile open_trunc.c open.h +@@ -218,15 +226,15 @@ compile open_trunc.c open.h + ./compile open_trunc.c safecat: \ - load safecat.o getln.a str.a stralloc.a strerr.a substdio.a alloc.o \ +-load safecat.o getln.a str.a stralloc.a strerr.a substdio.a alloc.o \ -alloc_re.o byte_copy.o byte_cr.o envread.o error.o error_str.o fmt_uint64.o \ -hostname.o sig.o stat_dir.o str_diffn.o str_len.o substdio_copy.o \ ++load safecat.o getln.a stralloc.a str.a strerr.a substdio.a alloc.o \ +alloc_re.o byte_cr.o envread.o error.o error_str.o fmt_uint64.o \ +hostname.o sig.o stat_dir.o str_diffn.o substdio_copy.o \ substdi.o substdio.o taia_fmtfrac.o taia_now.o taia_tai.o tempfile.o \ writefile.o - ./load safecat getln.a str.a stralloc.a strerr.a substdio.a \ +- ./load safecat getln.a str.a stralloc.a strerr.a substdio.a \ - alloc.o alloc_re.o byte_copy.o byte_cr.o envread.o error.o \ ++ ./load safecat getln.a stralloc.a str.a strerr.a substdio.a \ + alloc.o alloc_re.o byte_cr.o envread.o error.o \ error_str.o fmt_uint64.o hostname.o sig.o stat_dir.o str_diffn.o \ - str_len.o substdi.o substdio.o substdio_copy.o taia_fmtfrac.o \ --_----------=_1545015402278490--