Commit graph

97 commits

Author SHA1 Message Date
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
MANTANI Nobutaka
0ea7a2c7bc Update to 0.5.2. 2007-06-09 05:16:15 +00:00
MANTANI Nobutaka
216492f9de Respect PTHREAD_LIBS.
Submitted by:	nork
2007-02-03 17:42:00 +00:00
MANTANI Nobutaka
019407f8fe Fix a format string vulnerability.
Security:	http://sourceforge.net/tracker/index.php?func=detail&aid=1612792&group_id=39518&atid=425439
2007-01-02 14:02:22 +00:00
Edwin Groothuis
e4aa76a9be Remove USE_REINPLACE from categories starting with W 2006-05-13 04:41:22 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
MANTANI Nobutaka
c35a9bf510 Close pipe for gzipped stream properly.
Obtained from:	http://vimrc.hp.infoseek.co.jp/w3m-pclose.html (written in Japanese)
Reported by:	naddy
2006-02-18 16:58:04 +00:00
MANTANI Nobutaka
655463407e Fix build error with WITHOUT_SSL.
Reported by:	kris
2006-01-30 16:25:29 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
MANTANI Nobutaka
ab08884749 Add a small fix to support gzipped XHTML contents.
Submitted by:	Ed Schouten <ed@fxq.nl>
2005-10-10 14:41:40 +00:00
MANTANI Nobutaka
c1895aaec1 Support application/xhtml+xml MIME type.
PR:		ports/87161
Submitted by:	Ed Schouten <ed@fxq.nl>
2005-10-09 16:39:22 +00:00
MANTANI Nobutaka
6296ec5ba1 Unbreak sysmouse support.
Pointed out by:	Travis Poppe <tlp@lickwid.net>
2005-07-15 17:04:50 +00:00
MANTANI Nobutaka
37ce6cf98c Fix compile error with JAPANESE option.
PR:		ports/74439
Submitted by:	SANETO Takanori <sanewo@ba2.so-net.ne.jp>
2004-11-27 11:52:58 +00:00
Kris Kennaway
36d611eee2 BROKEN if defined(JAPANESE): Does not compile 2004-11-24 03:55:22 +00:00
MANTANI Nobutaka
8a3c88c719 Read the options file of boehm-gc to check necessity of a thread library. 2004-11-17 18:24:46 +00:00
MANTANI Nobutaka
f5dff22c38 Fix configure error on 5.2.1-RELEASE.
Reported by:	Piotr Gnyp <toread@discordia.pl>, Cheza My Ballz <cheza420@hotmail.com>
2004-11-17 15:27:25 +00:00
MANTANI Nobutaka
92cf45744c Fix build error on -current with boehm-gc with REDIRECT and THREADING options. 2004-11-08 16:50:57 +00:00
MANTANI Nobutaka
61b1138fe0 Fix build error with LOCALBASE different from /usr/local.
Reported by:	Mike Meyer <mwm@mired.org>
2004-08-21 14:28:35 +00:00
MANTANI Nobutaka
34d7b2e51b Fix build error in the environment that using the OpenSSL from the ports
instead of the one from the base system.

Submitted by:	Ingo Rohlfs <ingo.rohlfs@gmx.de>
2004-08-21 13:52:53 +00:00
MANTANI Nobutaka
3be31e5a84 Fix configure error caused by boehm-gc with the REDIRECT option. 2004-07-17 15:15:32 +00:00
MANTANI Nobutaka
262fe773b3 Register CONFLICTS between w3m ports.
Suggested by:	Aleksander Fafula <alex@fafula.com>
2004-07-12 16:49:19 +00:00
MANTANI Nobutaka
1ce6e57bcd Add KEY_LYNX knob.
Submitted by:	Mads Martin Joergensen <mmj@mmj.dk>
2004-06-05 18:19:02 +00:00
MANTANI Nobutaka
2f0856034e Update to 0.5.1.
Use PTHREAD_CFLAGS and PTHREAD_LIBS for boehm-gc with thread support.
2004-05-27 14:18:32 +00:00
MANTANI Nobutaka
2691514754 Update to 0.5. 2004-03-25 14:02:18 +00:00
MANTANI Nobutaka
e6d2af565d Add SIZE to distinfo.
Submitted by:	trevor
2004-03-25 13:32:31 +00:00
MANTANI Nobutaka
8be3ddaf53 Fix the problem that text does not appear in input field with --disable-m17n
configure option.

