Commit graph

154 commits

Author SHA1 Message Date
Vasil Dimov
a3434e2968 Upgrade ftp/wget from 1.19 to 1.19.1
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS

- add test target and TEST_DEPENDS
- remove gmake from USES: current version of wget can be build without
  gmake
- unbreak IDN option: since 1.19 wget uses libidn2 instead of libidn
- libidn2 uses libunistring from ports, so when the IDN option is enabled
  use libunistring from the ports instead of the bundled one
- disabling pcre support using ./configure --disable-pcre currently works,
  use it
- remove Makefile and configure patches which are no longer needed
- patch /usr/local to $PREFIX in wget.info too
- delete files/patch-src__main.c - this bug has been fixed
  on Mar 2, 2015 [1]

[1] http://git.savannah.gnu.org/cgit/wget.git/commit/?id=9dde436dd689bd51eef71d64152dde9c8c0b5f65

PR:		218408
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
2017-04-06 08:56:22 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Vasil Dimov
78441dcfd5 ftp/wget: fix compilation error due to -R being passed to clang
gcc accepts -R, but clang needs -Wl,-R and since we are changing
this, use the proper -Wl,-rpath.

Reported by:	Walter Schwarzenfeld, Barbara Guida, Jimmy Olgeni, Ken J.
2017-02-05 16:47:34 +00:00
Vasil Dimov
db1916cb2b ftp/wget: Upgrade from 1.18_2 to 1.19 2017-02-05 09:54:31 +00:00
Sunpoet Po-Chuan Hsieh
619c99ffbb - Update to 0.16.1
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS
2016-12-17 12:50:19 +00:00
Sunpoet Po-Chuan Hsieh
7951f57490 - Update to 0.16.0
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS
2016-12-12 20:57:42 +00:00
Mathieu Arnold
703ff6d361 Mark some ports as not openssl-devel ready.
Sponsored by:	Absolight
2016-11-29 18:46:21 +00:00
Sunpoet Po-Chuan Hsieh
463f3f9915 - Add METALINK and PSL options
====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/wget is linked to /usr/local/lib/libmetalink.so.3 from misc/libmetalink but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libmetalink.so:misc/libmetalink
Error: /usr/local/bin/wget is linked to /usr/local/lib/libpsl.so.5 from dns/libpsl but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libpsl.so:dns/libpsl

PR:		214269
Differential Revision:	https://reviews.freebsd.org/D8456
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 15 days)
2016-11-21 17:36:35 +00:00
Vasil Dimov
80d3d8a396 ftp/wget: fix compilation when IDN and NLS are disabled
PR:		210441
Submitted by:	Helge Oldach <freebsd@oldach.net>
2016-06-21 19:52:42 +00:00
Vasil Dimov
e3f979f6fd ftp/wget: Upgrade from 1.16.3_1 to 1.18
PR:		210421
Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Security:	CVE-2016-4971
2016-06-21 08:02:57 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Adam Weinberger
f190a88afa Update to 1.16.3. This update also fixes build with LibreSSL [2].
PR:		199316
		191988 [2]
Approved by:	maintainer timeout (> 2 months)
2015-06-19 14:59:13 +00:00
Bartek Rutkowski
e19e26e590 ftp/wget: add CPE information
- Maintainer's timeout (vd@FreeBSD.org)

PR:		198840
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-04-11 18:05:14 +00:00
Vasil Dimov
4858b738d5 ftp/wget: Fix upstream bug #44403: wget --quiet isn't quiet anymore
http://savannah.gnu.org/bugs/index.php?44403
2015-03-06 20:00:38 +00:00
Vasil Dimov
459bdac2d7 ftp/wget: Upgrade from 1.16 to 1.16.2 2015-03-04 16:08:41 +00:00
Dmitry Marakasov
50f33951d7 - Further simplify MASTER_SITES
Suggested by:	danfe
Approved by:	maintainer timeout
2014-12-11 14:07:25 +00:00
Dmitry Marakasov
f81c67ca20 - Remove hidden dependency on libuuid.so from misc/e2fsprogs-libuuid
While here:
- Simplify MASTER_SITES
- Clarify LICENSE and add LICENSE_FILE

PR:		180619
Submitted by:	p.christias@noc.ntua.gr
Approved by:	maintainer timeout (vd, 16 months)
2014-12-11 13:03:53 +00:00
Vasil Dimov
c620896f1d ftp/wget: Upgrade from 1.15_2 to 1.16
PR:		ports/194784
Submitted by:	 Yasuhiro KIMURA
Security:	CVE-2014-4877
2014-11-06 13:26:28 +00:00
Tijl Coosemans
f1655c7b7a dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
2014-08-30 18:18:14 +00:00
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00
Adam Weinberger
bfbf38cbe7 Use OPTIONS helpers.
Approved by:	portmgr (blanket)
2014-07-03 17:34:11 +00:00
Antoine Brodin
af7cc6136e Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 13:51:14 +00:00
Raphael Kubo da Costa
19940d83e5 Switch to USES=tar:xz.
PR:		191121
Submitted by:	venture37@geeklan.co.uk
2014-06-17 21:51:22 +00:00
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