pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/dateutils



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.

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



Home | Main Index | Thread Index | Old Index