Commit graph

128 commits

Author SHA1 Message Date
Vasil Dimov
a7ff699ccd ftp/wget: Use LIB_DEPENDS in the form of lib<name>.so
https://wiki.freebsd.org/ports/fix_lib_depends

PR:		ports/186718
Submitted by:	Eero Hänninen <fax@nohik.ee>
2014-02-14 11:25:46 +00:00
Vasil Dimov
3dcf097611 ftp/wget: Upgrade from 1.14_2 to 1.15
PR:		ports/186718 (parts of it)
Submitted by:	Eero Hänninen <fax@nohik.ee>
2014-02-14 07:59:02 +00:00
Tijl Coosemans
21d57aad92 Add missing dependency on iconv. 2014-02-12 13:22:28 +00:00
Martin Wilke
218677a7c5 - Stage support 2014-01-28 13:33:39 +00:00
Vasil Dimov
8eae7be17a Fix compilation of ftp/wget when perl 5.18 is installed.
Patch from upstream repo suggested by Anton Yuzhaninov <citrin@citrin.ru>.

PR:		ports/182159
Submitted by:   Jeremy Chadwick <jdc@koitsu.org>
2013-10-24 14:23:53 +00:00
Baptiste Daroussin
1640537ad6 Add NO_STAGE all over the place in preparation for the staging support (cat: ftp) 2013-09-20 17:23:18 +00:00
Andrej Zverev
e5a7b5184d - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 12:04:18 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Vasil Dimov
ddc59b385a ftp/wget: fix build with texinfo-5 installed
PR:		ports/178646
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2013-05-17 08:11:03 +00:00
Vasil Dimov
513f870194 ftp/wget: Add an option for choosing whether to use PCRE or not.
The "CONFIGURE_ENV=ac_cv_header_pcre_h=no" thingy was suggested
by bapt@, thanks!
2013-05-14 08:27:47 +00:00
Vasil Dimov
41c6747782 ftp/wget: hook a dependency to devel/pcre
PR:		ports/178285
Submitted by:	pawel@
2013-05-13 13:52:37 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Vasil Dimov
9a0f3f88eb ftp/wget:
Non-functional change - replace a patch file with a sed command.

PR:		ports/177792
Submitted by:	jgh@
Feature safe:	yes
2013-04-18 06:09:24 +00:00
Vasil Dimov
46150162e5 ftp/wget:
* 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
2013-04-11 10:03:50 +00:00
Baptiste Daroussin
1933bfac59 Convert left unconverted ports in ftp to new options framework 2013-03-26 09:58:33 +00:00
Baptiste Daroussin
e7b0f97788 Fix a long standing bug of lib/charset.alias being overwritten, modified, 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
2013-03-18 11:40:04 +00:00
Vasil Dimov
d2b22af442 Upgrade ftp/wget from 1.13.4 to 1.14
PR:		ports/174818
Submitted by:	"Anders N." <wicked@baot.se>
2013-02-18 16:01:00 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Vasil Dimov
e184170c96 Fix pkg-plist: do not remove lib/charset.alias
Spotted by: olgeni@, pav@
2011-09-21 06:31:51 +00:00
Vasil Dimov
13e5b5f8bb Fix compilation with SSL.
Submitted by:	Sture Åhlin <sture.ahlin@telia.com>
2011-09-20 12:59:04 +00:00
Vasil Dimov
37de4ed629 Upgrade ftp/wget from 1.12 to 1.13.4 2011-09-20 06:17:40 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Vasil Dimov
18eb4f06d5 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
2011-03-15 13:34:26 +00:00
Vasil Dimov
18599c08ea Followup to the previous commit: fix the newly added patches 2010-09-06 17:15:01 +00:00
Vasil Dimov
531380b017 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
2010-09-06 16:54:23 +00:00
Pav Lucistnik
fe337e0489 - 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
2010-06-04 08:09:20 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Vasil Dimov
07de6bb1c8 ftp/wget: Fix build with GNUTLS
PR:		ports/144144
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe:	yes
2010-02-20 19:59:59 +00:00
Vasil Dimov
a2d8b61e1e Fix pkg-plist (2nd attempt).
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
2010-02-20 13:03:56 +00:00
Vasil Dimov
802ea9067c Fix pkg-plist
Reported by:	QAT@
Feature safe:	yes
2010-02-20 12:54:00 +00:00
Vasil Dimov
b5ba84c9c0 * 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
2010-02-20 11:38:09 +00:00
Roman Bogorodskiy
f32c11d872 Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. 2009-08-16 18:04:40 +00:00
Vasil Dimov
8751a6a37c Mark ftp/wget as safe for building with make -jX.
PR:		ports/133000
Submitted by:	mm@
2009-03-27 06:59:32 +00:00
Vasil Dimov
0ba36847ba Upgrade ftp/wget from 1.11.2 to 1.11.4. 2009-02-01 07:21:22 +00:00
Rong-En Fan
741aa71483 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)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Vasil Dimov
8034068dd6 Upgrade ftp/wget from 1.11 to 1.11.2.
PR:		ports/122482 (based on)
Submitted by:	bf <bf2006a@yahoo.com>
2008-05-06 13:51:15 +00:00
Vasil Dimov
fb67dd0aaf Upgrade ftp/wget from 1.10.2 to 1.11.
PR:		ports/120119 (based on)
Submitted by:	Oleg Gawriloff <barzog@telecom.by>
2008-02-02 08:03:21 +00:00
Vasil Dimov
3ff98d4e94 * 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]
2007-04-11 19:38:50 +00:00
Maxim Sobolev
dbb34f477f Add USE_GMAKE - port's build system doesn't work correctly with bmake, which
results in binary being built during installation phase.
2006-08-02 19:33:51 +00:00
Vasil Dimov
e1dd1ddabe Remove CONFLICTS - no need to conflict with nonexistent port 2006-04-15 09:27:14 +00:00
Vasil Dimov
45e382f04b Adopt 2006-04-15 09:18:47 +00:00
Mark Linimon
9775ebacfb Reset sf as maintainer due to no response to email messages.
Hat:	portmgr
2006-04-14 20:09:26 +00:00
Edwin Groothuis
0bb0ea5bd7 SHA256ify
Approved by:    krion@
2006-01-22 09:48:59 +00:00
Edwin Groothuis
3d887eb3f6 Remove install-info from Makefile, it's automatically done when INFO is defined 2005-12-04 23:35:14 +00:00
Marcus Alves Grando
a411f715fb 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/
2005-10-20 13:20:44 +00:00
FUJISHIMA Satsuki
45d22f25a8 update to 1.10.1.
PR:		85121
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-08-28 16:31:10 +00:00
FUJISHIMA Satsuki
edda7e0267 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)
2005-08-09 05:48:32 +00:00
FUJISHIMA Satsuki
75abd64b5a fix wgetrc path.
PR:	82473
2005-06-22 09:37:08 +00:00