pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libcerf



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Mar  1 12:47:22 UTC 2019

Modified Files:
        pkgsrc/devel/libcerf: Makefile distinfo

Log Message:
libcerf: updated to 1.13

libcerf-1.13:
  - Further adjustments for compilation under Windows

libcerf-1.12:
  - Require CMake 3.6, outcomment code that requires 3.13.
  - Relative paths in CMake sources, for use as subproject.
  - When compiling as CPP, then #include<complex>, not <complex.h>;
    revise the entire C-vs-CPP machinery.
  - Remove tests with different inf or nan results on different systems or under
    different compilers.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libcerf/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libcerf/distinfo

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

Modified files:

Index: pkgsrc/devel/libcerf/Makefile
diff -u pkgsrc/devel/libcerf/Makefile:1.8 pkgsrc/devel/libcerf/Makefile:1.9
--- pkgsrc/devel/libcerf/Makefile:1.8   Fri Jan 18 09:30:05 2019
+++ pkgsrc/devel/libcerf/Makefile       Fri Mar  1 12:47:22 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/01/18 09:30:05 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/03/01 12:47:22 adam Exp $
 
-DISTNAME=      libcerf-1.11
+DISTNAME=      libcerf-1.13
 CATEGORIES=    devel math
 MASTER_SITES=  http://apps.jcns.fz-juelich.de/src/libcerf/
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/devel/libcerf/distinfo
diff -u pkgsrc/devel/libcerf/distinfo:1.6 pkgsrc/devel/libcerf/distinfo:1.7
--- pkgsrc/devel/libcerf/distinfo:1.6   Fri Jan 18 09:30:05 2019
+++ pkgsrc/devel/libcerf/distinfo       Fri Mar  1 12:47:22 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2019/01/18 09:30:05 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/03/01 12:47:22 adam Exp $
 
-SHA1 (libcerf-1.11.tgz) = 6f2c6c466beb7820491d2cf20ae7634190e65dc0
-RMD160 (libcerf-1.11.tgz) = e8e2abf6455ab977421f3efb0a8ae0be06ccb549
-SHA512 (libcerf-1.11.tgz) = 9f46ed6e9694962888ed68b9d8b01c1345b590c682bdfc28043b72b01a3936fcb2b55a0184692c767faecfb672d68664f26c4f5851f8dab7a7ff39df28d75ba7
-Size (libcerf-1.11.tgz) = 60066 bytes
+SHA1 (libcerf-1.13.tgz) = e9c9fe8257774361b1f1e9de9d1bbb8057097a96
+RMD160 (libcerf-1.13.tgz) = 6bf9e6dea553fbd961f4ca02e3f047b7ea7f1c6f
+SHA512 (libcerf-1.13.tgz) = 4df711d3e9fd00de99959c3253a9565d1dc2c41f75a5800ced9c52f89cbd13185fbdca3ad75de788fd16c044082738ab345b7fb6a8820ac588edafe1812944aa
+Size (libcerf-1.13.tgz) = 61589 bytes
 SHA1 (patch-man_CMakeLists.txt) = 085f68b7acb1dbfa23a9d56cd31934db6d7152fb



Home | Main Index | Thread Index | Old Index