<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/shells/ksh93, branch 2023Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2023Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2023Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2023-03-23T18:31:07Z</updated>
<entry>
<title>shells/ksh*: Update descriptions</title>
<updated>2023-03-23T18:31:07Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2023-03-23T14:31:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fd44857c89735005473ec7856d5525911bfc2b8b'/>
<id>urn:sha1:fd44857c89735005473ec7856d5525911bfc2b8b</id>
<content type='text'>
Update ksh ports descriptions to more accurately reflect what they are.

Reported by:	 "Joseph Holsten" &lt;joseph@josephholsten.com&gt;
</content>
</entry>
<entry>
<title>shells/ksh: Remove the now expired ksh2020 from CONFLICTS.</title>
<updated>2023-03-23T06:04:59Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2023-03-23T06:03:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b50fe1ebe5728883f6dc2b02d9f1f9a23f9b0047'/>
<id>urn:sha1:b50fe1ebe5728883f6dc2b02d9f1f9a23f9b0047</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shells/ksh93: Fix build with LLVM15</title>
<updated>2023-02-10T14:40:46Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2023-02-10T14:35:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b3690ff9ffe8bfaa0460e888d5cbb0a1ea47f397'/>
<id>urn:sha1:b3690ff9ffe8bfaa0460e888d5cbb0a1ea47f397</id>
<content type='text'>
</content>
</entry>
<entry>
<title>devel/ksh93: remove sbrk() use</title>
<updated>2022-11-09T21:27:29Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2022-11-09T21:27:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f9809df4c15f6b0f3b0c5a236aa70374d9d1637c'/>
<id>urn:sha1:f9809df4c15f6b0f3b0c5a236aa70374d9d1637c</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>urn:sha1:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>urn:sha1:b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>shells/ksh*: Allow the ksh ports to coexist</title>
<updated>2022-08-28T21:16:45Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2022-08-28T20:12:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6e9237ba47f0c0df54a58ca8a1bf79b44d580208'/>
<id>urn:sha1:6e9237ba47f0c0df54a58ca8a1bf79b44d580208</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>*/*: Remove redundant '-*' from CONFLICTS definitions</title>
<updated>2021-11-25T21:40:11Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2021-11-25T21:40:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=04b9da414081a733478d3def4e1e3777908536c6'/>
<id>urn:sha1:04b9da414081a733478d3def4e1e3777908536c6</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>*: fix tab vs. space issues, and comments according to the guide.</title>
<updated>2021-10-16T09:51:39Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2021-10-16T09:51:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4460cf727a7788c9ce21f3344ce5745e5cd9fc4a'/>
<id>urn:sha1:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>One more small cleanup, forgotten yesterday.</title>
<updated>2021-04-07T08:09:01Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-07T08:06:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cf118ccf875508b9a1c570044c93cfcc82bd455c'/>
<id>urn:sha1:cf118ccf875508b9a1c570044c93cfcc82bd455c</id>
<content type='text'>
Reported by:	lwhsu
</content>
</entry>
</feed>
