| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
Remove the option allowing to use zsh memory allocator, it is only
useful for zsh developers who won't use the port anyway.
PR: 259997
|
|
|
|
| |
Fixes: 6e9237ba47f0c0df54a58ca8a1bf79b44d580208
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add an option to allow the ksh ports to avoid conflicting with each
other and to coexist. This allows people who wish to punish themselves
by tracking developent to still be able to fall back should upstream
cause regressions.
This also allows legacy ksh93 to coexist with the recently added
ksh93/ksh, which is not entirely compatible with legacy ksh. Applications
which require a legacy ksh compatible package should use the ksh93 port
installed using one of its options. This allows new and old to exist on
the same system.
|
|
|
|
|
| |
Now that ksh development has resumed under a new account on github,
this introduces the fourth stable release (1.0.3) of ksh93/ksh to ports
|
|
|
|
|
| |
Now that ksh development has resumed under a new account on github.
grab our first update from the ksh93 project from their ksh repo.
|
|
|
|
|
|
| |
ksh development has resumed under a new account on github. Renaming
shells ksh93-devel to ksh-devel is the fist step in tracking ksh93
development again.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Revert back the revert of the update of rust and related commits
This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers
This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.
With hat: portmgr
|
|
|
|
|
|
| |
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.
PR: 265915
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We used to modify the configure script to avoid zsh to link against
librt because clock_gettime on FreeBSD is in libc not librt.
It's been a while that we are configuring zsh with the --as-needed
linker flag which means now even if -lrt is passed we will not end
up linked to it librt anymore.
besides, modifying the configure script at the patch phase makes it
newer than stamp.h.in which results in the build system triggering a
regeneration of itself (hence the USES= autoreconf we had), not
touching anymore that script can remove the need for USES=autoreconf
and the load if build dependencies it drags in
Removing the USES=autoreconf highlights also the lack of build
dependency on perl which is needed to be able to the help files for
run-help to work on builtins. this is fixed now
|
|
|
|
|
|
| |
Changes: https://github.com/fish-shell/fish-shell/releases/tag/3.5.1
PR: 265504
Approved by: asomers (maintainer)
|
|
|
|
|
|
|
|
|
| |
While here, drop superfluous `DOCS` from `OPTIONS_DEFAULT` as it's already
an implicit option.
Changes: https://github.com/fish-shell/fish-shell/releases/tag/3.5.0
PR: 264832
Approved by: asomers (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adamw@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Carlos Jacobo Puga Medina <cpm@FreeBSD.org>
* Cyrille.Lefevre@laposte.net
* Danijel Tasov <danielt@pilgerer.org>
* David O'Brien <obrien@NUXI.com>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Hajimu UMEMOTO <ume@FreeBSD.org>
* Igor Pokrovsky <ip@unixway.org>
* Jean-Yves Lefort <jylefort@brutele.be>
* Kai Wang <kaiw27@gmail.com>
* Martin Wilke <miwi@FreeBSD.org>
* Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Oliver Eikemeier
* Patrick Gardella <patrick@FreeBSD.org>
* Pawel Pekala <pawel@FreeBSD.org>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Richard Rose <freebsd-security@rikrose.net>
* Sean Chittenden <seanc@FreeBSD.org>
* Sergey Matveychuk <sem@FreeBSD.org>
* Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
* Shinsuke Matsui <smatsui@karashi.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sylvio Cesar <sylvio@FreeBSD.org>
* Thomas Gellekum <tg@FreeBSD.org>
* UMENO Takashi <umeno@rr.iij4u.or.jp>
* Vaida Bogdan
* Will Andrews <andrews@technologist.com>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* conrads@cox.net
* erich@rrnet.com
* gebhart@secnetix.de
* kirk@strauser.com
* mcglk@artlogix.com
* torstenb
With hat: portmgr
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/zsh-users/zsh-completions/releases
|
| |
|
| |
|
|
|
|
| |
PR: 264880
|
| |
|
|
|
|
|
| |
PR: 264133 (based on)
Approved by: maintainer-timeout (multiple)
|
| |
|
| |
|
|
|
|
|
| |
PR: 264240
Reported by: maintainer
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 264084
Reported by: jakub_lach@mailplus.pl
Approved by: blanket (fix deinstallation)
|
|
|
|
|
|
|
|
|
|
| |
Minor modifications to submitter's patch:
- Bump PORTREVISION since new tarball differs from the old one despite
both indicate the same version 1.7.4.
PR: 263631
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
files/extra-patch-Src_Modules_curses__keys.awk is no longer needed
and broke patch phase if ports ncurses is installed.
The patch is already incorporated upstream, so doesn't apply.
|
|
|
|
|
| |
Stop supporting case with both utmp.h and utmpx.h the changed happened
more than 10 years ago
|
|
|
|
|
|
|
|
|
|
|
| |
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine
|
|
|
|
|
|
|
|
|
| |
Releases notes at <https://github.com/xonsh/xonsh/releases>.
And now Python-3.9 is supported.
PR: 262840
Approved by: maintainer’s time-out
|
|
|
|
|
|
| |
PR: 263506
Submitted by: Bjorn Neergaard <bjorn@neersighted.com>
Approved by: mikael <ports>
|
| |
|
|
|
|
| |
https://github.com/ibara/oksh/releases/tag/oksh-7.1
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
| |
Reported by: GH release notification
|
|
|
|
| |
Reported by: ler@
|
| |
|
| |
|