Skip site navigation (1)Skip section navigation (2)

CVS log for ports/ftp/wget/Makefile

[BACK] Up to [FreeBSD] / ports / ftp / wget

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Sep 21 06:31:51 2011 UTC (4 months, 2 weeks ago) by vd
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -2 lines
Fix pkg-plist: do not remove lib/charset.alias

Spotted by: olgeni@, pav@

Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue Sep 20 12:59:04 2011 UTC (4 months, 3 weeks ago) by vd
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -1 lines
Fix compilation with SSL.

Submitted by:	Sture Ã…hlin <sture.ahlin@telia.com>

Revision 1.98: download - view: text, markup, annotated - select for diffs
Tue Sep 20 06:17:40 2011 UTC (4 months, 3 weeks ago) by vd
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -3 lines
Upgrade ftp/wget from 1.12 to 1.13.4

Revision 1.97: download - view: text, markup, annotated - select for diffs
Sun Jun 5 18:43:05 2011 UTC (8 months ago) by novel
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -1 lines
Chase security/gnutls update and add an UPDATING entry.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue Mar 15 13:34:26 2011 UTC (10 months, 3 weeks ago) by vd
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +10 -2 lines
Add optional dependency to libidn

Previously if libidn was present during wget configure time then
wget would have picked it up, but the dependency would not have been
recorded in the installed packages database thus later upgrade or
deinstallation of libidn would break wget.

Spotted by:	sergey.dyatko@gmail.com, wenheping@gmail.com

Revision 1.95: download - view: text, markup, annotated - select for diffs
Mon Sep 6 16:54:23 2010 UTC (17 months ago) by vd
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +1 -1 lines
Apply patch from upstream for CVE-2010-2252.

This is revision-id:gscrivano@gnu.org-20100728192222-sy6rf3fgeydgvl1k
from http://bzr.savannah.gnu.org/r/wget/trunk/ without the change to
src/ftp.c because it is a whitespace only change.

PR:		ports/150293
Submitted by:	Joe Horn <joehorn@gmail.com>
Security:	CVE-2010-2252

Revision 1.94: download - view: text, markup, annotated - select for diffs
Fri Jun 4 08:09:18 2010 UTC (20 months, 1 week ago) by pav
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -1 lines
- Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it

PR:		ports/146329
Submitted by:	mm
With hat:	portmgr

Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon May 31 01:58:53 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +1 -0 lines
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sat Feb 20 11:38:09 2010 UTC (23 months, 2 weeks ago) by vd
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -4 lines
* Upgrade ftp/wget from 1.11.4 to 1.12
* Do not remove .gmo files because this causes the .po files not to be
  installed
* Make the post-patch: commands visible

Feature safe:	yes

Revision 1.91: download - view: text, markup, annotated - select for diffs
Sun Aug 16 18:04:38 2009 UTC (2 years, 5 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +1 -0 lines
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Mar 27 06:59:32 2009 UTC (2 years, 10 months ago) by vd
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -0 lines
Mark ftp/wget as safe for building with make -jX.

PR:		ports/133000
Submitted by:	mm@

Revision 1.89: download - view: text, markup, annotated - select for diffs
Sun Feb 1 07:21:22 2009 UTC (3 years ago) by vd
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -2 lines
Upgrade ftp/wget from 1.11.2 to 1.11.4.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:02 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +0 -1 lines
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
 - 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)

Revision 1.87: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:28:20 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -0 lines
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)

Revision 1.86: download - view: text, markup, annotated - select for diffs
Tue May 6 13:51:15 2008 UTC (3 years, 9 months ago) by vd
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +41 -19 lines
Upgrade ftp/wget from 1.11 to 1.11.2.

PR:		ports/122482 (based on)
Submitted by:	bf <bf2006a@yahoo.com>

Revision 1.85: download - view: text, markup, annotated - select for diffs
Sat Feb 2 08:03:21 2008 UTC (4 years ago) by vd
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +3 -2 lines
Upgrade ftp/wget from 1.10.2 to 1.11.

