[139237] trunk/dports/www/w3m

jeremyhu at macports.org jeremyhu at macports.org
Sat Aug 8 08:13:47 PDT 2015


Revision: 139237
          https://trac.macports.org/changeset/139237
Author:   jeremyhu at macports.org
Date:     2015-08-08 08:13:46 -0700 (Sat, 08 Aug 2015)
Log Message:
-----------
w3m: Fix build failures

Add patch-config.h.in from FreeBSD for libressl
Disable parallel building since there are dependency bugs in the build system

Modified Paths:
--------------
    trunk/dports/www/w3m/Portfile

Added Paths:
-----------
    trunk/dports/www/w3m/files/patch-config.h.in

Modified: trunk/dports/www/w3m/Portfile
===================================================================
--- trunk/dports/www/w3m/Portfile	2015-08-08 14:53:43 UTC (rev 139236)
+++ trunk/dports/www/w3m/Portfile	2015-08-08 15:13:46 UTC (rev 139237)
@@ -25,8 +25,11 @@
 depends_lib         path:lib/libgc.dylib:boehmgc port:zlib path:lib/libssl.dylib:openssl port:ncurses \
                     port:gettext port:libiconv
 
-patchfiles          gc_init.patch gc_get_warn_proc.patch
+patchfiles          gc_init.patch gc_get_warn_proc.patch patch-config.h.in
 
+# *** No rule to make target `../funcname.tab', needed by `w3mhelp-funcname.pl'.  Stop.
+use_parallel_build  no
+
 configure.args      --with-gc=${prefix} \
                     --with-ssl=${prefix} \
                     --enable-keymap=w3m \

Added: trunk/dports/www/w3m/files/patch-config.h.in
===================================================================
--- trunk/dports/www/w3m/files/patch-config.h.in	                        (rev 0)
+++ trunk/dports/www/w3m/files/patch-config.h.in	2015-08-08 15:13:46 UTC (rev 139237)
@@ -0,0 +1,11 @@
+--- config.h.in.orig	2011-01-04 18:22:19.000000000 +0900
++++ config.h.in	2014-08-03 20:27:06.000000000 +0900
+@@ -84,7 +84,7 @@
+ #undef INET6
+ #undef HAVE_SOCKLEN_T
+ #undef HAVE_OLD_SS_FAMILY
+-#define USE_EGD
++#undef USE_EGD
+ #define ENABLE_REMOVE_TRAILINGSPACES
+ #undef MENU_THIN_FRAME
+ #undef USE_RAW_SCROLL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150808/e4076ac9/attachment.html>


More information about the macports-changes mailing list