[arch-commits] Commit in ldc/repos (10 files)

Михаил Страшун dicebot at archlinux.org
Sat Apr 2 13:05:22 UTC 2016


    Date: Saturday, April 2, 2016 @ 15:05:22
  Author: dicebot
Revision: 169214

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ldc/repos/community-i686/PKGBUILD
    (from rev 169213, ldc/trunk/PKGBUILD)
  ldc/repos/community-i686/ldc2.conf
    (from rev 169213, ldc/trunk/ldc2.conf)
  ldc/repos/community-i686/math.diff
    (from rev 169213, ldc/trunk/math.diff)
  ldc/repos/community-x86_64/PKGBUILD
    (from rev 169213, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
    (from rev 169213, ldc/trunk/ldc2.conf)
  ldc/repos/community-x86_64/math.diff
    (from rev 169213, ldc/trunk/math.diff)
Deleted:
  ldc/repos/community-i686/PKGBUILD
  ldc/repos/community-i686/ldc2.conf
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf

----------------------------+
 /PKGBUILD                  |  174 +++++++++++++++++++++++++++++++++++++++++++
 /ldc2.conf                 |   36 ++++++++
 community-i686/PKGBUILD    |   83 --------------------
 community-i686/ldc2.conf   |   18 ----
 community-i686/math.diff   |   95 +++++++++++++++++++++++
 community-x86_64/PKGBUILD  |   83 --------------------
 community-x86_64/ldc2.conf |   18 ----
 community-x86_64/math.diff |   95 +++++++++++++++++++++++
 8 files changed, 400 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-02 13:05:02 UTC (rev 169213)
+++ community-i686/PKGBUILD	2016-04-02 13:05:22 UTC (rev 169214)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns <public at dicebot.lv>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=0.17.0
-epoch=1
-pkgrel=1
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
-arch=('i686' 'x86_64')
-url="https://github.com/ldc-developers/ldc"
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm')
-source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
-        "ldc2.conf"
-       )
-sha1sums=('SKIP'
-          '290689ded66a12a243666d0bac3ffb74180fa490'
-         )
-
-build() {
-    mkdir -p $srcdir/tmp_install_dir
-    cd $srcdir/ldc
-
-    git submodule update --init --recursive
-
-    mkdir -p build && cd build
-    cmake \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
-    -DBUILD_SHARED_LIBS=ON \
-    ..
-    make -j 4
-    make install DESTDIR=$srcdir/tmp_install_dir
-}
-
-package_ldc() {
-    depends=('liblphobos' 'libconfig')
-    backup=("etc/ldc2.conf")
-    provides=("d-compiler")
-
-    cd $srcdir/tmp_install_dir
-
-    # binaries
-    install -D -m755 ./usr/bin/ldmd2 $pkgdir/usr/bin/ldmd
-    ln -s /usr/bin/ldmd $pkgdir/usr/bin/ldmd2
-    install -D -m755 ./usr/bin/ldc2 $pkgdir/usr/bin/ldc
-    ln -s /usr/bin/ldc $pkgdir/usr/bin/ldc2
-
-    # supplementaries
-    install -D -m644 $srcdir/ldc/bash_completion.d/ldc2 $pkgdir/usr/share/bash-completion/completions/ldc
-
-    # licenses
-    install -D -m644 $srcdir/ldc/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE    
-
-    # default configuration files
-    install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-}
-
-package_liblphobos() {
-    provides=("d-runtime" "d-stdlib")
-    replaces=("liblphobos-devel")
-    conflicts=("liblphobos-devel")
-    depends=("curl")
-
-    # licenses
-    install -D -m644 $srcdir/ldc/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE    
-
-    cd $srcdir/tmp_install_dir
-
-    # libraries
-    install -D -m644 ./usr/lib/libphobos2-ldc.so $pkgdir/usr/lib/liblphobos2.so
-    install -D -m644 ./usr/lib/libdruntime-ldc.so $pkgdir/usr/lib/libldruntime.so
-    install -D -m644 ./usr/lib/libphobos2-ldc-debug.so $pkgdir/usr/lib/liblphobos2-debug.so
-    install -D -m644 ./usr/lib/libdruntime-ldc-debug.so $pkgdir/usr/lib/libldruntime-debug.so
-
-    # imports
-    mkdir -p $pkgdir/usr/include/dlang
-    cp -r ./usr/include/dlang/ldc $pkgdir/usr/include/dlang/ldc
-}

