[Midnightbsd-cvs] mports [20428] U trunk/www/w3m/files: fix w3m build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 3 15:44:38 EDT 2015


Revision: 20428
          http://svnweb.midnightbsd.org/mports/?rev=20428
Author:   laffer1
Date:     2015-10-03 15:44:36 -0400 (Sat, 03 Oct 2015)
Log Message:
-----------
fix w3m build

Modified Paths:
--------------
    trunk/www/w3m/files/patch-configure
    trunk/www/w3m/files/patch-w3mimg_fb_fb.h

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

Property Changed:
----------------
    trunk/www/w3m/files/patch-configure
    trunk/www/w3m/files/patch-w3mimg_fb_fb.c
    trunk/www/w3m/files/patch-w3mimg_fb_fb.h
    trunk/www/w3m/files/patch-w3mimg_fb_fb_w3mimg.c

Added: trunk/www/w3m/files/patch-config.h.in
===================================================================
--- trunk/www/w3m/files/patch-config.h.in	                        (rev 0)
+++ trunk/www/w3m/files/patch-config.h.in	2015-10-03 19:44:36 UTC (rev 20428)
@@ -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


Property changes on: trunk/www/w3m/files/patch-config.h.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/www/w3m/files/patch-configure
===================================================================
--- trunk/www/w3m/files/patch-configure	2015-10-03 19:44:02 UTC (rev 20427)
+++ trunk/www/w3m/files/patch-configure	2015-10-03 19:44:36 UTC (rev 20428)
@@ -5,7 +5,7 @@
      enable_image=x11
      case "`uname -s`" in
 -    Linux|linux|LINUX)
-+    Linux|linux|LINUX|FreeBSD|freebsd|FREEBSD)
++    Linux|linux|LINUX|MidnightBSD|midnightbsd|MIDNIGHTBSD|FreeBSD|freebsd|FREEBSD)
  	if test -c /dev/fb0; then
  	  enable_image=x11,fb
          fi;;


Property changes on: trunk/www/w3m/files/patch-configure
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Added: trunk/www/w3m/files/patch-main.c
===================================================================
--- trunk/www/w3m/files/patch-main.c	                        (rev 0)
+++ trunk/www/w3m/files/patch-main.c	2015-10-03 19:44:36 UTC (rev 20428)
@@ -0,0 +1,13 @@
+--- main.c.old	2007-05-31 06:49:50.000000000 +0530
++++ main.c	2010-02-16 16:16:24.000000000 +0530
+@@ -842,7 +842,9 @@
+     mySignal(SIGPIPE, SigPipe);
+ #endif
+ 
+-    orig_GC_warn_proc = GC_set_warn_proc(wrap_GC_warn_proc);
++    orig_GC_warn_proc = GC_get_warn_proc();
++    GC_set_warn_proc(wrap_GC_warn_proc);
++
+     err_msg = Strnew();
+     if (load_argc == 0) {
+ 	/* no URL specified */


Property changes on: trunk/www/w3m/files/patch-main.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Index: trunk/www/w3m/files/patch-w3mimg_fb_fb.c
===================================================================
--- trunk/www/w3m/files/patch-w3mimg_fb_fb.c	2015-10-03 19:44:02 UTC (rev 20427)
+++ trunk/www/w3m/files/patch-w3mimg_fb_fb.c	2015-10-03 19:44:36 UTC (rev 20428)

Property changes on: trunk/www/w3m/files/patch-w3mimg_fb_fb.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/www/w3m/files/patch-w3mimg_fb_fb.h
===================================================================
--- trunk/www/w3m/files/patch-w3mimg_fb_fb.h	2015-10-03 19:44:02 UTC (rev 20427)
+++ trunk/www/w3m/files/patch-w3mimg_fb_fb.h	2015-10-03 19:44:36 UTC (rev 20428)
@@ -1,7 +1,7 @@
 --- w3mimg/fb/fb.h.orig	2003-07-08 00:48:17.000000000 +0900
 +++ w3mimg/fb/fb.h	2007-11-23 02:43:22.000000000 +0900
 @@ -1,7 +1,11 @@
- /* $Id: patch-w3mimg_fb_fb.h,v 1.1 2013-07-16 12:32:55 laffer1 Exp $ */
+ /* $Id: fb.h,v 1.7 2003/07/07 15:48:17 ukai Exp $ */
  #ifndef fb_header
  #define fb_header
 +#if defined(__linux__)


Property changes on: trunk/www/w3m/files/patch-w3mimg_fb_fb.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/www/w3m/files/patch-w3mimg_fb_fb_w3mimg.c
===================================================================
--- trunk/www/w3m/files/patch-w3mimg_fb_fb_w3mimg.c	2015-10-03 19:44:02 UTC (rev 20427)
+++ trunk/www/w3m/files/patch-w3mimg_fb_fb_w3mimg.c	2015-10-03 19:44:36 UTC (rev 20428)

Property changes on: trunk/www/w3m/files/patch-w3mimg_fb_fb_w3mimg.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list