pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/dash



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon May 15 14:52:45 UTC 2017

Modified Files:
        pkgsrc/shells/dash: distinfo
Added Files:
        pkgsrc/shells/dash/patches: patch-configure

Log Message:
Check for stat64 declaration.  Fixes SunOS 64-bit build.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/shells/dash/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/shells/dash/patches/patch-configure

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

Modified files:

Index: pkgsrc/shells/dash/distinfo
diff -u pkgsrc/shells/dash/distinfo:1.7 pkgsrc/shells/dash/distinfo:1.8
--- pkgsrc/shells/dash/distinfo:1.7     Sun Feb 26 01:24:59 2017
+++ pkgsrc/shells/dash/distinfo Mon May 15 14:52:44 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2017/02/26 01:24:59 ryoon Exp $
+$NetBSD: distinfo,v 1.8 2017/05/15 14:52:44 jperkin Exp $
 
 SHA1 (dash-0.5.9.1.tar.gz) = 7b9cb47fc2a007c26fedc99d22a7fc1dc2f5f914
 RMD160 (dash-0.5.9.1.tar.gz) = c03b72e99a5e285e47b9b72678d0a4fdb124306d
 SHA512 (dash-0.5.9.1.tar.gz) = d56a043b8fab4693d3f70cceb531c37174e7ded4acd5549e53048d7ce29125ff21d7e758f51a4a73e06250d051e246467039989275838c19a2579edea3f72b7d
 Size (dash-0.5.9.1.tar.gz) = 225217 bytes
+SHA1 (patch-configure) = 2876f5f8221ec26595cd8ad85ec4c4c0eacf9c45

Added files:

Index: pkgsrc/shells/dash/patches/patch-configure
diff -u /dev/null pkgsrc/shells/dash/patches/patch-configure:1.1
--- /dev/null   Mon May 15 14:52:45 2017
+++ pkgsrc/shells/dash/patches/patch-configure  Mon May 15 14:52:44 2017
@@ -0,0 +1,25 @@
+$NetBSD: patch-configure,v 1.1 2017/05/15 14:52:44 jperkin Exp $
+
+Check for stat64 declaration too.
+
+--- configure.orig     2016-09-23 14:51:16.000000000 +0000
++++ configure
+@@ -4685,6 +4685,10 @@ fi
+ 
+ fi
+ 
++ac_fn_c_check_decl "$LINENO" "stat64" "ac_cv_decl_stat64" "$ac_includes_default
++"
++if test "x$ac_cv_decl_stat64" = xyes; then :
++else
+ ac_fn_c_check_func "$LINENO" "stat64" "ac_cv_func_stat64"
+ if test "x$ac_cv_func_stat64" = xyes; then :
+ 
+@@ -4701,6 +4705,7 @@ $as_echo "#define stat64 stat" >>confdef
+ 
+ 
+ fi
++fi
+ 
+ 
+ ac_fn_c_check_func "$LINENO" "open64" "ac_cv_func_open64"



Home | Main Index | Thread Index | Old Index