Copied: ldc/repos/community-i686/PKGBUILD (from rev 169213, ldc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-02 13:05:22 UTC (rev 169214)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Mihails Strasuns <public at dicebot.lv>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=0.17.1
+epoch=1
+pkgrel=1
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
+arch=('i686' 'x86_64')
+url="https://github.com/ldc-developers/ldc"
+license=('BSD')
+depends=('libconfig')
+makedepends=('git' 'cmake' 'llvm')
+source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
+        "ldc2.conf"
+        "math.diff"
+       )
+sha256sums=('SKIP'
+            '2ef3b1090e25187305f18ce6fbbbc45527dcbb33570afbe30e177790813948db'
+            'd870ede8c9fb9e631e109da9c04ceff89596e786855132ac574adfee91b557ff'
+           )
+
+build() {
+    mkdir -p $srcdir/tmp_install_dir
+    cd $srcdir/ldc
+
+    git apply $srcdir/math.diff
+
+    git submodule update --init --recursive
+
+    mkdir -p build && cd build
+    cmake \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
+    -DBUILD_SHARED_LIBS=ON \
+    ..
+    make -j 4
+    make install DESTDIR=$srcdir/tmp_install_dir
+}
+
+package_ldc() {
+    depends=('liblphobos' 'libconfig')
+    backup=("etc/ldc2.conf")
+    provides=("d-compiler")
+
+    cd $srcdir/tmp_install_dir
+
+    # binaries
+    install -D -m755 ./usr/bin/ldmd2 $pkgdir/usr/bin/ldmd
+    ln -s /usr/bin/ldmd $pkgdir/usr/bin/ldmd2
+    install -D -m755 ./usr/bin/ldc2 $pkgdir/usr/bin/ldc
+    ln -s /usr/bin/ldc $pkgdir/usr/bin/ldc2
+
+    # supplementaries
+    install -D -m644 $srcdir/ldc/bash_completion.d/ldc2 $pkgdir/usr/share/bash-completion/completions/ldc
+
+    # licenses
+    install -D -m644 $srcdir/ldc/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE    
+
+    # default configuration files
+    install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
+}
+
+package_liblphobos() {
+    provides=("d-runtime" "d-stdlib")
+    replaces=("liblphobos-devel")
+    conflicts=("liblphobos-devel")
+    depends=("curl")
+
+    # licenses
+    install -D -m644 $srcdir/ldc/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE    
+
+    cd $srcdir/tmp_install_dir
+
+    # libraries
+    install -D -m644 ./usr/lib/libphobos2-ldc.so $pkgdir/usr/lib/liblphobos2.so
+    install -D -m644 ./usr/lib/libdruntime-ldc.so $pkgdir/usr/lib/libldruntime.so
+    install -D -m644 ./usr/lib/libphobos2-ldc-debug.so $pkgdir/usr/lib/liblphobos2-debug.so
+    install -D -m644 ./usr/lib/libdruntime-ldc-debug.so $pkgdir/usr/lib/libldruntime-debug.so
+
+    # imports
+    mkdir -p $pkgdir/usr/include/dlang
+    cp -r ./usr/include/dlang/ldc $pkgdir/usr/include/dlang/ldc
+}

Deleted: community-i686/ldc2.conf
===================================================================
--- community-i686/ldc2.conf	2016-04-02 13:05:02 UTC (rev 169213)
+++ community-i686/ldc2.conf	2016-04-02 13:05:22 UTC (rev 169214)
@@ -1,18 +0,0 @@
-// This configuration file uses libconfig.
-// See http://www.hyperrealm.com/libconfig/ for syntax details.
-
-// The default group is required
-default:
-{
-    // 'switches' holds array of string that are appends to the command line
-    // arguments before they are parsed.
-    switches = [
-        "-I/usr/include/dlang/ldc/ldc",
-        "-I/usr/include/dlang/ldc",
-        "-L-L/usr/lib", 
-        "-L-L/usr/lib32",
-        "-L--no-warn-search-mismatch",
-        "-defaultlib=lphobos2,ldruntime",
-        "-debuglib=lphobos2-debug,ldruntime-debug"
-    ];
-};

