| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
2.8.6.5_4,1
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above ) |
03 Jul 2008 02:28:05
2.8.6.5_4,1
|
rafan  |
Force commit to note we have more changes in previous update
- 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 |
02 Jul 2008 15:57:56
2.8.6.5_4,1
|
rafan  |
- Use ncursesw if available
- 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) |
06 Jun 2008 15:07:24
2.8.6.5_3,1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
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) |
13 Dec 2007 08:38:21
2.8.6.5_2,1
|
rafan  |
- With latest Lynx (2.8.6), no need to add --with-curses-dir. It works fine
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) |
13 Aug 2007 12:16:24
2.8.6.5,1
|
mm  |
- Introduce lynx.cfg.sample and lynx.lss.sample
- Do not delete/overwrite lynx.lss if changed
PR: ports/112863
Patch by: mm
Approved by: maintainer (timeout), garga (mentor, implicit) |
26 Jul 2007 18:09:41
2.8.6.5,1
|
rafan  |
- Since iconv is used only for i18n stuff, put it under !defined(WITHOUT_NLS)
section.
PR: ports/114356
Submitted by: Helge Oldach <ports-www-lynx-jul07 at oldach.net>
Approved by: maintainer timeout (20 days) |
10 Jul 2007 15:06:51
2.8.6.5,1
|
danfe  |
- Enable SSL by default in www/lynx
- Unregister CONFLICTS with lynx-ssl
- Canonicalize Makefile header
- s/=\?/=/ since no longer master port
- Deorbit www/lynx-ssl
Approved by: maintainer |
08 Jul 2007 18:19:33
2.8.6.5,1
|
mi  |
Add explicit @dirrmtry to remove the rw-locale at package deinstall.
Unlike other locales, rw is not yet listed in the BSD.local.dist mtree.
Discussed with: portmgr (pav) |
07 Jul 2007 21:10:31
2.8.6.5,1
|
mi  |
Add the localizations (.mo) files, which are now installed by default
(unless WITHOUT_NLS is set) to pkg-plist.
Notified by: pav |
05 Jul 2007 12:44:11
2.8.6.5,1
|
mi  |
Add a patch, which makes sure, that lynx' own internal entities.h is
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 |
05 Jul 2007 03:24:14
2.8.6.5,1
|
mi  |
Update from 2.8.6rel.4 to 2.8.6rel.5.
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) |
17 Jun 2007 09:34:28
2.8.6_5,1
|
rafan  |
- Force lynx to pick up ncurses from base. This fixes build when
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) |
04 Jun 2007 14:54:11
2.8.6_5,1
|
foxfair  |
fix pkg-plist
Submitted by: marcus@ |
28 Apr 2007 04:49:24
2.8.6_4,1
|
foxfair  |
Add PORTEPOCH to fix a false warning of security vulnerability check.
Fix pkg_plist and portlint. |
15 Apr 2007 14:38:42
2.8.6_4  |
foxfair  |
Upgrade www/lynx to 2.8.6rel.4
PR: 111530
Submitted by: me
Reviewed by: maintainer |
29 Jan 2007 19:05:07
2.8.5_2
|
gabor  |
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
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) |
13 Dec 2006 19:26:20
2.8.5_2
|
oliver  |
fix ssl detection if openssl does not exist in base but in LOCALBASE
PR: ports/105791
Approved by: maintainer |
12 Dec 2005 21:33:23
2.8.5_2
|
lawrance  |
Remove from PATCHFILES things that are not patch files
(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) |
08 Nov 2005 20:08:13
2.8.5_2
|
mnag  |
Add support to application/xhtml+xml
Bump PORTREVISION
Add SHA256
PR: 87694
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: maintainer timeout, 14 days |
30 Oct 2005 22:16:45
2.8.5_1
|
naddy  |
Update to 2.8.5rel.4, which fixes a remote buffer overflow in NNTP
handling.
Security:
http://www.vuxml.org/freebsd/c01170bf-4990-11da-a1b8-000854d03344 |
24 Feb 2004 15:26:25
2.8.5  |
krion  |
- Utilize ENABLE_DEFAULT_COLORS knob
PR: ports/63295
Submitted by: Gene Hsu <gene@hsufarm.com>
Approved by: maintainer |
19 Feb 2004 11:35:11
2.8.5  |
osa  |
Fix CONFIGURE_ARGS in master port for build slave port (lynx-ssl).
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer)
PR: ports/63044 |
12 Feb 2004 15:57:05
2.8.5  |
osa  |
Update to 2.8.5.
Add CONFLICTS, fetching (and verifying) of PGP signature.
Use DOCSDIR macro. [v]
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer),
osa [v]
PR: 62713 |
11 Jan 2004 20:22:59
2.8.4.1d  |
clement  |
- Pass maintainership to volunteer
PR: 61216
Submitted by: Jason Harris <jharris@widomaker.com>
Approved by: erwin (mentor) (implicitly) |
10 Jun 2003 13:27:44
2.8.4.1d  |
osa  |
Update to 2.8.4.1d
Update PATCH_SITES
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
PR: 53118
Approved by: fjoe (implicit) |
20 Feb 2003 20:17:02
2.8.4.1c  |
knu  |
Allow overriding MAINTAINER and COMMENT. |
20 Feb 2003 19:15:38
2.8.4.1c  |
knu  |
De-pkg-comment. |
05 Oct 2002 23:11:05
2.8.4.1c  |
pat  |
Fix post-patch removal of correct .orig file |
20 Sep 2002 16:20:44
2.8.4.1c  |
trevor  |
Remove CHANGES.bak.orig rather than the nonexistent CHANGES.orig. |
26 Aug 2002 12:51:48
2.8.4.1c  |
obraun  |
Upgrade to 2.8.4.1c.
PR: ports/42024
Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
Approved by: dwcjr (mentor) |
02 Apr 2002 17:04:24
2.8.4.1b_1  |
sumikawa  |
Enabled IPv6. |
16 Jan 2002 19:46:34 
|
sf  |
o updato to 2.8.4rel.1b. o fix the format string vulnerability if configured
with --enable-syslog (disabled by default)
http://archives.neohapsis.com/archives/bugtraq/2001-12/0276.html |
17 Sep 2001 19:40:31 
|
dwcjr  |
Remove jseger and torstenb from maintainership of their ports, they have been
inactive for too long |
04 Sep 2001 00:49:22 
|
dwcjr  |
Update to 2.8.4rel.1 |
16 Jan 2001 17:33:20 
|
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 09:11:25 
|
asami  |
Convert category www to new layout. |
13 Aug 2000 10:57:07 
|
kris  |
Remove out-of-date comment. |
01 Jun 2000 10:53:30 
|
asami  |
Remove lynx.cfg iff it is identical to lynx.cfg.default. |