head	1.10;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2008.04.22.16.01.39;	author nobutaka;	state Exp;
branches;
next	1.9;

1.9
date	2007.06.09.05.16.15;	author nobutaka;	state dead;
branches;
next	1.8;

1.8
date	2005.07.15.17.04.50;	author nobutaka;	state Exp;
branches;
next	1.7;

1.7
date	2004.01.12.03.17.19;	author nobutaka;	state Exp;
branches;
next	1.6;

1.6
date	2002.07.25.15.58.18;	author nobutaka;	state dead;
branches;
next	1.5;

1.5
date	2002.03.31.15.52.04;	author nobutaka;	state Exp;
branches;
next	1.4;

1.4
date	2002.03.29.10.39.13;	author nobutaka;	state Exp;
branches;
next	1.3;

1.3
date	2002.03.29.10.15.39;	author nobutaka;	state Exp;
branches;
next	1.2;

1.2
date	2002.01.06.08.23.01;	author nobutaka;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.11.12.24.04;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Add w3m-img framebuffer support patch written by Yusuke Baba.
To display images on console, you need to install w3m-img and
run w3m on jfbterm (sysutils/jfbterm).

w3m-img for FreeBSD framebuffer (patch author's website, written in Japanese)
http://www.ac.auone-net.jp/~baba/w3m-img/index.html

PR:		ports/122673
Submitted by:	nrg milk <nrgmilk@@gmail.com>
@
text
@--- configure.orig	2007-11-23 02:39:52.000000000 +0900
+++ configure	2007-11-23 02:43:22.000000000 +0900
@@@@ -5532,7 +5532,7 @@@@
   if test x"$enable_image" = xyes; then
     enable_image=x11
     case "`uname -s`" in
-    Linux|linux|LINUX)
+    Linux|linux|LINUX|FreeBSD|freebsd|FREEBSD)
 	if test -c /dev/fb0; then
 	  enable_image=x11,fb
         fi;;
@


1.9
log
@Update to 0.5.2.
@
text
@d1 11
a11 20
--- configure.orig	Sat Jul 16 01:39:30 2005
+++ configure	Sat Jul 16 01:39:38 2005
@@@@ -6443,7 +6443,7 @@@@
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#include <machine/console.h>
+#include <sys/consio.h>
    MOUSE_GETINFO
 _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@@@ -10223,7 +10223,7 @@@@
 }'
 fi
 
-DEFS=-DHAVE_CONFIG_H
+DEFS="$DEFS -DHAVE_CONFIG_H"
 
 ac_libobjs=
 ac_ltlibobjs=
@


1.8
log
@Unbreak sysmouse support.

Pointed out by:	Travis Poppe <tlp@@lickwid.net>
@
text
@@


1.7
log
@Update to 2004-01-11 snapshot of w3m 0.4.2.
Make portlint happy.
@
text
@d1 12
a12 3
--- configure.orig	Fri Dec 12 22:49:07 2003
+++ configure	Fri Dec 12 22:49:50 2003
@@@@ -9451,7 +9451,7 @@@@
@


1.6
log
@Update w3m to 0.3.1 and w3m-m17n to 0.3.1+20020717.
@
text
@d1 5
a5 53
--- configure.orig	Sun Mar 31 22:17:49 2002
+++ configure	Sun Mar 31 22:16:46 2002
@@@@ -53,19 +53,22 @@@@
     shift
     ;;
   -prefix=*|--prefix=*)
-    prefix=`expr "$1" : "-*prefix=\(.*\)"`
+    prefix=`expr \( "$1" : "-*prefix=\(.*\)" \)`
     ;;
   -bindir=*|--bindir=*)
-    bindir=`expr "$1" : "-*bindir=\(.*\)"`
+    bindir=`expr \( "$1" : "-*bindir=\(.*\)" \)`
     ;;
   -libdir=*|--libdir=*)
-    libdir=`expr "$1" : "-*libdir=\(.*\)"`
+    libdir=`expr \( "$1" : "-*libdir=\(.*\)" \)`
     ;;
   -helpdir=*|--helpdir=*)