Copied: ldc/repos/community-i686/ldc2.conf (from rev 169213, ldc/trunk/ldc2.conf)
===================================================================
--- community-i686/ldc2.conf	                        (rev 0)
+++ community-i686/ldc2.conf	2016-04-02 13:05:22 UTC (rev 169214)
@@ -0,0 +1,18 @@
+// This configuration file uses libconfig.
+// See http://www.hyperrealm.com/libconfig/ for syntax details.
+
+// The default group is required
+default:
+{
+    // 'switches' holds array of string that are appends to the command line
+    // arguments before they are parsed.
+    switches = [
+        "-I/usr/include/dlang/ldc/ldc",
+        "-I/usr/include/dlang/ldc",
+        "-L-L/usr/lib", 
+        "-L-L/usr/lib32",
+        "-L--no-warn-search-mismatch",
+        "-defaultlib=lphobos2,ldruntime",
+        "-debuglib=lphobos2-debug,ldruntime-debug"
+    ];
+};

Copied: ldc/repos/community-i686/math.diff (from rev 169213, ldc/trunk/math.diff)
===================================================================
--- community-i686/math.diff	                        (rev 0)
+++ community-i686/math.diff	2016-04-02 13:05:22 UTC (rev 169214)
@@ -0,0 +1,95 @@
+diff --git a/dmd2/root/port.c b/dmd2/root/port.c
+index 2435400..ac23e8e 100644
+--- a/dmd2/root/port.c
++++ b/dmd2/root/port.c
+@@ -770,7 +770,7 @@ int Port::isNan(double r)
+     return isnan(r);
+ #else
+     #undef isnan
+-    return ::isnan(r);
++    return std::isnan(r);
+ #endif
+ }
+ 
+@@ -786,7 +786,7 @@ int Port::isNan(longdouble r)
+     return isnan(r);
+ #else
+     #undef isnan
+-    return ::isnan(r);
++    return std::isnan(r);
+ #endif
+ }
+ 
+@@ -814,13 +814,13 @@ int Port::isInfinity(double r)
+     return isinf(r);
+ #else
+     #undef isinf
+-    return ::isinf(r);
++    return std::isinf(r);
+ #endif
+ }
+ 
+ longdouble Port::sqrt(longdouble x)
+ {
+-    return ::sqrtl(x);
++    return std::sqrt(x);
+ }
+ 
+ longdouble Port::fmodl(longdouble x, longdouble y)
+@@ -828,7 +828,7 @@ longdouble Port::fmodl(longdouble x, longdouble y)
+ #if __FreeBSD__ && __FreeBSD_version < 800000 || __OpenBSD__ || __NetBSD__ || __DragonFly__
+     return ::fmod(x, y);        // hack for now, fix later
+ #else
+-    return ::fmodl(x, y);
++    return std::fmod(x, y);
+ #endif
+ }
+ 
+@@ -868,7 +868,7 @@ char *Port::strupr(char *s)
+ 
+     while (*s)
+     {
+-        *s = toupper(*s);
++        *s = std::toupper(*s);
+         s++;
+     }
+ 
+@@ -886,7 +886,7 @@ int Port::memicmp(const char *s1, const char *s2, int n)
+         result = c1 - c2;
+         if (result)
+         {
+-            result = toupper(c1) - toupper(c2);
++            result = std::toupper(c1) - std::toupper(c2);
+             if (result)
+                 break;
+         }
+@@ -905,7 +905,7 @@ int Port::stricmp(const char *s1, const char *s2)
+         result = c1 - c2;
+         if (result)
+         {
+-            result = toupper(c1) - toupper(c2);
++            result = std::toupper(c1) - std::toupper(c2);
+             if (result)
+                 break;
+         }
+@@ -919,17 +919,17 @@ int Port::stricmp(const char *s1, const char *s2)
+ 
+ float Port::strtof(const char *p, char **endp)
+ {
+-    return ::strtof(p, endp);
++    return std::strtof(p, endp);
+ }
+ 
+ double Port::strtod(const char *p, char **endp)
+ {
+-    return ::strtod(p, endp);
++    return std::strtod(p, endp);
+ }
+ 
+ longdouble Port::strtold(const char *p, char **endp)
+ {
+-    return ::strtold(p, endp);
++    return std::strtold(p, endp);
+ }
+ 
+ #endif

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-02 13:05:02 UTC (rev 169213)
+++ community-x86_64/PKGBUILD	2016-04-02 13:05:22 UTC (rev 169214)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns <public at dicebot.lv>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=0.17.0
-epoch=1
-pkgrel=1
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
-arch=('i686' 'x86_64')
-url="https://github.com/ldc-developers/ldc"
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm')
-source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
-        "ldc2.conf"
-       )
-sha1sums=('SKIP'
-          '290689ded66a12a243666d0bac3ffb74180fa490'
-         )
-
-build() {
-    mkdir -p $srcdir/tmp_install_dir
-    cd $srcdir/ldc
-
-    git submodule update --init --recursive
-
-    mkdir -p build && cd build
-    cmake \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
-    -DBUILD_SHARED_LIBS=ON \
-    ..
-    make -j 4
-    make install DESTDIR=$srcdir/tmp_install_dir
-}
-
-package_ldc() {
-    depends=('liblphobos' 'libconfig')
-    backup=("etc/ldc2.conf")
-    provides=("d-compiler")
-
-    cd $srcdir/tmp_install_dir
-
-    # binaries
-    install -D -m755 ./usr/bin/ldmd2 $pkgdir/usr/bin/ldmd
-    ln -s /usr/bin/ldmd $pkgdir/usr/bin/ldmd2
-    install -D -m755 ./usr/bin/ldc2 $pkgdir/usr/bin/ldc
-    ln -s /usr/bin/ldc $pkgdir/usr/bin/ldc2
-
-    # supplementaries
-    install -D -m644 $srcdir/ldc/bash_completion.d/ldc2 $pkgdir/usr/share/bash-completion/completions/ldc
-
-    # licenses
-    install -D -m644 $srcdir/ldc/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE    
-
-    # default configuration files
-    install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-}
-
-package_liblphobos() {
-    provides=("d-runtime" "d-stdlib")
-    replaces=("liblphobos-devel")
-    conflicts=("liblphobos-devel")
-    depends=("curl")
-
-    # licenses
-    install -D -m644 $srcdir/ldc/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE    
-
-    cd $srcdir/tmp_install_dir
-
-    # libraries
-    install -D -m644 ./usr/lib/libphobos2-ldc.so $pkgdir/usr/lib/liblphobos2.so
-    install -D -m644 ./usr/lib/libdruntime-ldc.so $pkgdir/usr/lib/libldruntime.so
-    install -D -m644 ./usr/lib/libphobos2-ldc-debug.so $pkgdir/usr/lib/liblphobos2-debug.so
-    install -D -m644 ./usr/lib/libdruntime-ldc-debug.so $pkgdir/usr/lib/libldruntime-debug.so
-
-    # imports
-    mkdir -p $pkgdir/usr/include/dlang
-    cp -r ./usr/include/dlang/ldc $pkgdir/usr/include/dlang/ldc
-}

