[121411] users/mojca/ports

mojca at macports.org mojca at macports.org
Tue Jun 24 16:04:06 PDT 2014


Revision: 121411
          https://trac.macports.org/changeset/121411
Author:   mojca at macports.org
Date:     2014-06-24 16:04:06 -0700 (Tue, 24 Jun 2014)
Log Message:
-----------
mojca/x86_64-w64-mingw32-binutils: initial port

Modified Paths:
--------------
    users/mojca/ports/gis/grass/files/patch-include-Make-Install.make.diff

Added Paths:
-----------
    users/mojca/ports/cross/
    users/mojca/ports/cross/x86_64-w64-mingw32-binutils/
    users/mojca/ports/cross/x86_64-w64-mingw32-binutils/Portfile

Added: users/mojca/ports/cross/x86_64-w64-mingw32-binutils/Portfile
===================================================================
--- users/mojca/ports/cross/x86_64-w64-mingw32-binutils/Portfile	                        (rev 0)
+++ users/mojca/ports/cross/x86_64-w64-mingw32-binutils/Portfile	2014-06-24 23:04:06 UTC (rev 121411)
@@ -0,0 +1,32 @@
+# -*- 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
+PortGroup           crossbinutils 1.0
+
+set core_name       w64-mingw32
+set vers            2.24
+
+crossbinutils.setup x86_64-${core_name} ${vers}
+
+checksums           rmd160  b4aa3ea5ba9d0d9f817b2cf136e7f911f692af8d \
+                    sha256  e5e8c5be9664e7f7f96e0d09919110ab5ad597794f5b1809871177a0f0f14137
+
+subport i686-${core_name}-binutils {
+    crossbinutils.setup i686-${core_name} ${vers}
+}
+
+configure.args-append \
+                    --enable-targets=x86_64-${core_name},i686-${core_name} \
+                    --disable-werror
+
+maintainers         mojca openmaintainer
+homepage            http://mingw-w64.sourceforge.net/
+
+# http://www.drangon.org/mingw/
+# http://pete.akeo.ie/2010/07/compiling-mingw-w64-with-multilib-on.html
+# https://github.com/mirror/mingw-w64/blob/master/mingw-w64-doc/howto-build/mingw-w64-howto-build-adv.txt
+#   --enable-targets=x86_64-w64-mingw32,i686-w64-mingw32 \
+#   --target=x86_64-w64-mingw32
+
+# name for the port could also be w64-mingw32-binutils


Property changes on: users/mojca/ports/cross/x86_64-w64-mingw32-binutils/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Modified: users/mojca/ports/gis/grass/files/patch-include-Make-Install.make.diff
===================================================================
--- users/mojca/ports/gis/grass/files/patch-include-Make-Install.make.diff	2014-06-24 23:00:52 UTC (rev 121410)
+++ users/mojca/ports/gis/grass/files/patch-include-Make-Install.make.diff	2014-06-24 23:04:06 UTC (rev 121411)
@@ -1,4 +1,4 @@
-https://trac.osgeo.org/grass/ticket/764
+http://trac.osgeo.org/grass/ticket/764
 http://trac.osgeo.org/grass/ticket/1839
 
 --- include/Make/Install.make.orig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140624/e5ef41a5/attachment-0001.html>


More information about the macports-changes mailing list