[112633] trunk/dports/lang/smlnj

snc at macports.org snc at macports.org
Mon Oct 28 08:53:35 PDT 2013


Revision: 112633
          https://trac.macports.org/changeset/112633
Author:   snc at macports.org
Date:     2013-10-28 08:53:35 -0700 (Mon, 28 Oct 2013)
Log Message:
-----------
smlnj: allow build on 10.9, fixes #40954

Modified Paths:
--------------
    trunk/dports/lang/smlnj/Portfile

Added Paths:
-----------
    trunk/dports/lang/smlnj/files/patch-config-_arch-n-opsys.diff

Modified: trunk/dports/lang/smlnj/Portfile
===================================================================
--- trunk/dports/lang/smlnj/Portfile	2013-10-28 15:49:58 UTC (rev 112632)
+++ trunk/dports/lang/smlnj/Portfile	2013-10-28 15:53:35 UTC (rev 112633)
@@ -68,7 +68,7 @@
 extract.only        config.tgz
 
 ### patch ###
-patchfiles          patch-config__install.sh-correct-compiler.diff
+patchfiles          patch-config__install.sh-correct-compiler.diff patch-config-_arch-n-opsys.diff
 
 post-patch {
     reinplace "s|@CC@|${configure.cc}|" ${worksrcpath}/config/install.sh

Added: trunk/dports/lang/smlnj/files/patch-config-_arch-n-opsys.diff
===================================================================
--- trunk/dports/lang/smlnj/files/patch-config-_arch-n-opsys.diff	                        (rev 0)
+++ trunk/dports/lang/smlnj/files/patch-config-_arch-n-opsys.diff	2013-10-28 15:53:35 UTC (rev 112633)
@@ -0,0 +1,10 @@
+--- config/_arch-n-opsys.orig	2013-10-28 11:47:38.000000000 -0400
++++ config/_arch-n-opsys	2013-10-28 11:48:10.000000000 -0400
+@@ -45,6 +45,7 @@
+ 	  10*) OPSYS=darwin;  HEAP_OPSYS=darwin ;; # MacOS X 10.6 Snow Leopard
+ 	  11*) OPSYS=darwin;  HEAP_OPSYS=darwin ;; # MacOS X 10.7 Lion
+ 	  12*) OPSYS=darwin;  HEAP_OPSYS=darwin ;; # MacOS X 10.8 Mountain Lion
++	  13*) OPSYS=darwin;  HEAP_OPSYS=darwin ;; # MacOS X 10.9 Mavericks
+ 	  *) exit 1;;
+ 	esac;;
+     esac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131028/807f3744/attachment.html>


More information about the macports-changes mailing list