-    helpdir=`expr "$1" : "-*helpdir=\(.*\)"`
+    helpdir=`expr \( "$1" : "-*helpdir=\(.*\)" \)`
+    ;;
+  -helpdir-ja=*|--helpdir-ja=*)
+    helpdir_ja=`expr \( "$1" : "-*helpdir-ja=\(.*\)" \)`
     ;;
   -sysconfdir=*|--sysconfdir=*)
-    sysconfdir=`expr "$1" : "-*sysconfdir=\(.*\)"`
+    sysconfdir=`expr \( "$1" : "-*sysconfdir=\(.*\)" \)`
     ;;
   -lang=en|--lang=en|-lang=EN|--lang=EN)
     lang=EN
@@@@ -101,19 +104,19 @@@@
     dldflags=`echo $1 | sed -e 's/-*ldflags=//'`
     ;;
   --ssl-includedir=*)
-    ssl_includedir=`expr "$1" : "--ssl-includedir=\(.*\)"`
+    ssl_includedir=`expr \( "$1" : "--ssl-includedir=\(.*\)" \)`
     ;;
   --ssl-libdir=*)
-    ssl_libdir=`expr "$1" : "--ssl-libdir=\(.*\)"`
+    ssl_libdir=`expr \( "$1" : "--ssl-libdir=\(.*\)" \)`
     ;;
   --gc-includedir=*)
-    gc_includedir=`expr "$1" : "--gc-includedir=\(.*\)"`
+    gc_includedir=`expr \( "$1" : "--gc-includedir=\(.*\)" \)`
     ;;
   --gc-libdir=*)
-    gc_libdir=`expr "$1" : "--gc-libdir=\(.*\)"`
+    gc_libdir=`expr \( "$1" : "--gc-libdir=\(.*\)" \)`
     ;;
   --mimetypes=*)
-    mimetypes=`expr "$1" : "--mimetypes=\(.*\)"`
+    mimetypes=`expr \( "$1" : "--mimetypes=\(.*\)" \)`
     ;;
d7 2
a8 4
   -help|--help)
@@@@ -541,6 +544,16 @@@@
 helpdir=$_dir
 echo "helpdir='$helpdir'" >> config.param
d10 2
a11 47
+d_helpdir_ja=$helpdir_ja
+if [ -z "$d_helpdir_ja" ]; then
+  d_helpdir_ja="$topdir/share/w3m"
+fi
+echo "Which directory do you want to put the Japanese helpfile?"
+Echo "(default: $d_helpdir_ja) "
+readdir "$d_helpdir_ja"
+helpdir_ja=$_dir
+echo "helpdir_ja='$helpdir_ja'" >> config.param
+
 d_sysconfdir=$sysconfdir
 if [ -z "$d_sysconfdir" ]; then
   d_sysconfdir="$topdir/etc/w3m"
@@@@ -1189,7 +1202,7 @@@@
 
 ####### perl
 perl=`./which perl`
-if [ `expr "$perl" : 'not found'` != 0 ]; then
+if [ `expr \( "$perl" : 'not found' \)` != 0 ]; then
   echo "You don't have perl."
   perl=/usr/local/bin/perl
   have_perl=n
@@@@ -1976,7 +1989,7 @@@@
 cur_ver=`sed -n 's/^#define CURRENT_VERSION *"w3m\/\([^"]*\)".*$/\1/p' version.c`
 for h_in in w3mhelp-*_*.html.in
 do
-  h=`expr "$h_in" : '\(.*\)\.in'`
+  h=`expr \( "$h_in" : '\(.*\)\.in' \)`
   sed -e 's/@@CURRENT_VERSION@@/'$cur_ver'/' $h_in > $h
 done
 
@@@@ -2067,6 +2080,7 @@@@
 
 BIN_DIR = $bindir
 HELP_DIR = $helpdir
+HELP_DIR_JA = $helpdir_ja
 LIB_DIR = $libdir
 ETC_DIR = $sysconfdir
 RC_DIR = ~/.w3m
@@@@ -2140,6 +2154,7 @@@@
 
 #define LIB_DIR      "$libdir"
 #define HELP_DIR     "$helpdir"
+#define HELP_DIR_JA  "$helpdir_ja"
 #define ETC_DIR	     "$sysconfdir"
 #define HELP_FILE    "w3mhelp.html"
 #define HELP_CGI     "w3mhelp"
@


1.5
log
@Fix build error on -current. (*)
Remove useless post-extract target and post-patch target.

