aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wget
Commit message (Collapse)AuthorAgeFilesLines
* ftp/wget: fix build with texinfo-5 installedvd2013-05-171-0/+40
| | | | | PR: ports/178646 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
* ftp/wget: Add an option for choosing whether to use PCRE or not.vd2013-05-141-12/+13
| | | | | The "CONFIGURE_ENV=ac_cv_header_pcre_h=no" thingy was suggested by bapt@, thanks!
* ftp/wget: hook a dependency to devel/pcrevd2013-05-131-0/+11
| | | | | PR: ports/178285 Submitted by: pawel@
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-1/+1
| | | | Approved by: portmgr (bapt)
* ftp/wget:vd2013-04-182-11/+1
| | | | | | | | Non-functional change - replace a patch file with a sed command. PR: ports/177792 Submitted by: jgh@ Feature safe: yes
* ftp/wget:vd2013-04-111-2/+2
| | | | | | | | | * Fix a typo in options variable (introduced in r315271) * Whitespace change to align the values PR: ports/177662 Submitted by: Jeremy Chadwick <jdc@koitsu.org> Approved by: portmgr
* Convert left unconverted ports in ftp to new options frameworkbapt2013-03-261-16/+12
|
* Fix a long standing bug of lib/charset.alias being overwritten, modified, ↵bapt2013-03-181-5/+2
| | | | | | | | | | | | | | and badly tracked by ports. Make lib/charset.alias a file only provided by converters/libiconv Create a new USES: charsetfix, that will modify in post patch the Makefile.in to prevent a port from modifying/overwritting the charset.alias file during make install. Prevent devel/gettext from installing that files. Fix a couple of ports that actually touch charset.alias during the build phase. Based on a patch by ale (http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html) Approved by: kwm (gnome) Exp-run by: miwi
* Upgrade ftp/wget from 1.13.4 to 1.14vd2013-02-192-4/+3
| | | | | PR: ports/174818 Submitted by: "Anders N." <wicked@baot.se>
* - Add UPDATING entry for gnutls updatenovel2013-02-061-1/+1
| | | | - Chase shlib version bump for dependant ports
* Fix pkg-plist: do not remove lib/charset.aliasvd2011-09-212-3/+1
| | | | Spotted by: olgeni@, pav@
* Fix compilation with SSL.vd2011-09-201-1/+1
| | | | Submitted by: Sture Åhlin <sture.ahlin@telia.com>
* Upgrade ftp/wget from 1.12 to 1.13.4vd2011-09-2013-184/+5
|
* Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Add optional dependency to libidnvd2011-03-151-2/+10
| | | | | | | | | 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
* Followup to the previous commit: fix the newly added patchesvd2010-09-073-39/+11
|
* Apply patch from upstream for CVE-2010-2252.vd2010-09-0710-1/+199
| | | | | | | | | | 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
* - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilespav2010-06-042-4/+5
| | | | | | | | - Convert a bunch of ports to use it PR: ports/146329 Submitted by: mm With hat: portmgr
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
|
* ftp/wget: Fix build with GNUTLSvd2010-02-211-0/+11
| | | | | | PR: ports/144144 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Feature safe: yes
* Fix pkg-plist (2nd attempt).vd2010-02-201-2/+0
| | | | | | | share/locale/en_AU is not listed in /etc/mtree/BSD.local.dist but QAT@ is complaining that the port has deleted it upon deinstall. Feature safe: yes
* Fix pkg-plistvd2010-02-201-0/+8
| | | | | Reported by: QAT@ Feature safe: yes
* * Upgrade ftp/wget from 1.11.4 to 1.12vd2010-02-204-24/+17
| | | | | | | | * Do not remove .gmo files because this causes the .po files not to be installed * Make the post-patch: commands visible Feature safe: yes
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-0/+1
|
* Mark ftp/wget as safe for building with make -jX.vd2009-03-271-0/+1
| | | | | PR: ports/133000 Submitted by: mm@
* Upgrade ftp/wget from 1.11.2 to 1.11.4.vd2009-02-012-5/+4
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+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)
* Upgrade ftp/wget from 1.11 to 1.11.2.vd2008-05-063-25/+47
| | | | | PR: ports/122482 (based on) Submitted by: bf <bf2006a@yahoo.com>
* Upgrade ftp/wget from 1.10.2 to 1.11.vd2008-02-023-6/+10
| | | | | PR: ports/120119 (based on) Submitted by: Oleg Gawriloff <barzog@telecom.by>
* * Install wgetrc as etc/wgetrc.sample rather than etc/wgetrc to preventvd2007-04-124-14/+24
| | | | | | | | | 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]
* Add USE_GMAKE - port's build system doesn't work correctly with bmake, whichsobomax2006-08-031-0/+1
| | | | results in binary being built during installation phase.
* Remove CONFLICTS - no need to conflict with nonexistent portvd2006-04-151-2/+0
|
* Adoptvd2006-04-151-2/+1
|
* Reset sf as maintainer due to no response to email messages.linimon2006-04-151-1/+1
| | | | Hat: portmgr
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-3/+0
|
* Update to 1.10.2mnag2005-10-202-4/+4
| | | | | | | 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/
* update to 1.10.1.sf2005-08-293-16/+3
| | | | | PR: 85121 Submitted by: Vasil Dimov <vd@datamax.bg>
* Don't free RESPLINE if ftp_response returns a status other than FTPOK.sf2005-08-092-1/+13
| | | | | | | | This fix has been applied into wget subversion repository. PR: 84666 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: portmgr (marcus)
* fix wgetrc path.sf2005-06-221-1/+2
| | | | PR: 82473
* update to 1.10.sf2005-06-105-84/+46
|
* Fix directory traversal vulnerability.simon2005-03-092-1/+52
| | | | | | | | 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)
* SIZEify.sf2004-03-181-0/+2
| | | | Submitted by: trevor
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* [Approved] new port: ftp/wget-develedwin2004-01-171-0/+2
| | | | | | | | | | | 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>
* use local backup for disappeared debian patch.sf2003-12-071-1/+2
|
* update debian patch to 12.sf2003-10-252-3/+3
|
* add a knob to make locale support optional.sf2003-10-172-27/+37
| | | | note a (not) update plan.
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-1/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* utilize INFO.sf2003-08-182-3/+1
|
* Switch to MASTER_SITE_DEBIAN_POOLkris2003-08-041-2/+1
| | | | | PR: ports/50572 Submitted by: Alex Semenyaka <alexs@ratmir.ru>
* update Debian patch which does not affect FreeBSD.sf2003-04-082-2/+2
|
* De-pkg-comment for my portssf2003-03-032-1/+1
|
* o import Debian patches.sf2003-03-034-63/+12
| | | | | | | | | | | | | - 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
* Fix directory traversal bug in FTP.sf2002-12-113-1/+62
| | | | | | | | | 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)
* Use USE_PERL5_BUILD where appropriate, instead of hardcodingsobomax2002-11-291-1/+1
| | | | | | | ${PORTSDIR}/lang/perl5 as a dependency. Sponsored by: Porta Software Ltd Approved by: portmgr
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* cleanup MASTER_SITES.sf2002-07-281-6/+1
|
* USE_PERL5 is not correct. needs perl5 only for build.sf2002-07-281-1/+1
|
* When I update wget to 1.8.2, I intentionally removed manpage due tosf2002-07-281-0/+4
| | | | | | | | | | 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
* update to 1.8.2.sf2002-06-173-17/+7
| | | | workaround build problem on -CURRENT.
* gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2
| | | | | | | | | | - 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
* Stage 1 of gettext update.ade2002-03-161-1/+1
| | | | | | | | | | | | 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
* o update to 1.8.1.sf2002-01-056-95/+18
| | | | | | | | o autoconf is no longer required. o update ja.po. PR: 33570 Submitted by: Alan Eldridge <ports@geeksrus.net> (for update)
* Today's daily wget:sf2001-12-193-2/+51
| | | | | | | o don't detect libmd5 in libwww. o pass Referer header in recursive retrieval. Obtained from: wget CVS
* o fix coredump in rate limitation.sf2001-12-183-0/+38
| | | | | | o remove stray debugging message. Obtained from: wget CVS
* update to 1.8.sf2001-12-175-53/+6
| | | | | | | 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
* Revert 1.43 (usage of msgfmt-new instead of perl(1)-based hack), following issobomax2001-11-141-5/+11
| | | | | | | | | | | | 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>
* avoid running autoconf.sf2001-10-051-0/+2
|
* Use `msgfmt-new' from gettext-devel package instead of an ungly hack.sobomax2001-09-111-10/+4
|
* fix zh_TW locale to be readable on FreeBSD.sf2001-08-251-2/+11
| | | | Submitted by: clive
* Fix coredump problem. This patch has been submitted by wget developers.sf2001-08-092-1/+12
| | | | Submitted by: kris
* o IPv6 enabled again.sf2001-07-202-5/+10
| | | | | | Submitted by: motoyuki o Add more KAME patch mirror.
* update to 1.7.sf2001-06-054-1043/+16
| | | | note: IPv6 support is temporarily disabled until new KAME patch comes.
* to find gettext, LOCALBASE should be passed instead of PREFIX.sf2001-05-261-2/+2
| | | | Submitted by: roam, nectar
* update IPv6 patch to 20010508b.sf2001-05-092-3/+3
| | | | | PR: 27180 Submitted by: sumikawa
* Add USE_GMAKE, otherwise the port builds only after make install.sobomax2001-05-051-0/+1
|
* update IPv6 patch to 20010418.sf2001-05-032-3/+3
|
* use IPv6 patch supplied from KAME.sf2001-03-035-340/+6
| | | | Submitted by: sumikawa
* remove empty patches again.sf2001-02-279-0/+0
|
* create null patches to avoid cvs problem.sf2001-02-279-0/+0
| | | | reported by: many many many people.
* bump PORTREVISION; added new files.sf2001-01-151-0/+1
|
* o info file unified again.sf2001-01-153-5/+26
| | | | | | | 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.
* Upgrade to version 1.6.obrien2001-01-112-3/+3
|
* Add Big5 messages. Nothing is done with them at this point as the submitterobrien2000-12-062-1/+1037
| | | | | | | 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>
* Add $FreeBSD$, which help me in problem reports.obrien2000-11-221-0/+1
|
* Add a WWW.sobomax2000-07-251-0/+2
|
* Add patches to allow wget to work with INET6.will2000-07-034-2/+341
| | | | | Obtained from: NetBSD (thanks itojun!) Approved by: obrien
* no-split info file.vanilla2000-06-242-8/+4
|
* whitespace nitsmharo2000-04-221-1/+1
|
* PORTNAME/PORTVERSION stuffmharo2000-04-121-2/+2
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Style nits in the ports I maintain.obrien2000-02-131-4/+5
|
* "Now we can send a request with `Referer:' by setting the environmentobrien2000-02-131-0/+21
| | | | | | variable `referer' as well as `http_proxy'." Submitted by: shige
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Change "net" -> "ftp".asami1999-08-021-2/+2
|
* really activate libintlache1999-08-022-1/+9
|
* ftp://ftp.max.irk.ru/pub/unix/net/www/wget/ now isobrien1999-07-151-2/+2
| | | | | | ftp://ftp.max.irk.ru/unix/net/www/wget/ Submitted by: Oleg V. Volkov <rover@lglobus.ru>
* Add secondary category "www".obrien1999-07-051-3/+3
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-062-5/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Two fixes:steve1999-05-011-2/+6
| | | | | | | | - support "If-Modified-Since" - fix generation of links when rewriting links in html PR: 8651 Submitted by: Kensaku Masuda <greg@greg.rim.or.jp>
* * Needed dependency for gettextnectar1999-03-211-2/+4
| | | | * portlint
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* Add more MASTER_SITES.billf1998-12-091-2/+6
| | | | Remind By: Obrien and Fenner's survey.
* Upgrade to 1.5.3.tg1998-10-082-4/+4
| | | | | PR: 8199 Submitted by: Bruce A. Mah <bmah@ca.sandia.gov>
* Upgrade to 1.5.2.mph1998-06-282-4/+4
|
* Upgrade to 1.5.1.tg1998-05-192-4/+4
|
* Oops, forgot to remove one line.tg1998-04-301-2/+1
|
* Upgrade to 1.5.0.tg1998-04-303-8/+7
|
* Use install-info.tg1997-05-222-1/+10
|
* Upgrade to 1.4.5.tg1997-05-152-4/+4
|
* Upgrade to 1.4.4.tg1997-02-243-4/+5
|
* Import of wget, a tool similar to our fetch(1), but it is abletg1997-01-025-0/+35
to fetch complete trees.