Received: by mail.netbsd.org (Postfix, from userid 605) id D259084D7B; Sun, 3 Mar 2019 02:30:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 57B2884D6E for ; Sun, 3 Mar 2019 02:30:29 +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 dPPdVZJHgGgd for ; Sun, 3 Mar 2019 02:30:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BFF0884CCF for ; Sun, 3 Mar 2019 02:30:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B3EF0FB16; Sun, 3 Mar 2019 02:30:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551580228286520" MIME-Version: 1.0 Date: Sun, 3 Mar 2019 02:30:28 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/time/dateutils To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20190303023028.B3EF0FB16@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. --_----------=_1551580228286520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sun Mar 3 02:30:28 UTC 2019 Modified Files: pkgsrc/time/dateutils: distinfo pkgsrc/time/dateutils/patches: patch-m4_sxe-compiler.m4 Log Message: Avoid unportable -static-libgcc. Fixes OS X clang build. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/time/dateutils/distinfo cvs rdiff -u -r1.3 -r1.4 \ pkgsrc/time/dateutils/patches/patch-m4_sxe-compiler.m4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551580228286520 Content-Disposition: inline Content-Length: 2491 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/dateutils/distinfo diff -u pkgsrc/time/dateutils/distinfo:1.10 pkgsrc/time/dateutils/distinfo:1.11 --- pkgsrc/time/dateutils/distinfo:1.10 Sat Sep 29 17:18:19 2018 +++ pkgsrc/time/dateutils/distinfo Sun Mar 3 02:30:28 2019 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2018/09/29 17:18:19 wiedi Exp $ +$NetBSD: distinfo,v 1.11 2019/03/03 02:30:28 schmonz Exp $ SHA1 (dateutils-0.4.3.tar.xz) = a4a4e36ad3042665c8af3222126551b5c6bbb61a RMD160 (dateutils-0.4.3.tar.xz) = ab629abea195ca853534bffd18353800ef4a2591 @@ -8,4 +8,4 @@ SHA1 (patch-Makefile.am) = 936ad7f986ff5 SHA1 (patch-Makefile.in) = ff5aaffb2046f17189b9074090c68295df5fb57a SHA1 (patch-build-aux_yuck.c) = cd0be0ed0d0165f253165bff3609d8bcfaf1e67c SHA1 (patch-configure) = 09afa4f5237d8bc20a0585e97d616f0830f80d7c -SHA1 (patch-m4_sxe-compiler.m4) = 8df17f891ba18ff54555e302388f0fe184fa33bc +SHA1 (patch-m4_sxe-compiler.m4) = 43900ecee585b60b5283c82da89ad141f6f3cd91 Index: pkgsrc/time/dateutils/patches/patch-m4_sxe-compiler.m4 diff -u pkgsrc/time/dateutils/patches/patch-m4_sxe-compiler.m4:1.3 pkgsrc/time/dateutils/patches/patch-m4_sxe-compiler.m4:1.4 --- pkgsrc/time/dateutils/patches/patch-m4_sxe-compiler.m4:1.3 Mon Sep 19 05:33:15 2016 +++ pkgsrc/time/dateutils/patches/patch-m4_sxe-compiler.m4 Sun Mar 3 02:30:28 2019 @@ -1,11 +1,21 @@ -$NetBSD: patch-m4_sxe-compiler.m4,v 1.3 2016/09/19 05:33:15 mef Exp $ +$NetBSD: patch-m4_sxe-compiler.m4,v 1.4 2019/03/03 02:30:28 schmonz Exp $ Don't create broken or non-portable binaries. This code isn't even performance critical. ---- m4/sxe-compiler.m4~ 2016-05-20 17:25:12.000000000 +0900 -+++ m4/sxe-compiler.m4 2016-09-19 14:25:55.000000000 +0900 -@@ -501,7 +501,6 @@ dnl + native[=yes|no] Emit the --enable +--- m4/sxe-compiler.m4.orig 2018-03-01 09:55:48.000000000 +0000 ++++ m4/sxe-compiler.m4 +@@ -446,9 +446,6 @@ AC_DEFUN([SXE_FEATFLAGS], [dnl + SXE_CHECK_COMPILER_FLAG([-static-intel], [ + featflags="${featflags} -static-intel" + XCCLDFLAGS="${XCCLDFLAGS} \${XCCFLAG} -static-intel"], [:]) +- SXE_CHECK_COMPILER_FLAG([-static-libgcc], [ +- featflags="${featflags} -static-libgcc" +- XCCLDFLAGS="${XCCLDFLAGS} \${XCCFLAG} -static-libgcc"], [:]) + + SXE_CHECK_COMPILER_FLAG([-intel-extensions], [dnl + featflags="${featflags} -intel-extensions"]) +@@ -501,7 +498,6 @@ dnl + native[=yes|no] Emit the --enable ## Use either command line flag, environment var, or autodetection SXE_DEBUGFLAGS SXE_WARNFLAGS --_----------=_1551580228286520--