Commit graph

119 commits

Author SHA1 Message Date
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
FUJISHIMA Satsuki
99dd8b5ba2 update to 1.10. 2005-06-10 08:14:48 +00:00
Simon L. B. Nielsen
e1488c530f 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)
2005-03-09 06:53:02 +00:00
FUJISHIMA Satsuki
f7cbbf5949 SIZEify.
Submitted by:	trevor
2004-03-18 08:08:42 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Edwin Groothuis
0c1d97241b [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>
2004-01-17 09:34:15 +00:00
FUJISHIMA Satsuki
bd1aa50928 use local backup for disappeared debian patch. 2003-12-07 04:48:34 +00:00
FUJISHIMA Satsuki
a5cce58ef7 update debian patch to 12. 2003-10-25 00:34:11 +00:00
FUJISHIMA Satsuki
a271734bc5 add a knob to make locale support optional.
note a (not) update plan.
2003-10-16 19:08:44 +00:00