| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=561309
|
|
|
|
| |
Notes:
svn path=/head/; revision=547268
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date. The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall. This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.
MFH: 2020Q3 (maybe)
Notes:
svn path=/head/; revision=547044
|
|
|
|
| |
Notes:
svn path=/head/; revision=546901
|
|
|
|
|
|
|
| |
the KAME patch has no longer been available.
Notes:
svn path=/head/; revision=441816
|
|
|
|
|
|
|
| |
MFH: 2017Q2
Notes:
svn path=/head/; revision=441304
|
|
|
|
|
|
|
|
|
|
| |
The ncurses.h header configure check doesn't use cflags apparently thus
returning a false negative on the presence of the ncurses headers (it
picks up base headers if they exist instead). Just cache the test result
as "yes" to fix the build for ports-based ncurses.
Notes:
svn path=/head/; revision=426331
|
|
|
|
| |
Notes:
svn path=/head/; revision=407989
|
|
|
|
|
|
|
| |
- Switch to options helpers
Notes:
svn path=/head/; revision=407658
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=389302
|
|
|
|
|
|
|
| |
OPTION. Install docs. Respect MAKE_ARGS/MAKE_ENV/MAKE_CMD.
Notes:
svn path=/head/; revision=348433
|
|
|
|
| |
Notes:
svn path=/head/; revision=340674
|
|
|
|
| |
Notes:
svn path=/head/; revision=338614
|
|
|
|
|
|
|
| |
ftp)
Notes:
svn path=/head/; revision=327729
|
|
|
|
| |
Notes:
svn path=/head/; revision=294974
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=262507
|
|
|
|
| |
Notes:
svn path=/head/; revision=262455
|
|
|
|
|
|
|
|
|
|
|
| |
* Add official mirror as backup master site.
* Don't depend on gtar if it happens to be installed at build time.
* Clean-up.
Approved by: maintainer timeout (5 weeks)
Notes:
svn path=/head/; revision=246054
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
functionality from other Unixen (including FreeBSD 7.0):
NcFTP's sio library function, _SConnect, wants to select() for one
descriptor. It creates fd_set structures for writable fds and
exception fds, with each fd set having only one bit set corresponding
to the single descriptor it is selecting. select() then returns 2,
rather than 1. NcFTP was checking if select returned 1, and if so,
OK, if not 1, error. Since 2 was returned, this was causing a problem.
Submitted by: Mike Gleason <mgleason@ncftp.com>
Notes:
svn path=/head/; revision=219779
|
|
|
|
| |
Notes:
svn path=/head/; revision=219311
|
|
|
|
| |
Notes:
svn path=/head/; revision=219235
|
|
|
|
|
|
|
|
| |
Could not connect to ftp.vim.org: No route to host.
ncftpls: cannot open ftp.vim.org: could not connect to remote host.
Notes:
svn path=/head/; revision=209306
|
|
|
|
|
|
|
|
|
|
| |
and USE_LDCONFIG instead of deprecated INSTALL_SHLIB.
PR: 117953
Submitter: KIMURA Yasuhiro <yasu@utahime.org>
Notes:
svn path=/head/; revision=204072
|
|
|
|
|
|
|
|
| |
IPv6 patches obtained from: KAME
Submitted by: KIMURA Yasuhiro
Notes:
svn path=/head/; revision=172672
|
|
|
|
| |
Notes:
svn path=/head/; revision=161557
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154146
|
|
|
|
|
|
|
|
| |
IPv6 patches obtained from: KAME
Submitted by: KIMURA Yasuhiro
Notes:
svn path=/head/; revision=133872
|
|
|
|
| |
Notes:
svn path=/head/; revision=114958
|
|
|
|
| |
Notes:
svn path=/head/; revision=114947
|
|
|
|
|
|
|
| |
Submitted by: sumikawa
Notes:
svn path=/head/; revision=114285
|
|
|
|
|
|
|
| |
Among other things, 'ps' won't show user, password, account options.
Notes:
svn path=/head/; revision=114282
|
|
|
|
|
|
|
|
| |
installed as `bin/ncftp'. This behavior can be changed by building with
INSTALL_AS_NCFTP3 for ncftp3; and INSTALL_AS_NCFTP for ncftp & ncftp2.
Notes:
svn path=/head/; revision=107573
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
| |
Notes:
svn path=/head/; revision=97780
|
|
|
|
| |
Notes:
svn path=/head/; revision=97696
|
|
|
|
|
|
|
| |
This fixes memory leaks and other serious bugs in 3.1.6.
Notes:
svn path=/head/; revision=97587
|
|
|
|
| |
Notes:
svn path=/head/; revision=97334
|
|
|
|
| |
Notes:
svn path=/head/; revision=91462
|
|
|
|
|
|
|
|
| |
PR: 50756
Submitted by: Ralf van Dooren <ralf@iae.nl>
Notes:
svn path=/head/; revision=79250
|
|
|
|
|
|
|
|
|
|
|
|
| |
(such as big5) characters:
ncftp3 some.ftp.site and execute "ls <Big5>.txt"
PR: 50458
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Notes:
svn path=/head/; revision=77795
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update addresses
http://www.kb.cert.org/vuls/id/JPLA-5GJUBZ
http://www.ncftpd.com/ncftp/doc/changelog.html#3.1.5
PR: 47445
Submitted by: Esa Karkkainen <ejk@iki.fi>, ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
Notes:
svn path=/head/; revision=77112
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
| |
Submitted by: David Cantrell <david@burdell.org>
Notes:
svn path=/head/; revision=63942
|
|
|
|
|
|
|
| |
Submitted by: sumikawa
Notes:
svn path=/head/; revision=62719
|
|
|
|
|
|
|
|
|
| |
Also optimize the Makefile a little more.
Submitted by: naddy
Notes:
svn path=/head/; revision=62500
|