aboutsummaryrefslogtreecommitdiff
path: root/www/lynx
Commit message (Collapse)AuthorAgeFilesLines
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Convert to new options frameworkAlex Kozlov2013-04-221-18/+13
| | | | | | | | | | | | - Remove indefinite article from COMMENT - Convert Makefile headers to new style PR: ports/178046 Approved by: Jason Harris <jharris@widomaker.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=316229
* Don't try to remove directories we don't make. This will quiet pkgngKoop Mast2012-10-181-2/+0
| | | | | | | | | PR: ports/172389 Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=306058
* - Update to 2.8.7.2 [1]Alex Kozlov2012-03-213-133/+137
| | | | | | | | | | | | - add NOPORTDOCS [2] PR: ports/165651 [1], ports/165792 [2] Submitted by: myself, scheidell Approved by: maintainer timeout, itetcu (mentor) Feature safe: yes Notes: svn path=/head/; revision=293632
* - Remove conditional checks for FreeBSD 6.XPav Lucistnik2012-03-021-6/+1
| | | | | | | | | PR: ports/165608 Submitted by: pgollucci Approved by: portmgr (hat) Notes: svn path=/head/; revision=292531
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 2.8.7.1Sylvio Cesar Teixeira2010-01-185-30/+43
| | | | | | | | | | | | - Remove non-standard ENABLE_DEFAULT_COLORS knob - Correct WWW PR: ports/139339 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: maintainer (timeout > 60 days), itetcu (mentor) Notes: svn path=/head/; revision=248100
* - Fix installation to not copy .cfg files to .cfg.sample and to not tamper ↵Dmitry Marakasov2009-12-122-12/+17
| | | | | | | | | | | | | with .cfg when it's not needed - Simplify config-related @exec/@unexec's in the pkg-plist PR: 137565 Submitted by: bf <bf1783@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=245584
* - Mark MAKE_JOBS_UNSAFEDmitry Marakasov2009-06-021-0/+2
| | | | | | | | | PR: 135169 Submitted by: Matthias Andree <matthias.andree@gmx.de> Approved by: maintainer Notes: svn path=/head/; revision=235072
* - Fix CONFLICTS with www/lynx-currentWesley Shields2009-02-261-2/+2
| | | | | | | | | PR: ports/131596 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> Approved by: jharris@widowmaker.com (maintainer timeout) Notes: svn path=/head/; revision=229084
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Force commit to note we have more changes in previous updateRong-En Fan2008-07-031-4/+4
| | | | | | | | | | | | | | | - Enable nested table display - Backport some configuration options (optional) from www/lynx-current While I'm here, - Fix indent in OPTIONS - Fix some style issues Noticed by: danfe Notes: svn path=/head/; revision=216191
* - Use ncursesw if availableRong-En Fan2008-07-022-46/+64
| | | | | | | | | | | | | - Use gzip for documents - OPTIONS'ify - Bump PORTREVISION PR: ports/124543 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: maintainer timout (2 weeks) Notes: svn path=/head/; revision=216163
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - 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