Reported by:	Vasil Dimov <vd@datamax.bg>
2004-02-04 14:32:22 +00:00
Joe Marcus Clarke
fdc5cf0018 Teach this port about USE_GETTEXT. 2004-02-04 07:09:18 +00:00
MANTANI Nobutaka
facc155cbf 1. Correct pkg-plist.
2. Set dependency on devel/gettext-old only if JAPANESE is defined.
3. Remove WITHOUT_NLS knob and add --disable-nls to CONFIGURE_ARGS
   by default (except when JAPANESE is defined).

Submitted by:	des [1]
2004-02-02 14:58:44 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
MANTANI Nobutaka
d4dd54dce4 Add WITHOUT_NLS knob. [1]
Make cosmetic changes.

Submitted by:	Phil Pennock <pdp@nl.demon.net> [1]
2004-01-17 21:22:59 +00:00
MANTANI Nobutaka
2122fb369f Update to 2004-01-11 snapshot of w3m 0.4.2.
Make portlint happy.
2004-01-12 03:17:20 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
MANTANI Nobutaka
306f5bfd4b Remove migemo from RUN_DEPENDS. 2003-04-08 15:24:08 +00:00
MANTANI Nobutaka
39f9560e51 Update www/w3m to 0.4.1 and www/w3m-m17n to 0.4.1+20030308. 2003-03-24 15:07:18 +00:00
MANTANI Nobutaka
61d74cdd81 Update www/w3m to 0.4 and www/w3m-m17n to 0.4+20030224. 2003-02-25 12:48:12 +00:00
MANTANI Nobutaka
a33aeb1362 De-pkg-comment. 2003-02-22 14:25:38 +00:00
MANTANI Nobutaka
a7f81330f3 Update w3m to 0.3.2.2 and w3m-m17n to 0.3.2.2+20021207.
This update fixes the security vulnerability in w3m-0.3.2.1.

Approved by:	will
2002-12-10 11:03:40 +00:00
MANTANI Nobutaka
8576009e5f Update w3m to 0.3.2.1 and w3m-m17n to 0.3.2.1+20021107.
The security vulnerability has been fixed by this update.

Approved by:	kris
2002-11-28 14:18:43 +00:00
Akinori MUSHA
08f4ae5cb3 Mark FORBIDDEN due to a recently discovered security vulnerability:
http://sourceforge.net/forum/forum.php?forum_id=231002

Maintainer needs to update the port to the latest version.
2002-11-27 14:59:49 +00:00
MANTANI Nobutaka
d0a032548e Update www/w3m to 0.3.2 and www/w3m-m17n to 0.3.2+20021116. 2002-11-17 14:31:34 +00:00
Mario Sergio Fujikawa Ferreira
93b8f14b85 Deploy USE_GNOMENG infrastructure
PR:		42289
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-01 15:31:33 +00:00
MANTANI Nobutaka
4cb2d1a0cf Fix the crash caused by jumping to last anchor in plain text files.
Submitted by:	Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
2002-07-27 09:44:49 +00:00
MANTANI Nobutaka
9d185781d8 Update w3m to 0.3.1 and w3m-m17n to 0.3.1+20020717. 2002-07-25 15:58:18 +00:00
MANTANI Nobutaka
32cf98bd66 Fix build error on -current. (*)
Remove useless post-extract target and post-patch target.

Submitted by:	Masahide -mac- NODA <mac@clave.gr.jp> (*)
2002-03-31 15:52:04 +00:00
MANTANI Nobutaka
62808c8079 Fix patch error on www/w3m-m17n caused by the previous change of patch-configure. 2002-03-29 10:39:13 +00:00
MANTANI Nobutaka
b88e7ba85b Fix configure error on -current. 2002-03-29 10:15:39 +00:00
MANTANI Nobutaka
aaf2256a6a Update w3m-m17n to 0.3+20020311. 2002-03-11 16:34:00 +00:00
MANTANI Nobutaka
0b30427e75 Correct pkg-plist. 2002-03-07 04:23:06 +00:00
MANTANI Nobutaka
8f4a5dd1d1 Update www/w3m to 0.3. www/w3m-m17n to 0.2.5+20020216. 2002-03-06 15:10:04 +00:00
MANTANI Nobutaka
e77fca766d Allow coexistence of M17N and INLINE_IMAGE knob
since w3m-img patch has been merged into the w3m CVS repository
and w3m-0.2.5-m17n-20020202 is based on the source code after the merge.

Now we can use w3m with m17n and inline image support.
2002-02-03 03:02:27 +00:00