summaryrefslogtreecommitdiff
path: root/www/lynx
AgeCommit message (Collapse)AuthorFilesLines
2006-02-13apply 2 more official patches:drochner2-5/+10
2005-10-25 (2.8.5rel.4 fixes from 2.8.6dev.14) * fix error in rel.3 patch (report by Klaus Singvogel) 2005-10-29 (2.8.5rel.5 fixes from 2.8.6dev.15) * modify LYLoadCGI() to prompt user, displaying the command that would be executed, to confirm that it should be. This makes it easier to notice when a local program would be run by activating a lynxcgi link. This is not done in advanced mode, since the URL is already visible in the status line (report by vade79, comments by Greg MacManus) -TD
2006-02-06Use option groups to handle mutual exclusivity.tv1-8/+14
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-11-12Make a note about the lynxcgi security issue in <lynx2.8.6dev.15adrianp1-1/+7
2005-10-18Update to 2.8.5 patchlevel 3 for a security issue. From the ChangeLog:fredb2-5/+8
2004-10-17 (2.8.5rel.3 fixes from 2.8.6dev.14) * eliminate fixed-size buffers in LYExpandHostForURL() to guard against buffer overflow resulting from too-long domain prefix/suffix data from lynx.cfg (report by Ulf Harnhammar, CAN-2005-3120) -TD
2005-07-25Make sure "gzip" tool path doesn't end up in the binary. Bump packagetron1-3/+5
revision because of this.
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-2/+3
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-25Remove a long-standing dependency on gmake by adding ".h" to ${.SUFFIXES}fredb3-3/+16
in lynx's makefile, as discussed on the lynx-devel and netbsd-users mailing lists. Patch supplied by Klaus Klein in private email.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+3
2005-01-21Fix install directory permissions (in case the mode is not configured to 755).tv1-1/+2
2004-11-30Forgot to change LYNX_SCREEN_LIB, this should be fixed now.xtraeme2-5/+7
2004-11-27Unbreak this package, use default "curses" option to match previousxtraeme1-2/+3
behaviour and fix typo.
2004-11-17Remove obsolete variables. You'll want to use:xtraeme1-14/+1
PKG_OPTIONS.<pkg>+= foo blah
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-22Change the way that legacy USE_* and FOO_USE_* options are convertedjlam1-23/+12
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590.
2004-08-05Rename Makefile.options to options.mk in the packages that I maintain.jlam2-3/+3
This follows the example of the mail/dovecot package, as suggested by <schmonz>.
2004-07-30Convert to use bsd.options.mk. The relevant options variable to setjlam2-54/+82
for each package can be determined by invoking: make show-var VARNAME=PKG_OPTIONS_VAR The old options are still supported unless the variable named in PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
2004-05-16The distribution patch needs "-p1". It only "just works" on NetBSD without,fredb1-1/+2
because the first subdirectory matches, apparently, but GNU patch needs it. Problem pointed out and solution tested by Mark E. Perkins on tech-pkg.
2004-05-07whitespace nitscjep1-2/+2
2004-05-06Update to 2.5.8.2, from Stefan Krueger in PR 25478. Ok'd by fredb,wiz3-16/+24
the maintainer. Sort PLIST. Changes: * correct ifdef in LYgetattrs() to ensure that getattrs() is used only if the configure script actually found it (report/patch by Paul Gilmartin). * correct LYcommandList() to allocate data passed to HTList_addObject(), since LYRemoveFromCloset() may free it (report by FLWM) -TD * add a null-pointer check to parameter of HTQuoteParameter(), fixes bug introduced in 2.8.5pre.4 (report by FLWM) -TD * correct units shown by HTReadProgress() for very low rates - bug from 2.8.5pre.3 changes (report by PG) -TD * update current-version in README -LP
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-11GNU gettext-lib version < 0.11.x expects escaped characters in a wayben3-9/+20
incompatible with newer versions of gettext-lib. Detect gettext-lib version and work around bug when necessary.
2004-03-11Add RCS tag to patch-aa to silence pkglint.ben2-2/+4
2004-03-07Regenerate (patch-aa).jdc1-2/+2
2004-03-07Allow this to use curses' use_default_color().jdc1-8/+7
2004-03-03Fix Chinese PO file.ben2-5/+8
2004-03-03Changes 2.8.5:adam6-111/+79
* file-upload supported * support for bzip2 compression * performance improved * improved SSL support * improvements to color-style * better interaction with user * improved cookie support
2004-02-26"lynx" now lives at isc.org (per Jim Spath, private mail).fredb1-2/+2
2004-02-13Use curses.buildlink3.mk if LYNX_SCREEN_LIB == "curses" instead ofjlam1-11/+12
unconditionally including ncurses/buildlink3.mk.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-05bl3ifyjlam1-10/+12
2003-11-12Fix bug in a makefile which breaks the build under NetBSD-current.tron2-1/+15
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-09-29fix include of ncurses/buildlink2.mk againgrant1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-3/+3
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-14Allow this to compile on Irix by not enabling nls on that platform.jschauma1-4/+7
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-05-28add a missing filegrant1-1/+2
2003-04-27Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale...cjep1-11/+11
2003-04-27USE_PKGLOCALEDIR.cjep2-12/+13
2003-04-01Include ncurses/buildlink2.mk so that operating systems which don't havejschauma1-1/+2
curses can build this, too. (Makes this build under Linux, for example.)
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-11-25pull in http://lynx.isc.org/current/lynx2.8.4rel.1d.patch.gz.itojun3-28/+6
* correct inverted logic of restrictions table which made "-restrict=default" provide incorrect values for several items. This was broken in 2.8.4dev.19 (reported by Jeff Long <long@ukans.edu> and RobertM <robm@bob.bofh.org>) -TD * correct check for calling endwin() to allow for curses implementations without newterm (report/patch by Brett Lymn).
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam3-11/+12
have been converted to USE_BUILDLINK2.
2002-08-20This patch fixes the problem with lynx not resetting the tty settingsblymn1-0/+23
on exit on 1.5.3 machines. This closes PR 15621.