summaryrefslogtreecommitdiff
path: root/www/lynx
AgeCommit message (Collapse)AuthorFilesLines
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.
2002-08-20Added patch that fixes PR 15621.blymn1-1/+2
2002-08-19Update to lynx2.8.4rel.1c, here known as 2.8.4.1.3:fredb2-6/+9
* escape blanks and other non-7bit graphic characters in startfile and similar addresses to guard against interpreting the address as multiple lines during a GET, etc (report by Ulf Harnhammar <ulfh@Update.UU.SE>) -TD
2002-03-26add PATCH_DIST_STRIP=-p1 to please linux's patch. Tested to still work with ↵abs1-1/+2
NetBSD
2001-12-31Make sure we don't install the CHANGES.orig left-over.fredb1-1/+4
2001-12-31Add a couple of mirror sites, arbitrarily chosen from the list atfredb1-3/+7
<URI:http://lynx.isc.org/mirrors.html>.
2001-12-31Update package to 2.8.4rel.1b (2.8.4.1.2), which is the second patch releasefredb2-3/+11
to 2.8.4rel.1. A complete summary of changes follows. extracted from 2001-10-06 (2.8.5dev.3) * modify LYtouchline() to avoid using wredrawln() for ncurses, since the LYwin variable may be a pad much wider than the screen, which is not handled properly (report by Karl Eichwalder <keichwa@gmx.net>) -TD * correct beginning configure script, which was supposed to remove config.cache, but did not, due to a misplaced line when it was added 1998-06-04 (prompted by a report by Fr3dY <fr3dy@retemail.es> that the checks for srand/rand did not work) -TD extracted from 2001-08-15 (2.8.5dev.2) * work around defect in move_anchors_in_region() and related logic by changing default for nested-tables to FALSE when Lynx is not configured for color-style. The problem is that when an anchor is shifted right by nested-table logic, if it has a <BR> near the beginning of a table cell and it happens to be split across a line, its size will not be adjusted properly (report by Hataguchi Takeshi) -TD * correct logic used for trimming TEXTAREA introduced in 2.8.4pre.3, which did not trim carriage-return characters if TRIM_INPUT_FIELDS was false. (report by Hataguchi Takeshi <patakuti@t3.rim.or.jp>) -TD * correct a bug in search logic which happens with pages shorter than the screen, due to improper starting-line value sent to search function. Fixed by adding checks in www_search_backward() and www_search_foreward(), (report by -Frederic L W Meunier) -TD extracted from 2001-07-24 (2.8.5dev.1) * modify GetChar() definition for PDCurses to ignore key-modifiers which are passed back from getch() as if they were key codes. Those interfere with shifted commands such as 'Q' -TD * modify parse_style() function to operate on a copy of its parameter, to avoid changing it. Otherwise, when parse_style() is executed as a side effect of start_curses(), its data is modified and not valid on successive calls. This bug existed prior to 2.8.4dev.17 -TD * set return value of edit_current_file() to true if the file is edited. This forces a reload for example if one edits the current html file, and is needed to make PDCurses repaint the screen as well (report by vtailor@gte.net, bug introduced in 2.8.4dev.21) -TD * add ifdef for wresize() to accommodate FreeBSD 3.x which has resizeterm() but not wresize(). Also, use a 'long' rather than 'attr_t'. These changes are needed to build with the 1.8.6ache patches to ncurses (report by Matt <matt@greenviolet.net>) -TD
2001-12-28USE_NCURSES needs to come before including ncurses/buildlink.mk.jlam1-2/+2