<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/audio/libbs2b, branch 13-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=13-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=13-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2025-07-23T11:09:59Z</updated>
<entry>
<title>audio/*: remove useless USES=pathfix</title>
<updated>2025-07-23T11:09:59Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2025-07-23T11:09:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a542853b79950f9dabd4a8f5e80d8f43315db238'/>
<id>urn:sha1:a542853b79950f9dabd4a8f5e80d8f43315db238</id>
<content type='text'>
</content>
</entry>
<entry>
<title>audio/libbs2b: Don't clip floating point samples</title>
<updated>2023-12-17T19:04:30Z</updated>
<author>
<name>Daniel Engberg</name>
<email>diizzy@FreeBSD.org</email>
</author>
<published>2023-12-16T15:33:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b9a34290c5ce02678b4cd0868cb53799e72e7458'/>
<id>urn:sha1:b9a34290c5ce02678b4cd0868cb53799e72e7458</id>
<content type='text'>
Disable clamping as it causes incorrect behaviour
While at it return port to pool as maintainer hasn't responded on
multiple bug reports.

Reference:
https://github.com/strawberrymusicplayer/strawberry/issues/1320

Source:
https://github.com/alexmarsev/libbs2b/commit/5ca2d59888df047f1e4b028e3a2fd5be8b5a7277

PR:		275403
Approved by:	portmgr (maintainer timeout, 2+ weeks)
</content>
</entry>
<entry>
<title>*/*: Update WWW to use HTTPS for sourceforge.net projects</title>
<updated>2023-11-06T10:03:47Z</updated>
<author>
<name>Rodrigo Osorio</name>
<email>rodrigo@FreeBSD.org</email>
</author>
<published>2023-11-06T08:24:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=06df180a9e39055026499a326ef67812801a8919'/>
<id>urn:sha1:06df180a9e39055026499a326ef67812801a8919</id>
<content type='text'>
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
</content>
</entry>
<entry>
<title>audio/opus: bump consumers after update to 1.4</title>
<updated>2023-04-25T15:17:15Z</updated>
<author>
<name>Christian Weisgerber</name>
<email>naddy@FreeBSD.org</email>
</author>
<published>2023-04-25T15:15:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=feb1fa34f58ea796656b86a81c2a2996b0b03c96'/>
<id>urn:sha1:feb1fa34f58ea796656b86a81c2a2996b0b03c96</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>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>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Chase libsndfile 1.0.30 update.</title>
<updated>2020-10-01T08:56:20Z</updated>
<author>
<name>Thomas Zander</name>
<email>riggs@FreeBSD.org</email>
</author>
<published>2020-10-01T08:56:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8337fc6d5f69b84046f87dc7a846dbe640dbaf96'/>
<id>urn:sha1:8337fc6d5f69b84046f87dc7a846dbe640dbaf96</id>
<content type='text'>
Details:
- Missing symbol sf_version_string, not auto-resolved by pkg + rebuild.
- Bump PORTREVISION for consumers.
</content>
</entry>
<entry>
<title>audio/libbs2b: back out r301301</title>
<updated>2016-12-22T22:42:09Z</updated>
<author>
<name>Nikolai Lifanov</name>
<email>lifanov@FreeBSD.org</email>
</author>
<published>2016-12-22T22:42:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=67fb584063cd032e2e4ba738ecc245d029e3b478'/>
<id>urn:sha1:67fb584063cd032e2e4ba738ecc245d029e3b478</id>
<content type='text'>
/usr/bin/ld no longer pulls indirect dependencies.

PR:		215252
Submitted by:	jbeich
Reviewed by:	matthew
Approved by:	matthew (mentor), liangtai.s26@gmail.com (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D8885
</content>
</entry>
</feed>
