diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-21 23:34:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-21 23:34:13 +0000 |
commit | 0af66fa685cbe9dd3a95c6846ff9d3440a739762 (patch) | |
tree | 554311bf532a6e47131c9fab51001c57f5f22e54 /www/w3m/Makefile.common | |
parent | 1921e1849497fdb18724ccf4b696b11d432656fb (diff) | |
download | pkgsrc-0af66fa685cbe9dd3a95c6846ff9d3440a739762.tar.gz |
Update w3m and w3m-img to 0.5.3. Some pkglint cleanup and DESCR
rewording while here.
XXX: I don't see what w3m-img does differently?
Changes:
w3m 0.5.3 - 2011-01-15
* security fix
- fix vulnerabilities indicated by bugs.debian.org.
- suppress sending Referer, if https:// -> http://
* new features
- adapt w3mimg to native windows on MS Windows.
- support xterm-incompatible terminals without gpm.
- add "xhtml" to default guess.
- introduce option pseudo_inlines.
- add option to avoid "wrong number of dots" error in cookies.
* other bug fixes
- fix "important" bugs from bugs.debian.org
- preserve spaces in multibyte context.
- fix proxy authentication.
Diffstat (limited to 'www/w3m/Makefile.common')
-rw-r--r-- | www/w3m/Makefile.common | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index 5e278c67110..5bc8759643a 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,5 +1,7 @@ -# $NetBSD: Makefile.common,v 1.55 2009/09/02 08:34:16 wiz Exp $ +# $NetBSD: Makefile.common,v 1.56 2011/01/21 23:34:13 wiz Exp $ # +# used by www/w3m/Makefile +# used by www/w3m-img/Makefile DISTNAME= w3m-${W3M_VERS} CATEGORIES= www @@ -13,11 +15,12 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_TOOLS+= gmake # Needed for some combinations of options... USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= yes -W3M_VERS= 0.5.2 +W3M_VERS= 0.5.3 # For w3mman, xface2xpm, cgi scripts. USE_TOOLS+= perl:run pax @@ -57,9 +60,9 @@ SUBST_FILES.man-ja= Makefile.in config.h.dist SUBST_SED.man-ja= -e 's|/ja/|/ja_JP.eucJP/|g' post-extract: - @cd ${WRKSRC}/doc; ${RM} -fr CVS - @cd ${WRKSRC}/doc-jp; ${RM} -fr CVS - @cd ${WRKSRC}; ${RM} -fr gc + cd ${WRKSRC}/doc; ${RM} -fr CVS + cd ${WRKSRC}/doc-jp; ${RM} -fr CVS + cd ${WRKSRC}; ${RM} -fr gc INSTALLATION_DIRS+= ${DOCDIR} @@ -67,7 +70,7 @@ INSTALL_TARGET= install install-helpfile post-install: # Use pax to discard uid/gid. Exclude manuals (*.1). - @cd ${WRKSRC}; pax -w -s ',.*\.1$$,,' doc doc-jp | \ + cd ${WRKSRC}; pax -w -s ',.*\.1$$,,' doc doc-jp | \ ( cd ${DESTDIR}${PREFIX}/${DOCDIR}; pax -r ) .include "../../devel/boehm-gc/buildlink3.mk" |