Copied: ldc/repos/community-x86_64/PKGBUILD (from rev 169213, ldc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-02 13:05:22 UTC (rev 169214)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Mihails Strasuns <public at dicebot.lv>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=0.17.1
+epoch=1
+pkgrel=1
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
+arch=('i686' 'x86_64')
+url="https://github.com/ldc-developers/ldc"
+license=('BSD')
+depends=('libconfig')
+makedepends=('git' 'cmake' 'llvm')
+source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
+        "ldc2.conf"
+        "math.diff"
+       )
+sha256sums=('SKIP'
+            '2ef3b1090e25187305f18ce6fbbbc45527dcbb33570afbe30e177790813948db'
+            'd870ede8c9fb9e631e109da9c04ceff89596e786855132ac574adfee91b557ff'
+           )
+
+build() {
+    mkdir -p $srcdir/tmp_install_dir
+    cd $srcdir/ldc
+
+    git apply $srcdir/math.diff
+
+    git submodule update --init --recursive
+
+    mkdir -p build && cd build
+    cmake \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
+    -DBUILD_SHARED_LIBS=ON \
+    ..
+    make -j 4
+    make install DESTDIR=$srcdir/tmp_install_dir
+}
+
+package_ldc() {
+    depends=('liblphobos' 'libconfig')
+    backup=("etc/ldc2.conf")
+    provides=("d-compiler")
+
+    cd $srcdir/tmp_install_dir
+
+    # binaries
+    install -D -m755 ./usr/bin/ldmd2 $pkgdir/usr/bin/ldmd
+    ln -s /usr/bin/ldmd $pkgdir/usr/bin/ldmd2
+    install -D -m755 ./usr/bin/ldc2 $pkgdir/usr/bin/ldc
+    ln -s /usr/bin/ldc $pkgdir/usr/bin/ldc2
+
+    # supplementaries
+    install -D -m644 $srcdir/ldc/bash_completion.d/ldc2 $pkgdir/usr/share/bash-completion/completions/ldc
+
+    # licenses
+    install -D -m644 $srcdir/ldc/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE    
+
+    # default configuration files
+    install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
+}
+
+package_liblphobos() {
+    provides=("d-runtime" "d-stdlib")
+    replaces=("liblphobos-devel")
+    conflicts=("liblphobos-devel")
+    depends=("curl")
+
+    # licenses
+    install -D -m644 $srcdir/ldc/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE    
+
+    cd $srcdir/tmp_install_dir
+
+    # libraries
+    install -D -m644 ./usr/lib/libphobos2-ldc.so $pkgdir/usr/lib/liblphobos2.so
+    install -D -m644 ./usr/lib/libdruntime-ldc.so $pkgdir/usr/lib/libldruntime.so
+    install -D -m644 ./usr/lib/libphobos2-ldc-debug.so $pkgdir/usr/lib/liblphobos2-debug.so
+    install -D -m644 ./usr/lib/libdruntime-ldc-debug.so $pkgdir/usr/lib/libldruntime-debug.so
+
+    # imports
+    mkdir -p $pkgdir/usr/include/dlang
+    cp -r ./usr/include/dlang/ldc $pkgdir/usr/include/dlang/ldc
+}

