summaryrefslogtreecommitdiff
path: root/www/lynx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - With latest Lynx (2.8.6), no need to add --with-curses-dir. It works fineRong-En Fan2007-12-132-5/+18
| | | | | | | | | | | | | | with/without devel/ncurses installed. This also causes problem when you specify to use OpenSSL from ports, as we add -L/usr before -L/usr/local. - Add OPENSSLBASE to --with-ssl, no need to patch configurate script anymore. - Add some instructions for using SSL PR: ports/118096 Submitted by: bf <bf2006a at yahoo.com> Approved by: Jason Harris <jharris at widomaker.com> (maintainer) Notes: svn path=/head/; revision=203453
* - Introduce lynx.cfg.sample and lynx.lss.sampleMartin Matuska2007-08-133-14/+32
| | | | | | | | | | | - Do not delete/overwrite lynx.lss if changed PR: ports/112863 Patch by: mm Approved by: maintainer (timeout), garga (mentor, implicit) Notes: svn path=/head/; revision=197568
* - Since iconv is used only for i18n stuff, put it under !defined(WITHOUT_NLS)Rong-En Fan2007-07-261-3/+3
| | | | | | | | | | | section. PR: ports/114356 Submitted by: Helge Oldach <ports-www-lynx-jul07 at oldach.net> Approved by: maintainer timeout (20 days) Notes: svn path=/head/; revision=196329
* - Enable SSL by default in www/lynxAlexey Dokuchaev2007-07-101-7/+8
| | | | | | | | | | | | - Unregister CONFLICTS with lynx-ssl - Canonicalize Makefile header - s/=\?/=/ since no longer master port - Deorbit www/lynx-ssl Approved by: maintainer Notes: svn path=/head/; revision=195364
* Add explicit @dirrmtry to remove the rw-locale at package deinstall.Mikhail Teterin2007-07-081-0/+2
| | | | | | | | | Unlike other locales, rw is not yet listed in the BSD.local.dist mtree. Discussed with: portmgr (pav) Notes: svn path=/head/; revision=195228
* Add the localizations (.mo) files, which are now installed by defaultMikhail Teterin2007-07-072-0/+22
| | | | | | | | | (unless WITHOUT_NLS is set) to pkg-plist. Notified by: pav Notes: svn path=/head/; revision=195173
* Add a patch, which makes sure, that lynx' own internal entities.h isMikhail Teterin2007-07-052-2/+11
| | | | | | | | | | | | | | included, instead of one possibly installed by other software such as gd. Remove "non-functional comments". Check WITHOUT_IPV6 in addition to NO_INET6. Suggested by: timur Notes: svn path=/head/; revision=195008
* Update from 2.8.6rel.4 to 2.8.6rel.5.Mikhail Teterin2007-07-052-8/+21
| | | | | | | | | | | | | Use iconv, gettext (unless WITHOUT_NLS is set). Check the NO_INET6 knob (whether IPV6 is compiled into libc et al) and disable ipv6, if set. Make the lynx' release number (last digit) part of the PORTVERSION. Approved by: maintainer (without personal test) Notes: svn path=/head/; revision=194964
* - Force lynx to pick up ncurses from base. This fixes build whenRong-En Fan2007-06-171-1/+1
| | | | | | | | | | | | | 1) devel/ncurses is installed, and 2) use OpenSSL from ports. In that case, lynx picks up ncurses/ncurses.h which is from ports and somehow it does not include term.h PR: ports/113515 Reported by: Ighighi <ighighi at gmail.com> Approved by: Jason Harris <jharris at widomaker.com> (maintainer) Notes: svn path=/head/; revision=193715
* fix pkg-plistFoxfair Hu2007-06-042-2/+2
| | | | | | | Submitted by: marcus@ Notes: svn path=/head/; revision=192712
* Add PORTEPOCH to fix a false warning of security vulnerability check.Foxfair Hu2007-04-282-1/+3
| | | | | | | Fix pkg_plist and portlint. Notes: svn path=/head/; revision=191046
* Upgrade www/lynx to 2.8.6rel.4Foxfair Hu2007-04-155-93/+46
| | | | | | | | | PR: 111530 Submitted by: me Reviewed by: maintainer Notes: svn path=/head/; revision=190002
* Remove USE_GPG from all effected ports. This knob is a no-op and the way itGabor Kovesdan2007-01-292-17/+0
| | | | | | | | | | | | was supposed to work is useless, because if we can't trust the distfile from the remote machine, we can't trust the signature from the same machine either. Our MD5 and SHA256 are good for checking both the sanity and the trustiness of distfiles. Approved by: portmgr (erwin), erwin (mentor) Notes: svn path=/head/; revision=183644
* fix ssl detection if openssl does not exist in base but in LOCALBASEOliver Lehmann2006-12-131-0/+2
| | | | | | | | PR: ports/105791 Approved by: maintainer Notes: svn path=/head/; revision=179678
* Remove from PATCHFILES things that are not patch filesSam Lawrance2005-12-121-2/+4
| | | | | | | | | | | (thusly avoiding "I can't seem to find a patch in there" messages). PR: ports/89729 Submitted by: Scot W. Hetzel <swhetzel@gmail.com> Approved by: jharris@widomaker.com (maintainer, timeout 14 days) Notes: svn path=/head/; revision=151058
* Add support to application/xhtml+xmlMarcus Alves Grando2005-11-083-2/+42
| | | | | | | | | | | | Bump PORTREVISION Add SHA256 PR: 87694 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer timeout, 14 days Notes: svn path=/head/; revision=147629
* Update to 2.8.5rel.4, which fixes a remote buffer overflow in NNTPChristian Weisgerber2005-10-302-7/+20
| | | | | | | | | handling. Security: http://www.vuxml.org/freebsd/c01170bf-4990-11da-a1b8-000854d03344 Notes: svn path=/head/; revision=146782
* - Utilize ENABLE_DEFAULT_COLORS knobKirill Ponomarev2004-02-241-0/+5
| | | | | | | | | PR: ports/63295 Submitted by: Gene Hsu <gene@hsufarm.com> Approved by: maintainer Notes: svn path=/head/; revision=101990
* Fix CONFIGURE_ARGS in master port for build slave port (lynx-ssl).Sergey A. Osokin2004-02-191-1/+1
| | | | | | | | Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) PR: ports/63044 Notes: svn path=/head/; revision=101391
* Update to 2.8.5.Sergey A. Osokin2004-02-126-86/+100
| | | | | | | | | | | | Add CONFLICTS, fetching (and verifying) of PGP signature. Use DOCSDIR macro. [v] Submitted by: Jason Harris <jharris@widomaker.com> (maintainer), osa [v] PR: 62713 Notes: svn path=/head/; revision=100776
* - Pass maintainership to volunteerClement Laforet2004-01-111-1/+1
| | | | | | | | | PR: 61216 Submitted by: Jason Harris <jharris@widomaker.com> Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=97949
* Update to 2.8.4.1dSergey A. Osokin2003-06-102-3/+5
| | | | | | | | | | | Update PATCH_SITES Submitted by: Serge Gagnon <gagnon__s@videotron.ca> PR: 53118 Approved by: fjoe (implicit) Notes: svn path=/head/; revision=82670
* Allow overriding MAINTAINER and COMMENT.Akinori MUSHA2003-02-201-2/+2
| | | | Notes: svn path=/head/; revision=75982
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Fix post-patch removal of correct .orig filePatrick Li2002-10-051-1/+1
| | | | Notes: svn path=/head/; revision=67413
* Remove CHANGES.bak.orig rather than the nonexistent CHANGES.orig.Trevor Johnson2002-09-201-1/+1
| | | | Notes: svn path=/head/; revision=66851
* Upgrade to 2.8.4.1c.Oliver Braun2002-08-262-6/+9
| | | | | | | | | PR: ports/42024 Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> Approved by: dwcjr (mentor) Notes: svn path=/head/; revision=65039
* Enabled IPv6.Munechika SUMIKAWA2002-04-021-2/+4
| | | | Notes: svn path=/head/; revision=57210
* o updato to 2.8.4rel.1b.FUJISHIMA Satsuki2002-01-163-1/+20
| | | | | | | | | | | | o fix the format string vulnerability if configured with --enable-syslog (disabled by default) http://archives.neohapsis.com/archives/bugtraq/2001-12/0276.html PR: 33936 Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> Notes: svn path=/head/; revision=53194
* Remove jseger and torstenb from maintainership of their ports, theyDavid W. Chapman Jr.2001-09-171-1/+1
| | | | | | | | | have been inactive for too long Approved by: will Notes: svn path=/head/; revision=47915
* Update to 2.8.4rel.1David W. Chapman Jr.2001-09-035-15/+28
| | | | | | | | | PR: 29826 Submitted by: tkato@prontomail.com No response: maintainer Notes: svn path=/head/; revision=47403
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-12/+12
| | | | Notes: svn path=/head/; revision=37252
* Remove out-of-date comment.Kris Kennaway2000-08-131-3/+0
| | | | Notes: svn path=/head/; revision=31598
* Remove lynx.cfg iff it is identical to lynx.cfg.default.Satoshi Asami2000-06-011-0/+1
| | | | | | | Found by: bento Notes: svn path=/head/; revision=29038
* Update to 2.8.3rel.1.Akinori MUSHA2000-04-302-3/+3
| | | | | | | | PR: ports/18302 (update to 2.8.3pre.8) Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/head/; revision=28152
* Switch to a more FreeBSD-port system compliant PKGNAME.Justin M. Seger2000-04-261-3/+3
| | | | Notes: svn path=/head/; revision=28024
* Upgrade to 2.8.3pre.5 (sync with lynx-current)Justin M. Seger2000-04-215-20/+83
| | | | | | | | This version has been cleared by Kris to no longer be marked FORBIDDEN. Notes: svn path=/head/; revision=27853
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27430
* Mark lynx FORBIDDEN due to numerous potential and provenKris Kennaway2000-03-051-0/+2
| | | | | | | | | | | server-exploitable buffer overflows, until the lynx team get their act together and clean up their code. Noticed by: Michal Zalewski <lcamtuf@DIONE.IDS.PL> (Bugtraq) Reviewed by: the rest of the security-officer team. Notes: svn path=/head/; revision=26552
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21146
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+3
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Remove NO_LATEST_LINKJustin M. Seger1999-06-201-2/+1
| | | | | | | | Submitted by: Oleg V. Volkov <rover@fly.lglobus.ru> PR: ports/12307 Notes: svn path=/head/; revision=19595
* Upgrade to 2.8.2.rel1.Matthew Hunt1999-06-184-52/+58
| | | | | | | | PR: 12250 Submitted by: "Oleg V. Volkov" <rover@lglobus.ru> Notes: svn path=/head/; revision=19549
* Yet more WWW: fun.Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18419
* Upgrade to lynx2.8.1rel.2Justin M. Seger1999-04-192-5/+5
| | | | Notes: svn path=/head/; revision=18014
* Add a lynx.cfg.default file, only install lynx.cfg if it doesn't alreadyMichael Haro1999-04-142-1/+4
| | | | | | | | | exist. Reviewed by: obrien Notes: svn path=/head/; revision=17875