[117732] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Sun Mar 9 17:40:23 PDT 2014


Revision: 117732
          https://trac.macports.org/changeset/117732
Author:   ryandesign at macports.org
Date:     2014-03-09 17:40:23 -0700 (Sun, 09 Mar 2014)
Log Message:
-----------
crlibm: new port, version 1.0beta4 (#42503)

Added Paths:
-----------
    trunk/dports/devel/crlibm/
    trunk/dports/devel/crlibm/Portfile
    trunk/dports/devel/crlibm/files/
    trunk/dports/devel/crlibm/files/patch-configure.diff

Added: trunk/dports/devel/crlibm/Portfile
===================================================================
--- trunk/dports/devel/crlibm/Portfile	                        (rev 0)
+++ trunk/dports/devel/crlibm/Portfile	2014-03-10 00:40:23 UTC (rev 117732)
@@ -0,0 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+
+name                    crlibm
+version                 1.0beta4
+revision                0
+categories              devel
+platforms               darwin
+maintainers             nomaintainer
+license                 LGPL-2.1+
+
+description             An efficient and proven correctly-rounded \
+                        mathematical library
+
+long_description        ${description}
+
+homepage                http://lipforge.ens-lyon.fr/www/crlibm/
+master_sites            http://lipforge.ens-lyon.fr/frs/download.php/162/
+
+checksums               rmd160  db7745985603028b9741c3d983bc365a0587862a \
+                        sha256  6836b4299f9421c99da2bdcd5e04a8d35577db4eb61161a401aa93751a96375d
+
+patchfiles              patch-configure.diff
+
+livecheck.type          regex
+livecheck.url           http://lipforge.ens-lyon.fr/frs/?group_id=8
+livecheck.regex         "crlibm-(\\d+(?:\\.\\d+)*(?:\[a-z\]+\\d*)?)\.\[tz\]"


Property changes on: trunk/dports/devel/crlibm/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/devel/crlibm/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/crlibm/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/devel/crlibm/files/patch-configure.diff	2014-03-10 00:40:23 UTC (rev 117732)
@@ -0,0 +1,11 @@
+--- configure.orig	2010-03-04 12:23:07.000000000 -0600
++++ configure	2014-03-09 19:28:35.000000000 -0500
+@@ -3837,7 +3837,7 @@
+ 
+ 
+ 
+- if test x$CC = xicc; then
++ if test "x$CC" = xicc; then
+   COMPILER_ICC_TRUE=
+   COMPILER_ICC_FALSE='#'
+ else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140309/ba704c08/attachment.html>


More information about the macports-changes mailing list