The NetBSD Project

CVS log for pkgsrc/www/w3m/Makefile.common

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / w3m

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.80 / (download) - annotate - [select for diffs], Thu Aug 3 21:06:46 2023 UTC (7 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.79: +3 -2 lines
Diff to previous 1.79 (colored) to selected 1.50 (colored)

Use gnu99 where required to get definitions for libc symbols.

Revision 1.79 / (download) - annotate - [select for diffs], Wed Aug 2 16:17:19 2023 UTC (7 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.78: +5 -3 lines
Diff to previous 1.78 (colored) to selected 1.50 (colored)

*: Use FORCE_C_STD=c99 for C packages that use for loop initial
declarations without setting -std=c99.

Revision 1.78 / (download) - annotate - [select for diffs], Sat Jul 1 14:04:32 2023 UTC (8 months, 4 weeks ago) by nia
Branch: MAIN
Changes since 1.77: +3 -2 lines
Diff to previous 1.77 (colored) to selected 1.50 (colored)

w3m: assumes compiler defaults to c99

Revision 1.77 / (download) - annotate - [select for diffs], Wed Jun 21 15:16:15 2023 UTC (9 months, 1 week ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.76: +5 -1 lines
Diff to previous 1.76 (colored) to selected 1.50 (colored)

w3m{,-img}: needs -lm on Solaris.

Revision 1.76 / (download) - annotate - [select for diffs], Thu Apr 27 13:26:19 2023 UTC (11 months ago) by wiz
Branch: MAIN
Changes since 1.75: +2 -4 lines
Diff to previous 1.75 (colored) to selected 1.50 (colored)

w3m*: update to 0.5.3git20230121

2023-01-21  Tatsuya Kinoshita  <tats@debian.org>

	* NEWS: Update NEWS to 0.5.3+git20230121.

2023-01-15  Tatsuya Kinoshita  <tats@debian.org>

	* scripts/w3mman/w3mman2html.cgi.in:
	Add GROFF_NO_SGR=1 to w3mman2html.cgi for non-Debian groff.
	Bug-Debian: https://github.com/tats/w3m/pull/238
	Bug-Debian: https://github.com/tats/w3m/issues/201

	* scripts/w3mman/w3mman2html.cgi.in:
	Revert "Turn ansi escape sequences into html tags".
	This reverts commit 44af9271e0e984544762e2212549f134c86b4418.
	cf. https://github.com/tats/w3m/pull/238

2023-01-12  Tatsuya Kinoshita  <tats@debian.org>

	* fm.h, rc.c: Do not expand config value of tmp_dir.

	* config.h.dist, config.h.in, configure, configure.ac, rc.c:
	Use faccessat for rc_dir and tmp_dir.

	* local.c: Allow writeLocalCookie even when no_rc_dir.

	* main.c, rc.c: Call wtf_init in sync_with_option.

	* rc.c: Avoid modifying read-only rc_dir.

	* fm.h, main.c, proto.h, rc.c: Make tmp_dir if not found.

2023-01-09  Tatsuya Kinoshita  <tats@debian.org>

	* NEWS: Prepare NEWS for w3m 0.5.3+git202301XX.

	* doc-de/FAQ.html, doc-jp/FAQ.html, doc/FAQ.html:
	Remove obsolete documents.

	* doc-de/FAQ.html, doc-de/MANUAL.html:
	Wrap long lines to avoid Lintian warnings.

2023-01-07  Tatsuya Kinoshita  <tats@debian.org>

	* file.c: Only read a first title.
	* file.c, fm.h: Revert "Only read title when in head".
	This reverts commit 0189e8aa5c4c4919a9bbc4dcbe0e521aada51e3c.
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020215

2023-01-06  Tatsuya Kinoshita  <tats@debian.org>

	* file.c: Indentation fix for HTMLtagproc1.

2023-01-06  Robert Alm Nilsson  <robert@robalni.org>

	* file.c, fm.h: Only read title when in head.
	Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020215

2023-01-06  Tatsuya Kinoshita  <tats@debian.org>

	* libwc/charset.c: Avoid locale sensitive tolower in wc_charset_to_ces.

2023-01-06  Sertaç . Yıldız  <sertacyildiz@gmail.com>

	* libwc/charset.c:
	Fix charset declaration parser fails with turkish locale.
	Origin: https://bugzilla-attachments.redhat.com/attachment.cgi?id=160014
	Bug-Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=249675

	* history.c: Use st_mtime instead of st_mtim.tv_sec to compile on macos.
	cf. https://github.com/tats/w3m/pull/247

2023-01-06  Rene Kita  <mail@rkta.de>

	* html.c, html.h, tagtable.tab: Recognize link targets in dfn elements.
	Refactor html.c.  Align in html.c.
	Origin: https://github.com/tats/w3m/pull/259
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018696

	* Makefile.in, form.c, main.c, util.c, util.h:
	Handle failed system calls.
	* display.c, display.h, file.c, form.c, main.c, proto.h, terms.h:
	Move declarations to appropiate header files.
	Origin: https://github.com/tats/w3m/pull/257
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=398989

	* entity.js, etc.c, table.c, tests/allentity.expected:
	* tests/allentity.html: Skip soft hyphen when reading token.
	Fix generated HTML for entity test.
	Origin: https://github.com/tats/w3m/pull/256
	Bug-Debian: https://github.com/tats/w3m/issues/224
	Bug-Debian: https://github.com/tats/w3m/issues/258
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830173

	* file.c: Check LESSOPEN to avoid undefined behaviour.
	Refactor lessopen_stream.
	Origin: https://github.com/tats/w3m/pull/254
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991608

2023-01-05  Markus Hiereth  <translation@hiereth.de>

	* po/de.po: Update German message catalogue.
	Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011945#10

2023-01-05  Rene Kita  <mail@rkta.de>

	* buffer.c: Exit with error if a new buffer can't be allocated.
	Origin: https://git.sr.ht/~rkta/w3m/commit/1f88544c1a009ed2088ff20973bcfffe6cbcb5de
	Bug-Debian: https://github.com/tats/w3m/pull/232
	Bug-Debian: https://github.com/tats/w3m/pull/233

	* history.c, history.h:
	Merge history file if it was modified after start.
	* history.h, proto.h: Move declarations to the appropriate header file.
	* history.c: Add comment to explain placement of the ifdef.
	* history.c, proto.h: Let loadHistory return an error code.
	* history.c: Use 'goto fail' to remove code duplication.
	Origin: https://github.com/tats/w3m/pull/247
	Bug-Debian: https://github.com/tats/w3m/issues/176

2023-01-05  Alberto Fanjul  <albertofanjul@gmail.com>

	* scripts/w3mman/w3mman2html.cgi.in:
	Turn ansi escape sequences into html tags.
	Origin: https://github.com/tats/w3m/pull/238
	Bug-Debian: https://github.com/tats/w3m/issues/201

2023-01-04  Tatsuya Kinoshita  <tats@debian.org>

	* po/de.po, po/it.po, po/ja.po, po/sv_SE.po, po/w3m.pot, po/zh_CN.po:
	* po/zh_TW.po: Update PO strings.

	* doc/MANUAL.html, doc/README.img, libwc/wc_types.h, main.c, rc.c:
	English fixes.
	cf. https://github.com/tats/w3m/pull/241

2023-01-04  Rene Kita  <mail@rkta.de>

	* rc.c: Remove unused variable.
	* table.c: Remove a warning for bzero with GCC 12.
	* file.c: Fix potential null pointer dereference.
	* .github/workflows/build.yml:
	Don't error out on deprecated declaration warnings.
	Origin: https://github.com/tats/w3m/pull/255
	cf. https://github.com/tats/w3m/issues/252

2023-01-04  nico  <smnicolas@gmail.com>

	* doc/MANUAL.html, doc/w3m.1, fm.h, main.c, rc.c, terms.c:
	Add high-intensity colors option and cli flag.
	Origin: https://github.com/tats/w3m/pull/251
	cf. https://github.com/tats/w3m/issues/250
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626291

2023-01-04  Trafficone  <trafficone@gmail.com>

	* doc/README.SSL, doc/README.keymap, doc/README.menu: Translate from
	doc-jp.
	* doc/README.cookie, doc/README.func, doc/README.img, doc/README.m17n:
	* doc/README.passwd: Clarified wording.  Minor grammar changes.
	Origin: https://github.com/tats/w3m/pull/241

2022-12-25  Tatsuya Kinoshita  <tats@debian.org>

	* configure: Update configure with acinclude.m4.

2022-12-25  Sam James  <sam@gentoo.org>

	* acinclude.m4: Fix configure tests broken with Clang 16.
	Origin: https://github.com/tats/w3m/pull/248

2022-12-25  Rin Okuyama  <rokuyama.rk@gmail.com>

	* image.c, terms.c:
	For sixel, no need to round image size to multiple of character size.
	Origin: https://github.com/tats/w3m/pull/246

	* image.c: Display resized image for OSC 5379 (mlterm).
	Origin: https://github.com/tats/w3m/pull/245

2022-12-25  Rene Kita  <mail@rkta.de>

	* doc/README.siteconf: Say what the comment character is.
	Use the comment character in Examples.
	Origin: https://github.com/tats/w3m/pull/237

	* main.c: Retry if loading of a file fails when argv_is_url.
	Origin: https://github.com/tats/w3m/pull/235
	Bug-Debian: https://github.com/tats/w3m/issues/210
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537761
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946440

2022-12-25  NRK  <nrk@disroot.org>

	* image.c: remove duplicate declaration.
	* cookie.c, entity.c, file.c, frame.c, func.c, image.c, linein.c:
	* mailcap.c, main.c, rc.c, rc.h, table.c, terms.c, terms.h:
	* w3mbookmark.c, w3mhelperpanel.c:
	fix all -Wmissing-prototypes warnings.
	* file.c, history.c, history.h, indep.c, indep.h, mailcap.c, proto.h:
	* rc.c, terms.c, url.c: fix some -Wstrict-prototypes warnings.
	Origin: https://github.com/tats/w3m/pull/234

2022-12-25  Rene Kita  <mail@rkta.de>

	* .github/workflows/build.yml:
	Add GitHub Action to build source when pushing.
	Origin: https://github.com/tats/w3m/pull/228

2022-12-21  Tatsuya Kinoshita  <tats@debian.org>

	* po/de.po, po/it.po, po/ja.po, po/sv_SE.po, po/w3m.pot, po/zh_CN.po:
	* po/zh_TW.po: Update PO strings.

2022-12-21  Rene Kita  <mail@rkta.de>

	* etc.c, fm.h, history.c, rc.c:
	Add option to set directory for temporary files.
	Origin: https://github.com/tats/w3m/pull/219
	cf. https://github.com/tats/w3m/issues/130

2022-12-21  Yash Lala  <yashlala@gmail.com>

	* rc.c: Use `Strnew_charp()` to create `char *` instead of `strdup()`.

	* rc.c:
	refactor: Substitute some clunky code with a `strdup()`.

	* doc/FAQ.html, doc/MANUAL.html, doc/w3m.1, rc.c:
	Set `rc_dir` based on `W3M_DIR` environment variable.
	Origin: https://github.com/tats/w3m/pull/207
	cf. https://github.com/tats/w3m/issues/130

2022-12-20  Tatsuya Kinoshita  <tats@debian.org>

	* etc.c: Fix potential overflow in checkType.

	* etc.c:
	Fix m17n backspace handling causes out-of-bounds write in checkType.
	[CVE-2022-38223]
	Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019599
	Bug-Debian: https://github.com/tats/w3m/issues/242

Revision 1.75 / (download) - annotate - [select for diffs], Thu Oct 6 21:33:55 2022 UTC (17 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored) to selected 1.50 (colored)

w3m: add pkg-config to tools

Closes PR 57048 from adr

Revision 1.74 / (download) - annotate - [select for diffs], Sat Aug 13 11:27:56 2022 UTC (19 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.73: +4 -1 lines
Diff to previous 1.73 (colored) to selected 1.50 (colored)

w3m: remove -Wnull_reference to fix build with gcc5 (NetBSD 8)

Revision 1.73 / (download) - annotate - [select for diffs], Mon Jul 25 08:54:29 2022 UTC (20 months ago) by rin
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored) to selected 1.50 (colored)

www/w3m: Updated to 0.5.3+git20220429

Upstream changelog from NEWS:
----
Debian's w3m 0.5.3+git20220429

* new features
  - support kitty's APC G graphics protocol with ImageMagick's convert
  - support iTerm2's OSC 1337 graphics protocol
  - new option inline_img_protocol to select the graphics protocol
    (0: w3m-img, 1: OSC 5379, 2: sixel, 3: OSC 1337, 4: APC G)
  - new option ssl_cipher to specify TLSv1.2 ciphers, e.g. DEFAULT:@SECLEVEL=2
  - new option ssl_min_version for OpenSSL 1.1
  - new option -insecure to use insecure SSL config options
  - new option ssl_ca_default, explicitly use OpenSSL default paths by default
  - new option cross_origin_referer, use origin only Referer when cross origin
  - new option localhost_only to restrict connections only to localhost
  - new option disable_center to disable center alignment
  - support brotli content encoding
  - ignore the "-" option to accept `w3m -` as "read from stdin"
  - new configure option --with-cafile to detect CA bundle file
  - support auto-detection for configure --with-migemo
  - add fuzzer for OSS-Fuzz
  - add Italian translation
  - add Swedish translation
* bug fixes
  - prevent index overflow and huge allocation due to Str, libwc, and table
  - prevent integer overflow due to fontstat
  - prevent StrStream memory leak
  - prevent GC warnings of repeated allocation
  - prevent buffer overflow in shiftAnchorPosition
  - prevent buffer overflow READ when parsing Gopher URLs
  - prevent buffer overflow in gotoLine and gotoRealLine
  - prevent warnings when -Wnull-dereference, enabled by default
  - prevent warnings when -Wall, enabled by default
  - prevent warnings from Cppcheck
  - avoid zero length arrays even when GCC
  - fix fail to render over 32767 lines in a table cell
  - disable `<section>` behaves as `<hr>`
  - disable TLSv1.0 and TLSv1.1 by default
  - mention a workaround for SSL error
  - fix manipulation of ASN1_STRING
  - don't include username in Referer
  - don't set Referer when data URI scheme
  - fix broken anchor with link number at EOL
  - fix incorrect query string for `w3mman 7z`
  - drop imlib2-config, use pkg-config
  - improve named character references
  - improve `<dl>` rendering
  - prefer Imlib2 over GTK2 by default
  - replace encodeB with base64_encode to encode null bytes
  - wording fixes for configure --help

Revision 1.72 / (download) - annotate - [select for diffs], Sat Jan 30 14:10:12 2021 UTC (3 years, 1 month ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored) to selected 1.50 (colored)

(www/w3m) Updated from 0.5.3+git20190105 to 0.5.3+git20210102

Debian's w3m 0.5.3+git20210102

* new features
 - support links containing divs for HTML5
 - rudimentary support for HTML5 tags: figure, figcaption, and section
 - enhance the behaviour of the q tag when m17n and Unicode are configured
 - support for file://hostname/... URLs
 - new commands CURSOR_TOP, CURSOR_MIDDLE, and CURSOR_BOTTOM
 - new option space_autocomplete, disabled by default
* bug fixes
 - fix and improve broken Gopher support, enabled by default
 - change the encoding of the Japanese document files to UTF-8
 - use the default ciphers without SSL_CTX_set_cipher_list for OpenSSL 1.1
 - fix compilation errors due to sys_errlist and longjmp
 - define X_DISPLAY_MISSING when configure --without-x for Imlib2
 - avoid the -l option of the man command for w3mman
 - fix some source formatting in the manual
 - show keyboard shortcuts in a consistent order in help
 - fix traditional Chinese translation
 - drop obsolete w3m-doc

Debian's w3m 0.5.3+git20200502

* bug fixes
 - support &apos; entity
 - prevent multiple User-Agent with -header
 - fix -Wchar-subscripts
* new features
 - support setting user_agent in siteconf
 - new command GOTO_HOME
 - extend ssl_forbid_method for TLSv1.2 and TLSv1.3

Revision 1.71 / (download) - annotate - [select for diffs], Fri Mar 20 11:58:35 2020 UTC (4 years ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored) to selected 1.50 (colored)

*: Convert broken sourceforge HOMEPAGEs back to http

Revision 1.70 / (download) - annotate - [select for diffs], Thu Mar 12 18:22:54 2020 UTC (4 years ago) by wiz
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored) to selected 1.50 (colored)

w3m: update to 0.5.3.20190105

Debian's w3m 0.5.3+git20190105

* bug fixes
 - do not use deprecated features with OpenSSL 1.1
 - fix dependency for Imlib2
 - fix that the mark_all_pages option works
 - respect the simple_preserve_space option for table cells
 - fix error handling for ~/.w3m/request.log and localcgi_post()
* new feature
 - w3mman supports specifying a section number during a keyword search

Revision 1.69 / (download) - annotate - [select for diffs], Sat Jan 18 23:35:46 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) to selected 1.50 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.68 / (download) - annotate - [select for diffs], Mon Nov 4 22:10:16 2019 UTC (4 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.67: +5 -5 lines
Diff to previous 1.67 (colored) to selected 1.50 (colored)

www: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

Manually excluded phraseanet since pkglint got the indentation wrong.

Revision 1.67 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:42 2018 UTC (5 years, 8 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.66: +3 -3 lines
Diff to previous 1.66 (colored) to selected 1.50 (colored)

*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.

Revision 1.65.8.1 / (download) - annotate - [select for diffs], Sat May 19 08:57:22 2018 UTC (5 years, 10 months ago) by spz
Branch: pkgsrc-2018Q1
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored) next main 1.66 (colored) to selected 1.50 (colored)

Pullup ticket #5756 - requested by bsiegert
www/w3m: security update

Revisions pulled up:
- www/w3m/Makefile.common                                       1.66
- www/w3m/distinfo                                              1.31

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Mon May 14 14:40:17 UTC 2018

   Modified Files:
            pkgsrc/www/w3m: Makefile.common distinfo

   Log Message:
   w3m{,-img}: Update www/w3m{,-img} to 0.5.3.20180125

   Changes:
   Debian's w3m 0.5.3+git20180125
   * bug fixes
     - fix stack overflow with malformed text [CVE-2018-6196]
     - fix null deref with malformed text [CVE-2018-6197]
     - fix /tmp file races only when ~/.w3m is unwritable [CVE-2018-6198]
     - do not remove w3mdict.cgi when "make distclean"
     - do not turn a form's GET into POST
     - correct <base ...> parsing
     - accept TERMûôerm
   * new feature
     - extend ssl_forbid_method to disable TLSv1.1


   To generate a diff of this commit:
   cvs rdiff -u -r1.65 -r1.66 pkgsrc/www/w3m/Makefile.common
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/w3m/distinfo

Revision 1.66 / (download) - annotate - [select for diffs], Mon May 14 14:40:17 2018 UTC (5 years, 10 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored) to selected 1.50 (colored)

w3m{,-img}: Update www/w3m{,-img} to 0.5.3.20180125

Changes:
Debian's w3m 0.5.3+git20180125
* bug fixes
 - fix stack overflow with malformed text [CVE-2018-6196]
 - fix null deref with malformed text [CVE-2018-6197]
 - fix /tmp file races only when ~/.w3m is unwritable [CVE-2018-6198]
 - do not remove w3mdict.cgi when "make distclean"
 - do not turn a form's GET into POST
 - correct <base ...> parsing
 - accept TERM=fbterm
* new feature
 - extend ssl_forbid_method to disable TLSv1.1

Revision 1.65 / (download) - annotate - [select for diffs], Mon Jul 10 12:26:53 2017 UTC (6 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Branch point for: pkgsrc-2018Q1
Changes since 1.64: +3 -3 lines
Diff to previous 1.64 (colored) to selected 1.50 (colored)

Use copy mode for pax to avoid file format limitations. From Thomas Orgis.

Revision 1.63.2.1 / (download) - annotate - [select for diffs], Fri Mar 3 14:53:53 2017 UTC (7 years ago) by spz
Branch: pkgsrc-2016Q4
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) next main 1.64 (colored) to selected 1.50 (colored)

Pullup ticket #5222 - requested by bsiegert
www/w3m: security update

Revisions pulled up:
- www/w3m/Makefile.common                                       1.64
- www/w3m/PLIST                                                 1.18
- www/w3m/distinfo                                              1.30

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	leot
   Date:		Sat Jan 21 09:11:27 UTC 2017

   Modified Files:
   	pkgsrc/www/w3m: PLIST

   Log Message:
   Readd `libexec/w3m/w3mimgdisplay' to the PLIST to fix w3m installation built
   with an imagelib option.


   To generate a diff of this commit:
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/w3m/PLIST

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	snj
   Date:		Sun Feb 19 18:35:13 UTC 2017

   Modified Files:
   	pkgsrc/www/w3m: Makefile.common distinfo

   Log Message:
   Update w3m to 0.5.3+git20170102.

   Changes:
   - fix multiple flaws with malformed text (buffer overflow, use after
    free, infinite loop)
   - fix uninitialized variable when not USE_IMAGE


   To generate a diff of this commit:
   cvs rdiff -u -r1.63 -r1.64 pkgsrc/www/w3m/Makefile.common
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/w3m/distinfo

Revision 1.64 / (download) - annotate - [select for diffs], Sun Feb 19 18:35:13 2017 UTC (7 years, 1 month ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.50 (colored)

Update w3m to 0.5.3+git20170102.

Changes:
- fix multiple flaws with malformed text (buffer overflow, use after
  free, infinite loop)
- fix uninitialized variable when not USE_IMAGE

Revision 1.61.16.1 / (download) - annotate - [select for diffs], Mon Nov 28 20:22:06 2016 UTC (7 years, 4 months ago) by bsiegert
Branch: pkgsrc-2016Q3
Changes since 1.61: +8 -9 lines
Diff to previous 1.61 (colored) next main 1.62 (colored) to selected 1.50 (colored)

Pullup ticket #5162 - requested by wiz
www/w3m: security fix
www/w3m-img: security fix

Revisions pulled up:
- www/w3m-img/Makefile                                          1.29
- www/w3m-img/PLIST                                             1.1
- www/w3m/Makefile                                              1.78
- www/w3m/Makefile.common                                       1.62-1.63
- www/w3m/PLIST                                                 1.17
- www/w3m/distinfo                                              1.27-1.29
- www/w3m/options.mk                                            1.15
- www/w3m/patches/patch-aa                                      deleted
- www/w3m/patches/patch-ab                                      deleted
- www/w3m/patches/patch-ac                                      deleted
- www/w3m/patches/patch-ak                                      deleted
- www/w3m/patches/patch-al                                      deleted
- www/w3m/patches/patch-scripts_w3mman_w3mman2html.cgi.in       deleted

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sun Nov  6 19:26:35 UTC 2016

   Modified Files:
   	pkgsrc/www/w3m: Makefile Makefile.common PLIST distinfo options.mk
   	pkgsrc/www/w3m/patches: patch-ab

   Log Message:
   Updated w3m to 0.5.3.0.20161031.

   Switch from dead sourceforge original to debian-maintained github version.

   * new features
   - support OSC 5379 remote imaging and sixel graphics
   - support SGR style mouse handler
   - support 32-bit color images
   - support FreeBSD framebuffer
   - support button element
   - support meta charset
   - add extbrowser4..9
   - add display_borders to display 0 pixel table borders
   - add siteconf feature
   - add German translation for options setting panel
   - add translations for de, zh_CN and zh_TW
   * bug fixes
   - fix segfaults with malformed text
   - disable SSLv2 and SSLv3 by default [CVE-2014-3566]
   - set ssl_verify_server to 1 by default
   - disable RC4, export ciphers, and keys < 128 bits
   - use SSL_OP_NO_COMPRESSION due to "CRIME attack" [CVE-2012-4929]
   - use SSL_MODE_RELEASE_BUFFERS
   - disable USE_EGD for LibreSSL
   - appease gcc -Werror=format-security
   - option -s is now "squeeze multiple blank lines" to work as pager, and
     -j and -e are obsolete, so use -O{s|j|e} to specify display charset
   - accept single quoted meta refresh URL
   - assume "text" if a form input type is unknown
   - accept cookies by default
   - set use_dictcommand to 1 by default
   - set default_url to 1 by default
   - set argv_is_url to 1 by default
   - set alt_entity to 0 by default
   - fix build problems with Boehm GC 7.2, imlib2 1.4.6 and glibc 2.14
   - fix parallel make failure
   - fix incorrect ucs_ambwidth_map
   - and many fixes

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sun Nov  6 19:27:16 UTC 2016

   Modified Files:
   	pkgsrc/www/w3m-img: Makefile
   Added Files:
   	pkgsrc/www/w3m-img: PLIST

   Log Message:
   Updated w3m-img to 0.5.3.0.20161031.

   Changes same as for www/w3m.

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sun Nov  6 19:27:25 UTC 2016

   Removed Files:
   	pkgsrc/www/w3m/patches: patch-aa patch-ac patch-ak patch-al
   	    patch-scripts_w3mman_w3mman2html.cgi.in

   Log Message:
   Remove obsolete patches.

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sun Nov  6 19:30:42 UTC 2016

   Modified Files:
   	pkgsrc/www/w3m: distinfo
   	pkgsrc/www/w3m/patches: patch-ab

   Log Message:
   Add upstream bug report URL.

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Nov 22 14:36:38 UTC 2016

   Modified Files:
   	pkgsrc/www/w3m: Makefile.common distinfo

   Log Message:
   Updated w3m to 0.5.3.0.20161120.

   Debian's w3m 0.5.3+git20161120

   * bug fixes
   - fix multiple flaws with malformed text
     (stack overflow, buffer overflow, null deref, out of memory)
   - fix stack overflow with nested table and textarea [CVE-2016-9439]
   - fix suspend (^Z) behavior

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Nov 22 15:24:43 UTC 2016

   Removed Files:
   	pkgsrc/www/w3m/patches: patch-ab

   Log Message:
   Remove integrated patch.

Revision 1.63 / (download) - annotate - [select for diffs], Tue Nov 22 14:36:37 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base
Branch point for: pkgsrc-2016Q4
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored) to selected 1.50 (colored)

Updated w3m to 0.5.3.0.20161120.

Debian's w3m 0.5.3+git20161120

* bug fixes
 - fix multiple flaws with malformed text
   (stack overflow, buffer overflow, null deref, out of memory)
 - fix stack overflow with nested table and textarea [CVE-2016-9439]
 - fix suspend (^Z) behavior

Revision 1.62 / (download) - annotate - [select for diffs], Sun Nov 6 19:26:35 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.61: +8 -9 lines
Diff to previous 1.61 (colored) to selected 1.50 (colored)

Updated w3m to 0.5.3.0.20161031.

Switch from dead sourceforge original to debian-maintained github version.

* new features
 - support OSC 5379 remote imaging and sixel graphics
 - support SGR style mouse handler
 - support 32-bit color images
 - support FreeBSD framebuffer
 - support button element
 - support meta charset
 - add extbrowser4..9
 - add display_borders to display 0 pixel table borders
 - add siteconf feature
 - add German translation for options setting panel
 - add translations for de, zh_CN and zh_TW
* bug fixes
 - fix segfaults with malformed text
 - disable SSLv2 and SSLv3 by default [CVE-2014-3566]
 - set ssl_verify_server to 1 by default
 - disable RC4, export ciphers, and keys < 128 bits
 - use SSL_OP_NO_COMPRESSION due to "CRIME attack" [CVE-2012-4929]
 - use SSL_MODE_RELEASE_BUFFERS
 - disable USE_EGD for LibreSSL
 - appease gcc -Werror=format-security
 - option -s is now "squeeze multiple blank lines" to work as pager, and
   -j and -e are obsolete, so use -O{s|j|e} to specify display charset
 - accept single quoted meta refresh URL
 - assume "text" if a form input type is unknown
 - accept cookies by default
 - set use_dictcommand to 1 by default
 - set default_url to 1 by default
 - set argv_is_url to 1 by default
 - set alt_entity to 0 by default
 - fix build problems with Boehm GC 7.2, imlib2 1.4.6 and glibc 2.14
 - fix parallel make failure
 - fix incorrect ucs_ambwidth_map
 - and many fixes

Revision 1.61 / (download) - annotate - [select for diffs], Thu Oct 9 14:07:12 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Branch point for: pkgsrc-2016Q3
Changes since 1.60: +1 -3 lines
Diff to previous 1.60 (colored) to selected 1.50 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.60 / (download) - annotate - [select for diffs], Fri Feb 1 08:02:38 2013 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.59: +2 -1 lines
Diff to previous 1.59 (colored) to selected 1.50 (colored)

Depend on boehm-gc-7.2. From tsugutomo.enami in PR 47519.

Revision 1.59 / (download) - annotate - [select for diffs], Sun Oct 28 06:31:08 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored) to selected 1.50 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.58 / (download) - annotate - [select for diffs], Sun Jul 1 01:32:37 2012 UTC (11 years, 9 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.57: +10 -9 lines
Diff to previous 1.57 (colored) to selected 1.50 (colored)

Fix some pkglint.

Revision 1.57 / (download) - annotate - [select for diffs], Sun Mar 11 04:56:36 2012 UTC (12 years ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.56: +7 -2 lines
Diff to previous 1.56 (colored) to selected 1.50 (colored)

Rename occurances of file_handle to avoid clash with linux system
headers.  from ArchLinux ABS.

Revision 1.56 / (download) - annotate - [select for diffs], Fri Jan 21 23:34:13 2011 UTC (13 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.55: +9 -6 lines
Diff to previous 1.55 (colored) to selected 1.50 (colored)

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.

Revision 1.55 / (download) - annotate - [select for diffs], Wed Sep 2 08:34:16 2009 UTC (14 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored) to selected 1.50 (colored)

Remove kei as maintainer, he resigned.

Revision 1.54 / (download) - annotate - [select for diffs], Wed Aug 19 05:47:17 2009 UTC (14 years, 7 months ago) by minskim
Branch: MAIN
Changes since 1.53: +3 -1 lines
Diff to previous 1.53 (colored) to selected 1.50 (colored)

Enable m17n and unicode unconditionally.  The package size increase
caused by them is less than 1MB.

OK'ed by uebayasi@.

Revision 1.53 / (download) - annotate - [select for diffs], Wed Jun 3 10:56:01 2009 UTC (14 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored) to selected 1.50 (colored)

Mark as not make-jobs-safe (at least not with -j16).

Revision 1.52 / (download) - annotate - [select for diffs], Sat Dec 13 08:09:41 2008 UTC (15 years, 3 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.51: +1 -4 lines
Diff to previous 1.51 (colored) to selected 1.50 (colored)

Eliminate "*.orig" cleaner in post-patch phase.
It is not required anymore and made maintainance of patch harder.

Revision 1.51 / (download) - annotate - [select for diffs], Sat Dec 13 04:33:43 2008 UTC (15 years, 3 months ago) by obache
Branch: MAIN
Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored)

No need custom post-install for install of help file , just use INSTALL_TARGET.
It's more harmless for modification of pkgsrc install phase.

Revision 1.50 / (download) - annotate - [selected], Sun Nov 23 16:16:35 2008 UTC (15 years, 4 months ago) by uebayasi
Branch: MAIN
Changes since 1.49: +6 -4 lines
Diff to previous 1.49 (colored)

pkg/40000; user-destdir support for w3m.  From Aleksey Cheusov <cheusov@tut.by>.

Revision 1.49 / (download) - annotate - [select for diffs], Mon May 26 02:13:25 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.48: +5 -5 lines
Diff to previous 1.48 (colored) to selected 1.50 (colored)

Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.

Revision 1.48 / (download) - annotate - [select for diffs], Wed Mar 5 18:01:50 2008 UTC (16 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.47: +4 -12 lines
Diff to previous 1.47 (colored) to selected 1.50 (colored)

+ Include termcap.buildlink3.mk instead of using ${OPSYS} to guess at
  the right terminal library.

Bump the PKGREVISION of www/w3m and www/w3m-img to 2.

Revision 1.47 / (download) - annotate - [select for diffs], Sat Jun 2 02:35:42 2007 UTC (16 years, 10 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.46: +3 -3 lines
Diff to previous 1.46 (colored) to selected 1.50 (colored)

Update w3m to 0.5.2.

w3m 0.5.2 - 2007-05-31

* security fix
 - fix format string vulnerability.
* new features
 - support gtk2 with w3m-img.
 - new option for LiveHTTPHeaders-like logs.
 - new option to fontify <del>, <s>, <ins>, and so on.
* other bug fixes
 - avoid errors in "configure" and "make".
 - '\n' handling in attributes' values of HTML tags.

Revision 1.46 / (download) - annotate - [select for diffs], Sun Feb 4 20:54:57 2007 UTC (17 years, 1 month ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored) to selected 1.50 (colored)

add USE_PKGLOCALEDIR

Revision 1.45 / (download) - annotate - [select for diffs], Wed Jan 31 12:53:03 2007 UTC (17 years, 2 months ago) by dmcmahill
Branch: MAIN
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (colored) to selected 1.50 (colored)

add missing gettext-lib/buildlink3.mk.  Should address PR pkg/35529

Revision 1.44 / (download) - annotate - [select for diffs], Tue Jan 30 18:54:44 2007 UTC (17 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.43: +2 -1 lines
Diff to previous 1.43 (colored) to selected 1.50 (colored)

Needs msgfmt.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Apr 22 09:22:17 2006 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.50 (colored)

Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.

Revision 1.42 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:23 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.41: +4 -4 lines
Diff to previous 1.41 (colored) to selected 1.50 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:14 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.50 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.40 / (download) - annotate - [select for diffs], Sat Jul 30 11:31:46 2005 UTC (18 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.39: +1 -2 lines
Diff to previous 1.39 (colored) to selected 1.50 (colored)

Remove unneeded x11.bl3.mk dependency.
Bump PKGREVISION.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:26 2005 UTC (18 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.50 (colored)

Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.

Revision 1.38 / (download) - annotate - [select for diffs], Fri Jun 3 19:22:20 2005 UTC (18 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 (colored) to selected 1.50 (colored)

_W3M_USE_IMAGE has to be defined before options.mk can be included.
Make it so.

Revision 1.37 / (download) - annotate - [select for diffs], Fri Jun 3 13:43:29 2005 UTC (18 years, 9 months ago) by uebayasi
Branch: MAIN
Changes since 1.36: +1 -15 lines
Diff to previous 1.36 (colored) to selected 1.50 (colored)

Let users select an imaging library for w3m-img among from gdk-pixbuf,
imlib, and imlib2.

No default change expected, no revision bump.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Jun 2 18:24:18 2005 UTC (18 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.35: +4 -40 lines
Diff to previous 1.35 (colored) to selected 1.50 (colored)

Convert to options framework.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Jun 1 18:03:27 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.50 (colored)

Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.

Revision 1.34 / (download) - annotate - [select for diffs], Sun May 22 20:08:46 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.50 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.33 / (download) - annotate - [select for diffs], Thu May 5 20:50:49 2005 UTC (18 years, 10 months ago) by kei
Branch: MAIN
Changes since 1.32: +6 -2 lines
Diff to previous 1.32 (colored) to selected 1.50 (colored)

fix/improvement from Jeremy C. Reed.

 - honor PKG_SYSCONFDIR.
 - --with-termlib=ncurses is needed under linux.
 - specify ${MAIL_CMD}, not 'Mail' directly as mailer.

bump PKGREVISION.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Apr 11 21:48:02 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.31: +1 -2 lines
Diff to previous 1.31 (colored) to selected 1.50 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.30.6.1 / (download) - annotate - [select for diffs], Wed Mar 30 06:42:46 2005 UTC (19 years ago) by salo
Branch: pkgsrc-2005Q1
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored) next main 1.31 (colored) to selected 1.50 (colored)

Pullup ticket 401 - requested by Min Sik Kim
portability fix for w3m

Revisions pulled up:
- pkgsrc/www/w3m/Makefile.common	1.31

   Module Name:  pkgsrc
   Committed By: minskim
   Date:         Fri Mar 25 18:08:55 UTC 2005

   Modified Files:
         pkgsrc/www/w3m: Makefile.common

   Log Message:
   zlib/buildlink3.mk is needed to build on platforms without native zlib.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Mar 25 18:08:55 2005 UTC (19 years ago) by minskim
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored) to selected 1.50 (colored)

zlib/buildlink3.mk is needed to build on platforms without native zlib.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Jun 24 09:17:34 2004 UTC (19 years, 9 months ago) by cjep
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Branch point for: pkgsrc-2005Q1
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored) to selected 1.50 (colored)


Update of www/w3m to 0.5.1. From PR#25995.

Changes from 0.5 include (please see the ChangeLog for full details):

* configuration changes;
* build errors fixes when using --enable-m17n and --disable-unicode;
* HTTP basic authentication bugs fixed;
* Fix IPv6 FQDN resolution failure;
* bug fixes and source cleanup.

Revision 1.29 / (download) - annotate - [select for diffs], Fri May 14 08:46:05 2004 UTC (19 years, 10 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.50 (colored)

USE_BUILDLINK3 must be set to [Yy][Ee][Ss].

Revision 1.28 / (download) - annotate - [select for diffs], Fri May 14 08:42:29 2004 UTC (19 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored) to selected 1.50 (colored)

Some scripts coming with this package need perl to run,
so USE_PERL5=run. From Takuya SHIOZAKI in PR 25562.
Bump PKGREVISION.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Apr 25 04:16:43 2004 UTC (19 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.50 (colored)

Bump PKGREVISION due to gdk-pixbuf update.

Revision 1.26 / (download) - annotate - [select for diffs], Tue Apr 20 14:24:41 2004 UTC (19 years, 11 months ago) by uebayasi
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored) to selected 1.50 (colored)

Bump revision; now Unicode support is optional, and the default is changed
to disable Unicode.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Apr 20 14:21:19 2004 UTC (19 years, 11 months ago) by uebayasi
Branch: MAIN
Changes since 1.24: +7 -8 lines
Diff to previous 1.24 (colored) to selected 1.50 (colored)

Fix "M17N without Unicode".

Revision 1.24 / (download) - annotate - [select for diffs], Sun Apr 18 12:08:42 2004 UTC (19 years, 11 months ago) by uebayasi
Branch: MAIN
Changes since 1.23: +92 -155 lines
Diff to previous 1.23 (colored) to selected 1.50 (colored)

Update W3m from 0.4.0 to 0.5.

Now M17N patch is merged into the main development now.

Pkgsrc changes:
* Simplify options.
* XXX "M17N without Unicode" is broken now.  This should be fixed.

Other changes in W3m:

w3m 0.5 - 2004-03-22

* gettextize
* m17n patch merged

w3m 0.4.2 - 2003-09-23

* options: -4, -6
* configuration file in $(sysconfdir)/$(package)/
* func: NEXT_VISITED, PREV_VISITED
* autoconfiscate (partially)
* rc: use_history

w3m 0.4.1 - 2003-03-07

* fix bugs
  - completion segfault in lineinput
  - incremental search
  - URL pattern fix
  - UFhalfclose bug
  - allow pipe in shell command
  - enhance ftp directory support
  - linenumber in edit
  - fix Bug#181897
  - W3M_TTY problem fixed

Revision 1.23 / (download) - annotate - [select for diffs], Tue Jan 27 00:53:10 2004 UTC (20 years, 2 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.50 (colored)

Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jan 20 12:28:00 2004 UTC (20 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.50 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jul 17 22:56:06 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.50 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.20 / (download) - annotate - [select for diffs], Sun May 11 03:01:54 2003 UTC (20 years, 10 months ago) by jwise
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.50 (colored)

Previous problem has now been fixed in the boehm-gc buildlink2.mk.  Which means
we can now back out work-around here.

Revision 1.19 / (download) - annotate - [select for diffs], Sun May 11 00:09:35 2003 UTC (20 years, 10 months ago) by jwise
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.50 (colored)

Fix to build again after recent boehm-gc update.  (Hi jmmv@netbsd.org!)

Revision 1.18 / (download) - annotate - [select for diffs], Sat Mar 29 12:42:56 2003 UTC (21 years ago) by jmmv
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.50 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Mar 28 20:29:27 2003 UTC (21 years ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.50 (colored)

Remove superfluous whitespace.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Mar 22 03:28:01 2003 UTC (21 years ago) by wiz
Branch: MAIN
Changes since 1.15: +1 -3 lines
Diff to previous 1.15 (colored) to selected 1.50 (colored)

Remove bogus dependencies for w3m-img, and bump PKGREVISION.
Noted by Takeshi Nakayama in PR 20734.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Feb 27 02:31:27 2003 UTC (21 years, 1 month ago) by uebayasi
Branch: MAIN
Changes since 1.14: +14 -15 lines
Diff to previous 1.14 (colored) to selected 1.50 (colored)

Update w3m / w3m-img to 0.4 - 20030224.

The biggest change is ``tab browsing'' support.  Other smaller changes from
NEWS:

* local cookie: passed via file named $LOCAL_COOKIE or posted not in url query
* func: SEARCH can take arg
* URL data: support
* URL news:, nntp: newsgroup support
* 2 stroke keybinding
* rc: pre_form_file: pre_form configuration file

Revision 1.14 / (download) - annotate - [select for diffs], Sun Feb 9 11:59:16 2003 UTC (21 years, 1 month ago) by yyamano
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.13: +7 -2 lines
Diff to previous 1.13 (colored) to selected 1.50 (colored)

Make this build on darwin.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jan 2 16:13:34 2003 UTC (21 years, 3 months ago) by uebayasi
Branch: MAIN
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored) to selected 1.50 (colored)

Correct the place of auxiliary commands.  Pointed out by Katsuomi
Hamajima.  Bump pkgrevision.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Dec 13 10:43:46 2002 UTC (21 years, 3 months ago) by uebayasi
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored) to selected 1.50 (colored)

Update to 0.3.2.2 - 2002-12-06

* security fix: html_quote for img alt attributes

Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 29 05:19:55 2002 UTC (21 years, 4 months ago) by itojun
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.50 (colored)

w3m now needs gtk-pixbuf.  PR 19198.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 28 05:24:16 2002 UTC (21 years, 4 months ago) by itojun
Branch: MAIN
Changes since 1.9: +4 -8 lines
Diff to previous 1.9 (colored) to selected 1.50 (colored)

update to 0.3.2.1 (w3m-0.3.2.1-m17n-20021127).

full changelog is too long to be included here.  most important fix is below:

> From: Fumitoshi UKAI <ukai@debian.or.jp>
> w3m 0.3.2.1 is stable update of w3m 0.3.2.
> Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> found a security vulnerability
> in w3m 0.3.2 that w3m will miss to escape html tag in frame contents,
> so malicious frame html will deceive you to access your local files, cookies
> and so on.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Sep 15 13:09:36 2002 UTC (21 years, 6 months ago) by uebayasi
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored) to selected 1.50 (colored)

Update to w3m 0.3.1 - 2002-07-16.

Changes:

* func: REINIT
        INIT_MAILCAP deleted, use REINIT MAILCAP instead
* func: DEFINE_KEY
* rc: keymap_file
* rc: use_dictcommand, dictcommand
* rc: mark_all_pages
* configure: -mandir
* func: COMMAND
* -title option: set buffer name to terminal title
* X-Face support: USE_XFACE, require uncompface

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 25 21:52:24 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.7: +10 -10 lines
Diff to previous 1.7 (colored) to selected 1.50 (colored)

Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.

Revision 1.4.2.4 / (download) - annotate - [select for diffs], Sun Aug 25 21:22:44 2002 UTC (21 years, 7 months ago) by jlam
Branch: buildlink2
Changes since 1.4.2.3: +4 -5 lines
Diff to previous 1.4.2.3 (colored) next main 1.5 (colored) to selected 1.50 (colored)

Merge changes in the main trunk into the buildlink2 branch for those
packages that have been converted to USE_BUILDLINK2.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jul 19 11:56:47 2002 UTC (21 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.50 (colored)

Set use_ssl_verify to y(es), requested in pkg/17644 by Atsushi Onoe.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 2 15:23:48 2002 UTC (21 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored) to selected 1.50 (colored)

Drop some trailing whitespace.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 2 15:11:45 2002 UTC (21 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored) to selected 1.50 (colored)

Drop USE_SSL.

Revision 1.4.2.3 / (download) - annotate - [select for diffs], Sun Jun 30 06:24:35 2002 UTC (21 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.4.2.2: +10 -10 lines
Diff to previous 1.4.2.2 (colored) to selected 1.50 (colored)

Convert to use the buildlink2 framework.  Trim any unnecessary changes in
the patches or remove them entirely.

Revision 1.4.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 19:04:46 2002 UTC (21 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.4.2.1: +192 -0 lines
Diff to previous 1.4.2.1 (colored) to selected 1.50 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.4.2.1, Wed May 29 13:58:56 2002 UTC (21 years, 10 months ago) by jlam
Branch: buildlink2
Changes since 1.4: +0 -192 lines
FILE REMOVED

file Makefile.common was added on branch buildlink2 on 2002-06-23 19:04:46 +0000

Revision 1.4 / (download) - annotate - [select for diffs], Wed May 29 13:58:56 2002 UTC (21 years, 10 months ago) by uebayasi
Branch: MAIN
Branch point for: buildlink2
Changes since 1.3: +4 -1 lines
Diff to previous 1.3 (colored) to selected 1.50 (colored)

Perl is used while processing manual pages.

Pointed out by Yasushi Oshima <oshimaya@sc.starcat.ne.jp> in pkg/17098.

Revision 1.3 / (download) - annotate - [select for diffs], Fri May 17 00:01:12 2002 UTC (21 years, 10 months ago) by kei
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.50 (colored)

No need to depend on jpeg-6b when inline image support is disabled.  Noticed
by YAMAMOTO Takashi.  Thanks.

Bump pacakge revision to w3m-0.3nb2.

Revision 1.2 / (download) - annotate - [select for diffs], Fri May 10 16:51:02 2002 UTC (21 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (colored) to selected 1.50 (colored)

Share patches and distinfo between the two w3m packages.

Revision 1.1 / (download) - annotate - [select for diffs], Fri May 10 06:27:22 2002 UTC (21 years, 10 months ago) by kei
Branch: MAIN
Diff to selected 1.50 (colored)

splitted w3m package into w3m and w3m-img, which disables/enables inline
image support, respectively.

inline image support requires glib, which is so large for such as light-
weight text-based browser w3m especially on slower ports.

it's based on the diffs supplied by uebayashi.  This also addresses
pkg/16495.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>