summaryrefslogtreecommitdiff
path: root/ftp/lftp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ftp/lftp: Update website URLGanael LAPLANCHE2024-11-291-3/+4
|
* ftp/lftp: Update to 4.9.3Ganael LAPLANCHE2024-11-294-44/+9
| | | | Also, fix LICENSE which is actually GPLv3+
* ftp/lftp: Move man pages to share/manNuno Teixeira2024-03-072-5/+7
| | | | Approved by: portmgr (blanket)
* ftp/lftp: lint portAndrey Korobkov2023-11-101-23/+22
| | | | | | | Re-order variables and fix COMMENT PR: 274839 Reported by: Andrey Korobkov <alster@vinterdalen.se>
* ftp/lftp: Fix build with libressl >= 2.7.0Ganael LAPLANCHE2022-10-052-2/+11
| | | | | | | | While here, re-generate patches using makepatch target. PR: 266803 Reported by: tjlegg@gmail.com Obtained from: https://github.com/lavv17/lftp/commit/3ffa0132987bdde986c82c924bc51b13b37f8b54
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* ftp: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Alexander Kriventsov * Anders Nordby <anders@fix.no> * Andreas Fehlner <fehlner@gmx.de> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrey Zakhvatov * Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) * Chris Piazza <cpiazza@FreeBSD.org> * Damjan Marion <dmarion@open.hr> * Emanuel Haupt <ehaupt@critical.ch> * Eric Freeman <freebsdports@chillibear.com> * Frank DENIS * Frank Laszlo <laszlof@vonostingroup.com> * Gea-Suan Lin (gslin@ccca.nctu.edu.tw) * Gea-Suan Lin <gslin@ccca.nctu.edu.tw> * George V. Neville-Neil <gnn@FreeBSD.org> * Hye-Shik Chang * Jordan Hubbard <jkh@FreeBSD.org> * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Joseph Benden <joe@thrallingpenguin.com> * Ju Pengfei <jupengfei@gmail.com> * Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw> * Mark Johnston <markj@FreeBSD.org> * Martin Matuska (mm@FreeBSD.org) * Marwan BURELLE <marwan.burelle@lri.fr> * Maxim Ignatenko * Maxim Sobolev <sobomax@FreeBSD.org> * Neil Blakey-Milner * Neil Blakey-Milner <nbm@rucus.ru.ac.za> * Nick Leuta * Nosov Artem <chip-set@mail.ru> * Petr Holub <hopet@ics.muni.cz> * Philippe Le Berre <philippe@le-berre.com> * Piotr Kubaj <pkubaj@anongoth.pl> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Roman Bogorodskiy * Sergey Matveychuk <sem@FreeBSD.org> * Sergey Skvortsov <skv@FreeBSD.org> * Stephane Legrand * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thomas Gellekum <tg@FreeBSD.org> * Tom McLaughlin <tmclaugh@sdf.lonestar.org> * Tomokazu ISHII <t-ishii@tryplanet.com> * Ulrich Spoerlein <uspoerlein@gmail.com> * Wen Heping <wen@FreeBSD.org> * Xavier Beaudouin <kiwi@oav.net> * Yasuhiro Fukuma <yasuf@big.or.jp> * Ying-Chieh Liao <ijliao@FreeBSD.org> * ache * cy@FreeBSD.org * ijliao * ports * torstenb * will With hat: portmgr
* ftp/lftp: Add CPE informationBernhard Froehlich2021-09-111-1/+2
| | | | Approved by: portmgr (blanket)
* ftp/lftp: remove non-option from OPTIONS_DEFAULTDmitry Marakasov2021-05-121-1/+1
| | | | Approved by: portmgr blanket
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build with LibreSSLGanael LAPLANCHE2020-08-211-0/+29
| | | | | | | | PR: 248716 Submitted by: Simeon Simeonov <sgs@pichove.org> Notes: svn path=/head/; revision=545573
* Update to 4.9.2Ganael LAPLANCHE2020-08-172-4/+4
| | | | | | | Changelog: http://lftp.yar.ru/news.html Notes: svn path=/head/; revision=545154
* Update to 4.9.1Ganael LAPLANCHE2020-01-163-107/+4
| | | | Notes: svn path=/head/; revision=523248
* Fix segmentation fault at startup when IPv6 is enabledGanael LAPLANCHE2020-01-152-0/+103
| | | | | | | | | | | | Backport commit 5d34493 from upstream. PR: 243307 Submitted by: Victor Sudakov <vas@sibptus.ru> Obtained from: Github <https://github.com/lavv17/lftp/commit/5d344937d60380341c20409c11f135afb630d7ee> MFH: 2020Q1 Notes: svn path=/head/; revision=523101
* ftp/lftp: fix build on GCC architecturesPiotr Kubaj2020-01-021-1/+2
| | | | | | | | | | | | C++11 compiler is necessary: In file included from FileAccess.cc:1029: ftpclass.h:123: error: ISO C++ forbids initialization of member 'cepr_supported' ftpclass.h:123: error: making 'cepr_supported' static ftpclass.h:123: error: ISO C++ forbids in-class initialization of non-const static member 'cepr_supported' MFH: 2020Q1 Notes: svn path=/head/; revision=521815
* Update to 4.9.0 [1]Ganael LAPLANCHE2019-12-265-47/+46
| | | | | | | | | While here, re-generate patches using the makepatch target. [1] Changelog is available here: https://lftp.yar.ru/news.html Notes: svn path=/head/; revision=520925
* Drop the ipv6 virtual category for f* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514132
* Switch to base compiler on powerpc64Ganael LAPLANCHE2019-08-111-4/+0
| | | | | | | | PR: 239762 Submitted by: pkubaj Notes: svn path=/head/; revision=508669
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Spell FTP properly (uppercased) when it does not refer to a command name.Alexey Dokuchaev2019-03-311-1/+1
| | | | Notes: svn path=/head/; revision=497398
* Update dns/libidn2 to 2.1.1Sunpoet Po-Chuan Hsieh2019-02-091-1/+1
| | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS Notes: svn path=/head/; revision=492534
* Update dns/libidn2 to 2.1.0Sunpoet Po-Chuan Hsieh2019-01-061-1/+1
| | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS Notes: svn path=/head/; revision=489529
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Fix build when selected SSL library is linked to libthrGanael LAPLANCHE2018-08-271-0/+14
| | | | | | | | | | | | | | | | | | | When a non-default SSL library is used (GnuTLS, OpenSSL or LibreSSL from ports) and if it is linked to libthr, compilation fails with the following error : /usr/bin/ld: undefined reference to symbol `pthread_mutexattr_gettype@@FBSD_1.0' (try adding -lthr) //lib/libthr.so.3: could not read symbols: Bad value As OpenSSL-like ports (OpenSSL from base, OpenSSL and OpenSSL-devel from ports, LibreSSL and LibreSSL-devel from ports) may or may not be linked to libthr, fix build by detecting if the selected library is linked to libthr or not. PR: 230813 Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> Notes: svn path=/head/; revision=478188
* Update to 4.8.4 and remove obsolete patchesGanael LAPLANCHE2018-08-213-31/+4
| | | | Notes: svn path=/head/; revision=477715
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Fix readline detection on 10.xGanael LAPLANCHE2018-06-131-0/+4
| | | | | | | | (previous commit broke readline detection on 10.x where base readline resides in /usr) Notes: svn path=/head/; revision=472303
* Fix readline detection with a non-standard LOCALBASEGanael LAPLANCHE2018-06-121-0/+4
| | | | | | | | | | | | | | Due to a bug in m4/lftp_lib_readline.m4, a wrong prefix is found for readline when using a non-standard LOCALBASE [1]. Add a temporary workaround waiting for the patch to be merged upstream [2]. https://reviews.freebsd.org/D15731 [1] https://github.com/lavv17/lftp/pull/458 [2] Differential Revision: https://reviews.freebsd.org/D15731 Notes: svn path=/head/; revision=472241
* security/openssl-devel: Remove BROKEN from some portsBernard Spil2018-02-151-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | * databases/freetds: Fixed 2017-02-14 * databases/postgresql10-server: Fixed 2016-09-15 [1] * ftp/lftp: Fixed in 4.8.0 * ftp/proftpd: Fixed in 1.3.5c * ftp/wget: Fixed in 1.19.3 [2] * lang/erlang-runtime20: Fixed in 20.0 * net/socat: Fixed in 1.7.3.2 * security/libssh2: Fixed in 1.8.0 [3] * security/p5-Crypt-OpenSSL-X509: Fixed in 1.8.8 * sysutils/bacula9-server: Fixed in 9.0.6 * www/nginx: Fixed in 1.9.14 * Bulk build OK 10.3/11.1 both i386 and amd64: - multimedia/librtmp - net/libvncserver - www/lynx PR: 225875 [1], 225872 [2], 225873 [3] Notes: svn path=/head/; revision=461928
* Update to 4.8.3Ganael LAPLANCHE2017-10-102-4/+4
| | | | Notes: svn path=/head/; revision=451716
* Update to 4.8.2Ganael LAPLANCHE2017-09-263-19/+4
| | | | Notes: svn path=/head/; revision=450670
* Fix build on 11.0Ganael LAPLANCHE2017-09-181-0/+18
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=450071
* Fix build on i386 and armv6Ganael LAPLANCHE2017-09-161-0/+15
| | | | | | | Reported by: George L. Yermulnik <yz@yz.kiev.ua> Notes: svn path=/head/; revision=449975
* Update to 4.8.1Ganael LAPLANCHE2017-09-153-20/+5
| | | | Notes: svn path=/head/; revision=449897
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Fix build on powerpc64Ganael LAPLANCHE2017-07-161-0/+4
| | | | | | | | PR: 220747 Submitted by: Alan Braslau <braslau@free.fr> Notes: svn path=/head/; revision=446001
* Fix build with LibreSSLGanael LAPLANCHE2017-07-121-0/+13
| | | | | | | Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Notes: svn path=/head/; revision=445583
* Update to 4.8.0Ganael LAPLANCHE2017-07-113-5/+6
| | | | Notes: svn path=/head/; revision=445493
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-0/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Update to 4.7.7Ganael LAPLANCHE2017-03-132-4/+4
| | | | Notes: svn path=/head/; revision=436078
* Update to 4.7.6Ganael LAPLANCHE2017-02-173-7/+7
| | | | Notes: svn path=/head/; revision=434286
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-091-9/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=430947
* Mark some ports as not openssl-devel ready.Mathieu Arnold2016-11-291-1/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427389
* Update to 4.7.4Ganael LAPLANCHE2016-11-182-4/+4
| | | | Notes: svn path=/head/; revision=426326
* - Update to 4.7.3Ganael LAPLANCHE2016-07-222-6/+7
| | | | | | | - Add missing dependency to libidn Notes: svn path=/head/; revision=418929
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-06-261-1/+4
| | | | | | | | | | - Add DOCS to OPTIONS_DEFINE - Convert to new options target helper Approved by: portmgr (blanket) Notes: svn path=/head/; revision=417593
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Update to 4.7.2Ganael LAPLANCHE2016-05-202-3/+4
| | | | Notes: svn path=/head/; revision=415576