Submitted by:	Masahide -mac- NODA <mac@@clave.gr.jp> (*)
@
text
@@


1.4
log
@Fix patch error on www/w3m-m17n caused by the previous change of patch-configure.
@
text
@d1 2
a2 2
--- configure.orig	Tue Feb 12 17:52:58 2002
+++ configure	Fri Mar 29 19:27:19 2002
@


1.3
log
@Fix configure error on -current.
@
text
@d2 1
a2 1
+++ configure	Fri Mar 29 13:23:17 2002
a30 9
@@@@ -92,7 +95,7 @@@@
     dmodel=6
     ;;
   -code=*|--code=*)
-    display_code=`expr "$1" : "-*code=\(.*\)"`
+    display_code=`expr \( "$1" : "-*code=\(.*\)" \)`
     ;;
   -cflags=*|--cflags=*)
     dcflags=`echo $1 | sed -e 's/-*cflags=//'`
@


1.2
log
@Update www/w3m to 0.2.3.2, www/w3m-img to 0.2.3.2+1.17 and
www/w3m-m17n to 0.2.3.2+20011230.
@
text
@d1 17
a17 3
--- configure.orig	Fri Dec 21 11:11:50 2001
+++ configure	Sun Jan  6 15:25:08 2002
@@@@ -64,6 +64,9 @@@@
d19 5
a23 1
     helpdir=`expr "$1" : "-*helpdir=\(.*\)"`
a24 3
+  -helpdir-ja=*|--helpdir-ja=*)
+    helpdir_ja=`expr "$1" : "-*helpdir-ja=\(.*\)"`
+    ;;
d26 11
a36 1
     sysconfdir=`expr "$1" : "-*sysconfdir=\(.*\)"`
d38 28
a65 1
@@@@ -513,6 +516,16 @@@@
d82 19
a100 1
@@@@ -1948,6 +1961,7 @@@@
d107 2
a108 2
 HELP_FILE = $helpfile
@@@@ -2007,6 +2021,7 @@@@
@


1.1
log
@Update to 0.2.1-inu-1.4 and www/w3m-img port to 0.2.1-inu-1.4-img-1.11

PR:		31124
Submitted by:	MAINTAINER
@
text
@d1 15
a15 5
--- configure.orig	Thu Sep 27 21:30:08 2001
+++ configure	Sun Oct  7 14:33:20 2001
@@@@ -33,7 +33,9 @@@@
 
 # parameters:
d17 3
a19 3
-prefix=/usr/local
+if [ -z "$prefix" ]; then
+  prefix=/usr/local
d21 3
a23 8
 all_yes=0
 while [ $# -gt 0 ]
 do
@@@@ -332,6 +334,9 @@@@
 readdir "$def_helpdir"
 helpdir=$_dir
 echo "def_helpdir='$helpdir'" >> config.param
+readdir "$def_helpdir_ja"
d25 6
a30 23
+echo "def_helpdir_ja='$helpdir_ja'" >> config.param
 
 echo "Which language do you prefer?"
 echo "  1 - Japanese (charset ISO-2022-JP, EUC-JP, Shift_JIS)"
@@@@ -1686,7 +1691,7 @@@@
    VIEW_UNSEENOBJECTS enables w3m to make a link to unseen objects.
    e.g. background image.
  */
-#undef VIEW_UNSEENOBJECTS
+#define VIEW_UNSEENOBJECTS
 
 /*
    VI_PREC_NUM enables vi-like behavior for '2 SPC' or '2 b'
@@@@ -1731,7 +1736,7 @@@@
 /*
  * Use Emacs-like key binding for file name completion
  */
-#undef EMACS_LIKE_LINEEDIT
+#define EMACS_LIKE_LINEEDIT
 
 /*
  * Remove line trailing spaces in html buffer.
@@@@ -1753,6 +1758,7 @@@@
d35 2
a36 1
 LIB_DIR = $suplibdir
d38 1
a38 2
 SYS_LIBRARIES = $gpmlib $extlib $termlib $ssllib $v6lib
@@@@ -1801,6 +1807,7 @@@@
d40 1
a40 1
 #define LIB_DIR      "$suplibdir"
d43 1
d45 1
a45 2
 #define W3MCONFIG    "w3mconfig"
 
@