Deleted: community-x86_64/ldc2.conf
===================================================================
--- community-x86_64/ldc2.conf	2016-04-02 13:05:02 UTC (rev 169213)
+++ community-x86_64/ldc2.conf	2016-04-02 13:05:22 UTC (rev 169214)
@@ -1,18 +0,0 @@
-// This configuration file uses libconfig.
-// See http://www.hyperrealm.com/libconfig/ for syntax details.
-
-// The default group is required
-default:
-{
-    // 'switches' holds array of string that are appends to the command line
-    // arguments before they are parsed.
-    switches = [
-        "-I/usr/include/dlang/ldc/ldc",
-        "-I/usr/include/dlang/ldc",
-        "-L-L/usr/lib", 
-        "-L-L/usr/lib32",
-        "-L--no-warn-search-mismatch",
-        "-defaultlib=lphobos2,ldruntime",
-        "-debuglib=lphobos2-debug,ldruntime-debug"
-    ];
-};

Copied: ldc/repos/community-x86_64/ldc2.conf (from rev 169213, ldc/trunk/ldc2.conf)
===================================================================
--- community-x86_64/ldc2.conf	                        (rev 0)
+++ community-x86_64/ldc2.conf	2016-04-02 13:05:22 UTC (rev 169214)
@@ -0,0 +1,18 @@
+// This configuration file uses libconfig.
+// See http://www.hyperrealm.com/libconfig/ for syntax details.
+
+// The default group is required
+default:
+{
+    // 'switches' holds array of string that are appends to the command line
+    // arguments before they are parsed.
+    switches = [
+        "-I/usr/include/dlang/ldc/ldc",
+        "-I/usr/include/dlang/ldc",
+        "-L-L/usr/lib", 
+        "-L-L/usr/lib32",
+        "-L--no-warn-search-mismatch",
+        "-defaultlib=lphobos2,ldruntime",
+        "-debuglib=lphobos2-debug,ldruntime-debug"
+    ];
+};

