pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libstatgrab
Module Name: pkgsrc
Committed By: wiedi
Date: Wed Jul 5 19:43:53 UTC 2017
Modified Files:
pkgsrc/devel/libstatgrab: distinfo
Added Files:
pkgsrc/devel/libstatgrab/patches: patch-src_libstatgrab_tools.h
Log Message:
Add include for LOCK_SH on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/libstatgrab/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/libstatgrab/patches/patch-src_libstatgrab_tools.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libstatgrab/distinfo
diff -u pkgsrc/devel/libstatgrab/distinfo:1.13 pkgsrc/devel/libstatgrab/distinfo:1.14
--- pkgsrc/devel/libstatgrab/distinfo:1.13 Tue Nov 3 03:27:45 2015
+++ pkgsrc/devel/libstatgrab/distinfo Wed Jul 5 19:43:52 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.13 2015/11/03 03:27:45 agc Exp $
+$NetBSD: distinfo,v 1.14 2017/07/05 19:43:52 wiedi Exp $
SHA1 (libstatgrab-0.91.tar.gz) = dd443de8556ca4760c7e33f384208167b266b9cd
RMD160 (libstatgrab-0.91.tar.gz) = cc2b99cc8be559b2253088a8091b2ae71908c690
SHA512 (libstatgrab-0.91.tar.gz) = f360f2e1b185bf9603b1d9c50649b0050e9502128ff81a9f4de88457e2f5203deafe7fd7ac13ebc4cc56e6ecd1bdf8aacae64987bdf36af0c9929e30626915f6
Size (libstatgrab-0.91.tar.gz) = 776046 bytes
+SHA1 (patch-src_libstatgrab_tools.h) = 873a7f8e067561b0c4184fb9d4cbecbc59690b73
Added files:
Index: pkgsrc/devel/libstatgrab/patches/patch-src_libstatgrab_tools.h
diff -u /dev/null pkgsrc/devel/libstatgrab/patches/patch-src_libstatgrab_tools.h:1.1
--- /dev/null Wed Jul 5 19:43:53 2017
+++ pkgsrc/devel/libstatgrab/patches/patch-src_libstatgrab_tools.h Wed Jul 5 19:43:53 2017
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_libstatgrab_tools.h,v 1.1 2017/07/05 19:43:53 wiedi Exp $
+
+Add include for LOCK_SH
+--- src/libstatgrab/tools.h.orig 2014-06-19 11:41:10.000000000 +0000
++++ src/libstatgrab/tools.h
+@@ -36,6 +36,10 @@
+ # include <sys/stat.h>
+ #endif
+
++#if defined(__sun)
++#include <sys/file.h>
++#endif
++
+ #include <stdio.h>
+ #ifdef STDC_HEADERS
+ # include <assert.h>
Home |
Main Index |
Thread Index |
Old Index