<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/ttyd, branch 13.1-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=13.1-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=13.1-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2023-02-22T01:45:27Z</updated>
<entry>
<title>sysutils/ttyd: Only link with shared library</title>
<updated>2023-02-22T01:45:27Z</updated>
<author>
<name>Daniel Engberg</name>
<email>diizzy@FreeBSD.org</email>
</author>
<published>2023-02-22T01:45:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=35c73981e5fdb1f9aee2cfbc75e9cc23857459e6'/>
<id>urn:sha1:35c73981e5fdb1f9aee2cfbc75e9cc23857459e6</id>
<content type='text'>
Due to how upstream handles libraries ttyd picks up both static and
shared library of libwebsockets which is not intended. The least
intrusive way I found is to simply detect it using pkgconfig instead.
While at it, disable check for git to determine version.

Reported by:	Jeff Schmidt &lt;jeff.jschmidt@gmail.com&gt;
Approved by:	portmgr (blanket, build fix)
</content>
</entry>
<entry>
<title>sysutils/ttyd: Update to 1.7.3</title>
<updated>2023-01-20T21:18:02Z</updated>
<author>
<name>Neel Chauhan</name>
<email>nc@FreeBSD.org</email>
</author>
<published>2023-01-20T21:18:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=19dc3b2cae6f20eb986bd478003939055e721951'/>
<id>urn:sha1:19dc3b2cae6f20eb986bd478003939055e721951</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sysutils/ttyd: Update to 1.7.2</title>
<updated>2023-01-18T20:41:14Z</updated>
<author>
<name>Neel Chauhan</name>
<email>nc@FreeBSD.org</email>
</author>
<published>2023-01-18T20:41:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4fb139b3a7193771694abef39e8854618bbfff5a'/>
<id>urn:sha1:4fb139b3a7193771694abef39e8854618bbfff5a</id>
<content type='text'>
</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>sysutils/ttyd: Update to 1.7.1</title>
<updated>2022-08-18T20:17:52Z</updated>
<author>
<name>Neel Chauhan</name>
<email>nc@FreeBSD.org</email>
</author>
<published>2022-08-18T20:17:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=07ccef298a42c1e5ffd3b15913e72a7c5f79585b'/>
<id>urn:sha1:07ccef298a42c1e5ffd3b15913e72a7c5f79585b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sysutils/ttyd: Update to 1.7.0</title>
<updated>2022-08-08T17:52:28Z</updated>
<author>
<name>Neel Chauhan</name>
<email>nc@FreeBSD.org</email>
</author>
<published>2022-08-08T17:52:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=989036000117d703823235d1d545e1c19029ffa9'/>
<id>urn:sha1:989036000117d703823235d1d545e1c19029ffa9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>devel/cmake: Update to 3.23.0</title>
<updated>2022-05-16T06:49:43Z</updated>
<author>
<name>Loïc Bartoletti</name>
<email>lbartoletti@FreeBSD.org</email>
</author>
<published>2022-03-30T05:34:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2d34c2bfeaa82867acfa7d73bec9644b2acecbb1'/>
<id>urn:sha1:2d34c2bfeaa82867acfa7d73bec9644b2acecbb1</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>sysutils/ttyd: prepare for cmake-3.22</title>
<updated>2021-12-11T07:35:10Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2021-12-11T07:26:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ce6625b9a2736b14f2cd9519ef808487b288fb0a'/>
<id>urn:sha1:ce6625b9a2736b14f2cd9519ef808487b288fb0a</id>
<content type='text'>
PR:		260123
</content>
</entry>
<entry>
<title>sysutils/ttyd: update build dependency after vim update and fix building INDEX</title>
<updated>2021-09-02T16:39:40Z</updated>
<author>
<name>Philipp Ost</name>
<email>bsd@philippost.de</email>
</author>
<published>2021-09-02T16:39:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=71208e857c68e6d7f4e33b5159cbf0b610922bf9'/>
<id>urn:sha1:71208e857c68e6d7f4e33b5159cbf0b610922bf9</id>
<content type='text'>
PR:	258228
</content>
</entry>
</feed>
