[73826] trunk/dports/lang/hugs98

jmr at macports.org jmr at macports.org
Fri Nov 26 07:05:14 PST 2010


Revision: 73826
          http://trac.macports.org/changeset/73826
Author:   jmr at macports.org
Date:     2010-11-26 07:05:09 -0800 (Fri, 26 Nov 2010)
Log Message:
-----------
hugs98: apply volker.menrad's patch from #20950 to fix build on 10.6

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

Added Paths:
-----------
    trunk/dports/lang/hugs98/files/patch-libraries-tools-make-bootlib.diff

Modified: trunk/dports/lang/hugs98/Portfile
===================================================================
--- trunk/dports/lang/hugs98/Portfile	2010-11-26 13:46:43 UTC (rev 73825)
+++ trunk/dports/lang/hugs98/Portfile	2010-11-26 15:05:09 UTC (rev 73826)
@@ -25,6 +25,8 @@
 platform darwin 10 {
     # This fixes the 'Undefined symbols: "_environ"' error
     patchfiles-append patch-packages-base-include-HsBase.h.diff
+    # This fixes the 'Undefined symbols: "renameFile_17' and 'readdir_40' errors
+    patchfiles-append patch-libraries-tools-make-bootlib.diff
 }
 
 livecheck.type	regex

Added: trunk/dports/lang/hugs98/files/patch-libraries-tools-make-bootlib.diff
===================================================================
--- trunk/dports/lang/hugs98/files/patch-libraries-tools-make-bootlib.diff	                        (rev 0)
+++ trunk/dports/lang/hugs98/files/patch-libraries-tools-make-bootlib.diff	2010-11-26 15:05:09 UTC (rev 73826)
@@ -0,0 +1,12 @@
+--- libraries/tools/make_bootlib.orig	2010-09-29 15:03:05.000000000 +0200
++++ libraries/tools/make_bootlib	2010-09-29 15:04:12.000000000 +0200
+@@ -165,7 +165,8 @@
+ 
+ case $platform in
+ Unix)
+-	$ffihugs '-i"HsBase.h"' System.Posix.Internals $base_includes
++	$ffihugs '-i"HsBase.h"' System.Posix.Internals $base_includes \
++		$source/base/cbits/dirUtils.c \
+ 	;;
+ Win32)
+ 	$ffihugs '-i"HsBase.h"' System.Directory $base_includes $base_libs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101126/1a1bbe2e/attachment.html>


More information about the macports-changes mailing list