Copied: ldc/repos/community-x86_64/math.diff (from rev 169213, ldc/trunk/math.diff)
===================================================================
--- community-x86_64/math.diff	                        (rev 0)
+++ community-x86_64/math.diff	2016-04-02 13:05:22 UTC (rev 169214)
@@ -0,0 +1,95 @@
+diff --git a/dmd2/root/port.c b/dmd2/root/port.c
+index 2435400..ac23e8e 100644
+--- a/dmd2/root/port.c
++++ b/dmd2/root/port.c
+@@ -770,7 +770,7 @@ int Port::isNan(double r)
+     return isnan(r);
+ #else
+     #undef isnan
+-    return ::isnan(r);
++    return std::isnan(r);
+ #endif
+ }
+ 
+@@ -786,7 +786,7 @@ int Port::isNan(longdouble r)
+     return isnan(r);
+ #else
+     #undef isnan
+-    return ::isnan(r);
++    return std::isnan(r);
+ #endif
+ }
+ 
+@@ -814,13 +814,13 @@ int Port::isInfinity(double r)
+     return isinf(r);
+ #else
+     #undef isinf
+-    return ::isinf(r);
++    return std::isinf(r);
+ #endif
+ }
+ 
+ longdouble Port::sqrt(longdouble x)
+ {
+-    return ::sqrtl(x);
++    return std::sqrt(x);
+ }
+ 
+ longdouble Port::fmodl(longdouble x, longdouble y)
+@@ -828,7 +828,7 @@ longdouble Port::fmodl(longdouble x, longdouble y)
+ #if __FreeBSD__ && __FreeBSD_version < 800000 || __OpenBSD__ || __NetBSD__ || __DragonFly__
+     return ::fmod(x, y);        // hack for now, fix later
+ #else
+-    return ::fmodl(x, y);
++    return std::fmod(x, y);
+ #endif
+ }
+ 
+@@ -868,7 +868,7 @@ char *Port::strupr(char *s)
+ 
+     while (*s)
+     {
+-        *s = toupper(*s);
++        *s = std::toupper(*s);
+         s++;
+     }
+ 
+@@ -886,7 +886,7 @@ int Port::memicmp(const char *s1, const char *s2, int n)
+         result = c1 - c2;
+         if (result)
+         {
+-            result = toupper(c1) - toupper(c2);
++            result = std::toupper(c1) - std::toupper(c2);
+             if (result)
+                 break;
+         }
+@@ -905,7 +905,7 @@ int Port::stricmp(const char *s1, const char *s2)
+         result = c1 - c2;
+         if (result)
+         {
+-            result = toupper(c1) - toupper(c2);
++            result = std::toupper(c1) - std::toupper(c2);
+             if (result)
+                 break;
+         }
+@@ -919,17 +919,17 @@ int Port::stricmp(const char *s1, const char *s2)
+ 
+ float Port::strtof(const char *p, char **endp)
+ {
+-    return ::strtof(p, endp);
++    return std::strtof(p, endp);
+ }
+ 
+ double Port::strtod(const char *p, char **endp)
+ {
+-    return ::strtod(p, endp);
++    return std::strtod(p, endp);
+ }
+ 
+ longdouble Port::strtold(const char *p, char **endp)
+ {
+-    return ::strtold(p, endp);
++    return std::strtold(p, endp);
+ }
+ 
+ #endif



More information about the arch-commits mailing list