PR:		ports/120119 (based on)
Submitted by:	Oleg Gawriloff <barzog@telecom.by>

Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Apr 11 19:38:49 2007 UTC (4 years, 10 months ago) by vd
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, PRE_XORG_7
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +3 -2 lines
* Install wgetrc as etc/wgetrc.sample rather than etc/wgetrc to prevent
  users' modifications loss [1].
* Use the situation to rename files/patch-ac to files/patch-doc_Makefile.in
  according to /usr/ports/Tools/scripts/splitpatch.pl convention.

Inspired by:	ports/110512 [1]
Submitted by:	Alexander Logvinov <ports@logvinov.com> [1]

Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Aug 2 19:33:51 2006 UTC (5 years, 6 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -0 lines
Add USE_GMAKE - port's build system doesn't work correctly with bmake, which
results in binary being built during installation phase.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Sat Apr 15 09:27:14 2006 UTC (5 years, 9 months ago) by vd
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +0 -2 lines
Remove CONFLICTS - no need to conflict with nonexistent port

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Apr 15 09:18:47 2006 UTC (5 years, 9 months ago) by vd
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -2 lines
Adopt

Revision 1.80: download - view: text, markup, annotated - select for diffs
Fri Apr 14 20:09:25 2006 UTC (5 years, 9 months ago) by linimon
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -1 lines
Reset sf as maintainer due to no response to email messages.

Hat:	portmgr

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sun Dec 4 23:35:14 2005 UTC (6 years, 2 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +0 -3 lines
Remove install-info from Makefile, it's automatically done when INFO is defined

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Oct 20 13:20:44 2005 UTC (6 years, 3 months ago) by mnag
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2 lines
Update to 1.10.2

PR:		87592
Submitted by:	Phil Oleson <oz@nixil.net>
Approved by: 	sf (maintainer timeout, 2 days approved by so@)
Security:	CAN-2005-3185, http://secunia.com/advisories/17192/

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Aug 28 16:31:10 2005 UTC (6 years, 5 months ago) by sf
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -2 lines
update to 1.10.1.

PR:		85121
Submitted by:	Vasil Dimov <vd@datamax.bg>

Revision 1.76: download - view: text, markup, annotated - select for diffs
Tue Aug 9 05:48:32 2005 UTC (6 years, 6 months ago) by sf
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -1 lines
Don't free RESPLINE if ftp_response returns a status other than FTPOK.
This fix has been applied into wget subversion repository.

PR:		84666
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	portmgr (marcus)

Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Jun 22 09:37:08 2005 UTC (6 years, 7 months ago) by sf
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -1 lines
fix wgetrc path.

PR:	82473

Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Jun 10 08:14:47 2005 UTC (6 years, 8 months ago) by sf
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +15 -20 lines
update to 1.10.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Mar 9 06:53:02 2005 UTC (6 years, 11 months ago) by simon
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
Fix directory traversal vulnerability.

Security:	CAN-2004-1487
Security:	http://vuxml.FreeBSD.org/06f142ff-4df3-11d9-a9e7-0001020eed82.html
		(part of)
Obtained from:	SuSE
Approved by:	sf (maintainer), erwin (mentor)

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Feb 4 04:35:57 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:	trevor
Tested by:	bento

Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Jan 23 18:11:54 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
Now gettext 0.12.1 is gettext-old.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Jan 17 09:34:15 2004 UTC (8 years ago) by edwin
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -0 lines
[Approved] new port: ftp/wget-devel

	devel/wget starts to lag behind the releases of wget.
	At least with a development version we are able to figure
	out when it is stable enough to ftp/wget updated.

Add CONFLICTS to ftp/wget/Makefile

PR:		ports/61155
Submitted by:	Edwin Groothuis <edwin@mavetju.org>

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sun Dec 7 04:48:34 2003 UTC (8 years, 2 months ago) by sf
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -1 lines
use local backup for disappeared debian patch.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Oct 25 00:34:11 2003 UTC (8 years, 3 months ago) by sf
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
update debian patch to 12.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Oct 16 19:08:44 2003 UTC (8 years, 3 months ago) by sf
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +11 -1 lines
add a knob to make locale support optional.
note a (not) update plan.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Aug 26 20:25:43 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:	kris

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Aug 25 05:41:25 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
Chase the libintl.so shared lib version.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Aug 17 18:59:44 2003 UTC (8 years, 5 months ago) by sf
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -0 lines
utilize INFO.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Aug 4 10:47:27 2003 UTC (8 years, 6 months ago) by kris
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -2 lines
Switch to MASTER_SITE_DEBIAN_POOL

PR:		ports/50572
Submitted by:	Alex Semenyaka <alexs@ratmir.ru>

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Apr 25 11:11:26 2003 UTC (8 years, 9 months ago) by sf
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +0 -0 lines
Koop Mast <einekoai@chello.nl> reported previous update
earlier than fenner's robot in ports/50565.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Apr 7 21:51:47 2003 UTC (8 years, 10 months ago) by sf
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
update Debian patch which does not affect FreeBSD.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Mar 3 01:08:52 2003 UTC (8 years, 11 months ago) by sf
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -0 lines
De-pkg-comment for my ports

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Mar 3 00:52:42 2003 UTC (8 years, 11 months ago) by sf
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +11 -2 lines
o import Debian patches.
 - fix .netrc parsing bug
 - fix 2GB limitation
 - re-add IPv6 capability
 - fix SEGV with special url line
 check debian/changelog for more detail.

o replace /usr/local with ${PREFIX} in wgetrc and info.

PR:		38824 reported 2GB limitation
Obtained from:	Debian GNU/Linux

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Dec 11 15:58:36 2002 UTC (9 years, 2 months ago) by sf
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
Fix directory traversal bug in FTP.

References:
http://marc.theaimsgroup.com/?l=bugtraq&m=87602746719482&w=2
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1344

Patches obtained from: Red Hat Linux
Approved by:	portmgr(will)

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Nov 28 18:05:49 2002 UTC (9 years, 2 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
Use USE_PERL5_BUILD where appropriate, instead of hardcoding
${PORTSDIR}/lang/perl5 as a dependency.

Sponsored by:	Porta Software Ltd
Approved by:	portmgr

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Aug 1 16:22:11 2002 UTC (9 years, 6 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Chase shlib rev of devel/gettext

Submitted by:	lots and lots
Pointy hat to:	ade

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Jul 28 09:51:15 2002 UTC (9 years, 6 months ago) by sf
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -6 lines
cleanup MASTER_SITES.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Jul 28 09:45:10 2002 UTC (9 years, 6 months ago) by sf
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
USE_PERL5 is not correct. needs perl5 only for build.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Jul 28 08:24:49 2002 UTC (9 years, 6 months ago) by sf
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -0 lines
When I update wget to 1.8.2, I intentionally removed manpage due to
its absence. Further investigation lead me to the answer, it depends
on perl. wget.1 has been built with pod2man which is of course a part
of perl5 port now in -CURRENT.

add USE_PERL5 and resurrect MAN1 for this port.

Thanks to:	vanilla

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Jun 17 14:24:24 2002 UTC (9 years, 7 months ago) by sf
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +4 -15 lines
update to 1.8.2.
workaround build problem on -CURRENT.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:09:35 2002 UTC (9 years, 10 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1 lines
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Mar 15 19:44:01 2002 UTC (9 years, 10 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Jan 5 10:41:15 2002 UTC (10 years, 1 month ago) by sf
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +16 -8 lines
o update to 1.8.1.
o autoconf is no longer required.
o update ja.po.

PR:		33570
Submitted by:	Alan Eldridge <ports@geeksrus.net> (for update)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Dec 18 19:47:45 2001 UTC (10 years, 1 month ago) by sf
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Today's daily wget:
o don't detect libmd5 in libwww.
o pass Referer header in recursive retrieval.

Obtained from:	wget CVS

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Dec 17 20:44:12 2001 UTC (10 years, 1 month ago) by sf
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -0 lines
o fix coredump in rate limitation.
o remove stray debugging message.

Obtained from:	wget CVS

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Dec 17 05:17:24 2001 UTC (10 years, 1 month ago) by sf
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -19 lines
update to 1.8.

IPv6 capability has been lost. Please use wget+ipv6 instead.
as zh_TW.po is distributed in Big5, we no longer requires iconv hack.

zh_TW message tested by:	clive

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Nov 14 11:43:11 2001 UTC (10 years, 2 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +12 -6 lines
Revert 1.43 (usage of msgfmt-new instead of perl(1)-based hack), following is
the explanation I've received:

"msgfmt-new can handle UTF-8 .po, but cant' convert it into big5 .po.
 wget links against legacy gettext libraries, which simply lets garbage
 in and out, doesnt' know what it produces."

Bump PORTREVISION.

Submitted by:	Clive Lin <clive@tongi.org>

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Oct 5 08:26:52 2001 UTC (10 years, 4 months ago) by sf
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -1 lines
avoid running autoconf.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Sep 11 13:17:09 2001 UTC (10 years, 5 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +5 -11 lines
Use `msgfmt-new' from gettext-devel package instead of an ungly hack.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Aug 25 05:44:46 2001 UTC (10 years, 5 months ago) by sf
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +12 -3 lines
fix zh_TW locale to be readable on FreeBSD.

Submitted by:	clive

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Aug 9 01:35:55 2001 UTC (10 years, 6 months ago) by sf
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Fix coredump problem. This patch has been submitted by wget developers.

Submitted by:	kris

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Jul 19 18:28:48 2001 UTC (10 years, 6 months ago) by sf
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +10 -6 lines
o IPv6 enabled again.

Submitted by:	motoyuki

o Add more KAME patch mirror.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Jun 5 14:38:11 2001 UTC (10 years, 8 months ago) by sf
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +13 -6 lines
update to 1.7.
note: IPv6 support is temporarily disabled until new KAME patch comes.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri May 25 22:07:35 2001 UTC (10 years, 8 months ago) by sf
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3 lines
to find gettext, LOCALBASE should be passed instead of PREFIX.

Submitted by:	roam, nectar

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun May 20 14:30:03 2001 UTC (10 years, 8 months ago) by sumikawa
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Force commiting. The previous commiting also solves the following PR.

PR:		ports/27193
Submitted by:	Scott Renfro <scott@renfro.org>
Suggested by:	sf

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue May 8 19:47:25 2001 UTC (10 years, 9 months ago) by sf
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
update IPv6 patch to 20010508b.

PR:		27180
Submitted by:	sumikawa

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat May 5 11:09:33 2001 UTC (10 years, 9 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
Add USE_GMAKE, otherwise the port builds only after make install.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu May 3 14:47:32 2001 UTC (10 years, 9 months ago) by sf
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
update IPv6 patch to 20010418.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Mar 2 21:54:23 2001 UTC (10 years, 11 months ago) by sf
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -2 lines
use IPv6 patch supplied from KAME.

Submitted by:	sumikawa

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Jan 14 21:39:33 2001 UTC (11 years ago) by sf
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
(null commit)
forgot to say, previous commit to add missing catalogues
Submitted by: Peter Pentchev <roam@orbitel.bg>

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Jan 14 20:51:15 2001 UTC (11 years ago) by sf
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
bump PORTREVISION; added new files.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jan 14 20:11:05 2001 UTC (11 years ago) by sf
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -4 lines
o info file unified again.
o add missing catalogues.
o supress installing zh_TW.BIG5.po. it actually does nothing and seems
  integrated with wget distribution.
o I'll maintain this port.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Jan 10 16:26:51 2001 UTC (11 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
Upgrade to version 1.6.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Dec 5 19:33:32 2000 UTC (11 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -2 lines
Add Big5 messages.  Nothing is done with them at this point as the submitter
didn't supply a diff to the port.  But I am committing the po file so that
it dos not get lost.

Submitted by:	Shen Chuan-Hsing <statue@mail.elife.idv.tw>

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Jul 2 21:29:53 2000 UTC (11 years, 7 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
Add patches to allow wget to work with INET6.

Obtained from:	NetBSD (thanks itojun!)
Approved by:	obrien

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Jun 24 15:33:01 2000 UTC (11 years, 7 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -5 lines
no-split info file.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Apr 22 09:57:37 2000 UTC (11 years, 9 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
whitespace nits

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Apr 12 05:31:24 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
PORTNAME/PORTVERSION stuff

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Mar 22 00:28:11 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
Restore useless version required comments.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Mar 20 02:37:36 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -2 lines
Remove the "version required" line.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Feb 13 03:24:41 2000 UTC (12 years ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -5 lines
Style nits in the ports I maintain.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:44:09 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:55:24 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Change Id->FreeBSD.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Aug 2 10:43:58 1999 UTC (12 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Change "net" -> "ftp".

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Aug 2 07:29:04 1999 UTC (12 years, 6 months ago) by ache
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -1 lines
really activate libintl

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jul 15 06:15:10 1999 UTC (12 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
ftp://ftp.max.irk.ru/pub/unix/net/www/wget/ now is
ftp://ftp.max.irk.ru/unix/net/www/wget/

Submitted by:	Oleg V. Volkov <rover@lglobus.ru>

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Jul 4 19:05:24 1999 UTC (12 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Add secondary category "www".

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jun 5 22:31:23 1999 UTC (12 years, 8 months ago) by mharo
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -4 lines
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat May 1 02:31:46 1999 UTC (12 years, 9 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -2 lines
Two fixes:
	- support "If-Modified-Since"
	- fix generation of links when rewriting links in html

PR:		8651
Submitted by:	Kensaku Masuda <greg@greg.rim.or.jp>

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Mar 20 17:18:04 1999 UTC (12 years, 10 months ago) by nectar
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -2 lines
* Needed dependency for gettext
* portlint

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jan 27 07:41:25 1999 UTC (13 years ago) by fenner
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
${MASTER_SITE_GNU} got rearranged in December; let's catch up.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Dec 8 21:03:16 1998 UTC (13 years, 2 months ago) by billf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -2 lines
Add more MASTER_SITES.

Remind By:	Obrien and Fenner's survey.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Oct 8 06:55:22 1998 UTC (13 years, 4 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Upgrade to 1.5.3.

PR:		8199
Submitted by:	Bruce A. Mah <bmah@ca.sandia.gov>

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jun 28 03:42:10 1998 UTC (13 years, 7 months ago) by mph
Branches: MAIN
CVS tags: wget_1_5_2, RELEASE_2_2_7
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Upgrade to 1.5.2.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue May 19 10:52:10 1998 UTC (13 years, 8 months ago) by tg
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Upgrade to 1.5.1.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 30 11:42:14 1998 UTC (13 years, 9 months ago) by tg
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -2 lines
Oops, forgot to remove one line.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 30 11:39:06 1998 UTC (13 years, 9 months ago) by tg
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5 lines
Upgrade to 1.5.0.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu May 22 07:53:29 1997 UTC (14 years, 8 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_2_2_6, RELEASE_2_2_5
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -1 lines
Use install-info.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 15 07:20:04 1997 UTC (14 years, 9 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_2_2_2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Upgrade to 1.4.5.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Feb 24 12:31:58 1997 UTC (14 years, 11 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_2_2_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Upgrade to 1.4.4.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Jan 2 07:19:08 1997 UTC (15 years, 1 month ago) by tg
Branches: TG
CVS tags: wget_1_4_2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of wget, a tool similar to our fetch(1), but it is able
to fetch complete trees.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jan 2 07:19:08 1997 UTC (15 years, 1 month ago) by tg
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options