Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
93.u_4,2 10 Jan 2024 15:29:49 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
93.u_3,2 26 Aug 2023 20:36:36 |
Po-Chuan Hsieh (sunpoet) |
shells/ksh93: Remove blank line
Approved by: portmgr (blanket) |
93.u_3,2 23 Mar 2023 18:31:07 |
Cy Schubert (cy) |
shells/ksh*: Update descriptions
Update ksh ports descriptions to more accurately reflect what they are.
Reported by: "Joseph Holsten" <joseph@josephholsten.com> |
93.u_2,2 23 Mar 2023 06:04:59 |
Cy Schubert (cy) |
shells/ksh: Remove the now expired ksh2020 from CONFLICTS. |
93.u_2,2 10 Feb 2023 14:40:46 |
Cy Schubert (cy) |
shells/ksh93: Fix build with LLVM15 |
93.u_2,2 09 Nov 2022 21:27:29 |
Brooks Davis (brooks) |
devel/ksh93: remove sbrk() use
ksh supports multiple sources of heap memory. Completely disable the
use of sbrk() as a memory source in favor of mmap(). This allows
compilation on aarch64 (and presumably riscv64).
Approved by: cy
Differential Revision: https://reviews.freebsd.org/D37312 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
93.u_1,2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
93.u_1,2 28 Aug 2022 21:16:45 |
Cy Schubert (cy) |
shells/ksh*: Allow the ksh ports to coexist
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. |
93.u_1,2 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
93.u_1,2 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
93.u_1,2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
93.u_1,2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
93.u_1,2 27 Nov 2020 19:31:45 |
linimon |
Mark as BROKEN on riscv64 the same way as on aarch64.
Approved by: portmgr (tier-2 blanket) |
93.u_1,2 23 Feb 2020 04:09:45 |
cy |
Fix i386 build. |
93.u_1,2 22 Feb 2020 22:38:35 |
cy |
AT&T AST (att/ast) on github has rewound their repo back to ksh93u+. See
https://github.com/att/ast/issues/1464 and
https://github.com/att/ast/issues/1466.
The reason for the rewind back to 93u+ instead of 93v- was that it was an
abandoned unstable buggy unfinished beta. A full explanation of this can be
found here, https://github.com/att/ast/issues/1466#issuecomment-589942449.
The version number is reverted back to 93u and an EPOCH bump, though not
needed, documents this siesmic shift. |
2020.0.1_1,1 13 Feb 2020 14:27:46 |
sunpoet |
Update MAINTAINER: use @FreeBSD.org |
2020.0.1_1,1 07 Feb 2020 19:40:12 |
cy |
Add patch missed from r525497. |
2020.0.1_1,1 07 Feb 2020 19:38:23 |
cy |
Fix CVE-2019-14868: certain environment variables interpreted as
arithmetic expressions on startup, leading to code injection.
Submitted by: Siteshwar Vashisht <svashisht@redhat.com>
Reported by: Marian Rehak
MFH: 2020Q1
Security: CVE-2019-14868
https://bugzilla.redhat.com/show_bug.cgi?id=1757324
https://access.redhat.com/security/cve/CVE-2019-14868 |
2020.0.1,1 10 Jan 2020 02:42:01 |
cy |
Update 2020.0.0 --> 2020.0.1 |
2020.0.0,1 10 Oct 2019 20:15:14 |
cy |
Update ksh-2020.0.0-beta1 --> ksh-2020.0.0. |
2020.0.0.b1,1 30 Aug 2019 20:05:27 |
cy |
Update 2020.0.0-alpha1 --> 2020.0.0-beta1
2020.0.0-beta1 resolves gcc9 build issues in PR/239644.
PR: 239644 |
2020.0.0.a1_3,1 30 Aug 2019 20:05:21 |
cy |
Remove redundant GH_TAGNAME assignment. |
2020.0.0.a1_3,1 12 Aug 2019 07:17:09 |
tobik |
shells/ksh93: Attempt to fix r508705 and unbreak index
It fails basic sanity checks:
make: "/usr/ports/shells/ksh93/Makefile" line 16: Malformed conditional
(${USE_GCC} == "9")
make: Fatal errors encountered -- cannot continue
make: stopped in /usr/ports/shells/ksh93
PR: 239644
Pointy hat: cy |
12 Aug 2019 04:44:37
|
cy |
Mark broken when USE_GCC=9. Upstream git commit
63e9edcb6084d4b164439065e2d71f3e900ec3c7 resolves this issue.
Unfortunately it does not apply, requiring this port to be upated to
ksh93 well into ksh93-devel. Bringing ksh93 up to the ksh93-devel or
shy of it would negate the justification for ksh93's existence. It is
therefore recommended that people use ksh93-devel on architectures that
use GCC 9 or use GCC 8.
PR: 239644
Reported by: pkubaj@ |
2020.0.0.a1_3,1 12 Aug 2019 04:44:24 |
cy |
Whitespace adjustment. |
2020.0.0.a1_3,1 07 Aug 2019 18:31:14 |
cy |
Fix:
$ ksh93
$ time
../src/cmd/ksh93/sh/xec.c:2171: failed assertion 'tb.tv_sec'
Abort trap (core dumped)
$ ksh93
$ times
../src/cmd/ksh93/sh/xec.c:2171: failed assertion 'tb.tv_sec'
Abort trap (core dumped)
PR: 239701
Suggested by: w.schwarzenfeld@utanet.at
MFH: 2019Q3 |
2020.0.0.a1_2,1 04 Aug 2019 17:42:40 |
cy |
Fix build with GCC-based architectures.
PR: 239644
Submitted by: pkubaj@
MFH: 2019Q3 |
2020.0.0.a1_1,1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
2020.0.0.a1,1 24 Jun 2019 05:59:31 |
tobik |
devel/meson: Update to 0.51.0
Changes: https://mesonbuild.com/Release-notes-for-0-51-0.html
PR: 238726
Submitted by: greg@unrelenting.technology (update to 0.50.1)
Exp-run by: antoine |
2020.0.0.a1,1 24 Jun 2019 05:05:43 |
tobik |
shells/ksh93*: Do not set KSH93_DESC twice |
2020.0.0.a1,1 01 Jun 2019 18:36:17 |
cy |
Add missing wildcard to ksh93-devel conflict. |
2020.0.0.a1,1 01 Jun 2019 18:36:14 |
cy |
Register conflicts with the new shells/ast-ksh port. |
2020.0.0.a1,1 01 Jun 2019 18:36:03 |
cy |
Fix version going backward due to update to 2020.0.0.a1 (pointy hat to
yours truly).
The maintainer no longer wants to maintain ksh93 as his desire is to
maintain a backlevel port of ksh93 in order to build and support a
shared library for use by legacy applications, which is inconsistent
with the direction of the att/ast team on github. I will maintain the
port.
PR: 237332
PR: 238266
Approved by: maintiner (saper@saper.info) |
2020.0.0.a1 28 May 2019 02:35:40 |
cy |
This is the second part of a two part commit Updating shells/ksh93 to
2020.0.0-alpha1.
This commit:
1. Deletes shells/ksh93, completed by r502844.
2. svn copies shells/ksh93-devel to shells/ksh93 -- this commit.
3. Replaces the git tag with DISTVERSION 2020.0.0-alpha1 -- this commit.
PR: 237332
Reviewed by: crees@
Approved by: maintainer timeout
Reminded by: Siteshwar Vashisht <svashisht@redhat.com>
(ksh93 upstream maintainer) |
20141224 28 May 2019 02:32:15 |
cy |
This is the first part of a two part commit to update shells/ksh93 to
2020.0.0-alpha1.
Following this commit will be an svn copy shells/ksh93-devel to
shells/ksh93, replacing the git tag with DISTVERSION 2020.0.0-alpha1.
PR: 237332
Approved by: maintainer timeout |
20141224 21 Apr 2019 17:29:49 |
cy |
shells/ksh93: Update to 93v 2014-12-24
PR: 208098 (fixed)
Submitted by: saper@saper.info (maintainer)
Reported by: fuz@fuz.su
Reviewed by: cy@, pkubaj@
Approved by: maintainer (implicit, submitter)
Differential Revision: https://reviews.freebsd.org/D19343 |
20120801_2 12 Mar 2019 19:36:29 |
cy |
Pet portlint.
Submitted by: linimon@
Reported by: linimon@
Approved by: maintainer: Marcin Cieslak <saper@saper.info> |
20120801_2 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
20120801_2 21 Sep 2018 07:41:56 |
cy |
Register a conflict with the new ksh93-devel port. |
20120801_2 18 Sep 2018 10:28:08 |
manu |
shells/ksh93: Update reason for aarch64 broken message
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D17204 |
20120801_2 07 Apr 2017 16:00:46 |
amdmi3 |
- Always accompany OSVERSION check with OPSYS check
Approved by: portmgr blanket |
20120801_2 09 Feb 2017 20:26:22 |
marino |
shells/ksh93: Fix build with gcc5
The ksh93 build process requires the pre-GCC5 CPP newline behavior, which
the -P argument provides by disabling line markers. This enables ksh93
to be built by gcc5 and later.
Approved by: GCC blanket
PR: 216707 (related) |
20120801_2 23 Nov 2016 18:59:23 |
sunpoet |
- Pass maintainership to submitter
PR: 211164
Submitted by: Marcin Cieslak <saper@saper.info> |
20120801_2 16 Nov 2016 00:35:30 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
20120801_2 28 Oct 2016 15:08:14 |
sunpoet |
- Fix build on armv6
- While I'm here, fix diff header of patch file
PR: 209457
Submitted by: <mikael.urankar@gmail.com>
Obtained
from: https://github.com/att/ast/blob/beta/src/lib/libast/hash/hashalloc.c
https://github.com/att/ast/blob/beta/src/lib/libast/string/tokscan.c |
20120801_2 19 Jun 2016 11:25:29 |
mat |
Remove unnecessary evals that do-fetch was using.
Turns out that env(1) knows how to parse a properly quoted string
using -S "string", it makes the double eval used for the fetch
command to be unnecessary.
This is because running:
eval "foo $(escape $bar)"
is silly when this works:
foo $bar
So remove escaping and quoting, and sillyness.
PR: 210198
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6779 |
20120801_2 21 Mar 2016 17:59:35 |
sunpoet |
- Fix build on 11-CURRENT |
20120801_2 13 Mar 2016 14:55:49 |
sunpoet |
- Add my LOCAL to MASTER_SITES as backup
- Use do-test: |
20120801_2 25 Mar 2015 14:59:20 |
sunpoet |
- Cleanup -lpthread/-pthread manipulation |
20120801_2 12 Nov 2014 15:18:32 |
antoine |
Cleanup plist |
20120801_2 13 Jun 2014 14:57:01 |
sunpoet |
- Update MASTER_SITES
PR: ports/190692
Submitted by: Mat <mathieu.sim@gmail.com> |
20120801_2 11 Jun 2014 17:42:36 |
bapt |
Add an @shell keyword to handle adding and remove a shell path in /etc/shell
Bump port revision of all ports that were doing it wrong prior to the keyword
CR: D208
Reviewed by: antoine
With hat: portmgr |
20120801_2 01 Mar 2014 06:13:39 |
sunpoet |
- Convert to new options helper
- Fix PLIST [1]
- Bump PORTREVISION for package change
Submitted by: olgeni [1] |
20120801_1 28 Feb 2014 01:49:19 |
sunpoet |
- Fix build on i386
PR: ports/185256
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> |
20120801_1 03 Jan 2014 01:13:00 |
bapt |
Part 2 at removing now useless FETCH_ARGS redifition |
20120801_1 31 Dec 2013 13:51:47 |
sunpoet |
- Fix /etc/shells manipulation
PR: ports/185255
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> |
20120801_1 27 Dec 2013 08:32:02 |
bapt |
Support stage |
20120801_1 20 Sep 2013 22:57:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
shells) |
20120801_1 07 Sep 2013 18:13:59 |
sunpoet |
- Remove deprecated PTHREAD_* |
20120801_1 25 Aug 2013 08:20:14 |
sunpoet |
- Convert to new options framework |
20120801_1 09 Aug 2013 19:01:58 |
sunpoet |
- Update INIT to 2013-05-24
- Bump PORTREVISION for INIT udpate
Changes: http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes
http://www2.research.att.com/~gsf/download/release.2013-05-24.2013-05-21.html |
20120801 07 Oct 2012 14:21:52 |
sunpoet |
- Update to 2012-08-01
- Convert to new options framework
Changes: http://www2.research.att.com/~gsf/download/gen/ast-ksh.html#ksh93
changes
http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes |
20120229 15 Sep 2012 20:00:33 |
naddy |
Remove pointless header lines from ports I created once upon a time. |
20120229 19 Jun 2012 03:40:43 |
sunpoet |
- Fix build on system with source later than r227487 [1]
[1] http://svn.freebsd.org/changeset/base/227487
Submitted by: cy |
20120229 18 Apr 2012 02:18:04 |
sunpoet |
- Remove RESTRICTED
Notified by: pfg |
20120229 28 Mar 2012 19:26:44 |
sunpoet |
- Update to 2012-02-29
- Add LICENSE
Changes:
http://www2.research.att.com/~gsf/download/gen/ast-ksh.html#ksh93 changes
http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT
changes
Feature safe: yes |
20110208_3 07 Jan 2012 21:24:22 |
sunpoet |
- Update INIT to 2012-01-01 which also fixes 'make fetch' error
- Bump PORTREVISION for package change
Changes: http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT
changes |
20110208_2 05 Oct 2011 12:28:39 |
sunpoet |
- Bugfix: ksh segfaults on suspend
- Bump PORTREVISION for package change
Reported by: Greg Rivers <gcr+freebsd-ports@tharned.org>
Obtained from: https://bugzilla.redhat.com/show_bug.cgi?id=691077 |
20110208_1 20 Aug 2011 07:32:47 |
sunpoet |
- Remove MANUAL_PACKAGE_BUILD: tinderbox build was fixed in Makefile r1.62
PR: ports/159921
Submitted by: gjb |
20110208_1 24 Jun 2011 21:45:13 |
sunpoet |
- Fix build when WITH_STATIC is set
Reported by: dougb@
Submitted by: jhell <jhell@DataIX.net> |
20110208_1 19 Jun 2011 00:58:26 |
sunpoet |
- Remove INSTALLROOT completely
- Add OPTIONS: STATIC
- Change manipulation on /etc/shells
- Respect PORTEXAMPLES
- Bump PORTREVISION for PLIST change |
20110208 15 Feb 2011 01:26:17 |
sunpoet |
- Fix INSTALLROOT issue which breaks 'make package' under some circumstances
- Take maintainership |
20110208 11 Feb 2011 14:43:16 |
sunpoet |
- Update to 2011-02-08
- Remove expired CONFLICTS
- Use FETCH_ARGS
- Fix typo
PR: ports/154655 |
20100309 11 Feb 2011 03:06:01 |
linimon |
Unfortunately, reset maintainer.
Please see http://docs.freebsd.org/cgi/mid.cgi?201102101950.p1AJoAwm027852.
Hat: portmgr |
20100309 17 Apr 2010 19:23:51 |
sylvio |
- Update to 2010-03-09
PR: ports/145179
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
Approved by: itetcu (mentor, implicit) |
20100301 06 Mar 2010 02:11:33 |
wxs |
- Update to 2010-03-01
PR: ports/144495
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
Feature safe: yes |
20090505 09 May 2009 19:56:24 |
garga |
- Update to 2009-05-05
PR: ports/134375
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer) |
20081104 06 Nov 2008 02:25:38 |
wxs |
- Update to 2008-11-04
- This version fixes the breakage on -current after the TTY changes.
PR: ports/128586
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer) |
20080725_1 04 Nov 2008 23:13:46 |
wxs |
Add CONFLICTS for new port: shells/ksh93-devel. |
20080725 18 Aug 2008 18:36:36 |
miwi |
- Update to 2008-07-25
PR: 126613
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer) |
20080202 25 Jul 2008 12:48:47 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
20080202 15 Feb 2008 18:16:57 |
miwi |
- Update to 2008-02-02
PR: 120485
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer) |
20071105 19 Jan 2008 13:59:28 |
miwi |
- Update to 2007-11-05 release
- Allow the build with spac64
PR: 119734
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer) |
20070628 04 Jul 2007 07:28:17 |
miwi |
- Update to 2007-06-28
PR: 114228
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer) |
20070328 05 Apr 2007 05:48:03 |
philip |
Update to 2007-03-28.
Keep BROKEN on sparc64 - it still doesn't compile.
PR: ports/111165
Submitted by: Joe Kelsey <joe -at- zircon.seattle.wa.us> (maintainer) |
20060214 22 Apr 2006 22:21:28 |
kris |
MANUAL_PACKAGE_BUILD: Doesn't build in tinderbox environment where
kernel != userland version |
20060214 07 Mar 2006 13:34:28 |
garga |
- Unbreak
- Update to 2006-02-14
PR: ports/93733
Submitted by: maintainer
Approved by: portmgr (clement) |
20060124 06 Mar 2006 20:35:29 |
kris |
BROKEN: Size mismatch
Approved by: portmgr (implicit) |
20060124 14 Feb 2006 09:03:59 |
garga |
Fix last commit adding ${OSREL:R} to INSTALLROOT just if OSVERSION < 600000
Reported by: maintainer |
20060124 13 Feb 2006 09:46:27 |
garga |
- Fix install on FreeBSD >= 6.x [1]
- Make portlint(1) happy [2]
PR: ports/92754 [1]
Submitted by: maintainer [1]
Reported by: kris [1]
Approved by: maintainer [2] |
20060124 31 Jan 2006 15:07:06 |
barner |
- Fix fetch by update to latest version (2006-01-24)
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
PR: ports/92581 |
20050202 28 Jan 2006 21:09:46 |
kris |
BROKEN: Unfetchable |
20050202 24 Jan 2006 01:04:19 |
edwin |
SHA256ify
Approved by: krion@ |
20050202 04 Feb 2005 15:21:41 |
vs |
Update to 2005-02-02
PR: ports/77072
Submitted by: Joey Kelsey (maintainer) |
20041225 12 Jan 2005 11:02:22 |
edwin |
Fix shells/ksh93 port
Update ksh93 to 2004-12-25 version
PR: ports/75828
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> |
20040229 29 Dec 2004 23:17:18 |
kris |
BROKEN: unfetchable (maintainer confirms that a new release was uploaded
but the download password changed) |
20040229 18 Mar 2004 02:07:14 |
glewis |
. New victim^Wmaintainer.
PR: 64392
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> |
20040229 18 Mar 2004 01:51:29 |
glewis |
. Unbreak by updating to 2004-02-29.
PR: 64370
Submitted by: Gautam Gopalakrishnan <ggop@myrealbox.com> |
20030724 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |