Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
1.2.1 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 ) |
1.2.1 26 Jun 2022 09:29:00 |
Thomas Zander (riggs) |
audio/{speex|speexdsp}: Update to upstream release 1.2.1
Details:
- Despite speex is officially obsoleted by Opus (see banner on
https://speex.org/), there have been multiple fixes over the years
since the 1.2.0 release, including cleanups and potential overflows
detected via fuzzing. Details:
https://gitlab.xiph.org/xiph/speex/-/commits/release/1.2.1/
https://gitlab.xiph.org/xiph/speexdsp/-/commits/release/1.2.1/ |
1.2.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.0 09 Jun 2019 11:36:12 |
riggs |
Update to upstream release 1.2.0
MFH: 2019Q2 |
1.2.r3_1 10 Sep 2018 20:28:48 |
sunpoet |
Remove no-op DOCS option
Approved by: portmgr (blanket) |
1.2.r3_1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.2.r3_1 08 Jun 2018 09:04:28 |
amdmi3 |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket |
1.2.r3_1 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
1.2.r3_1 08 Nov 2015 12:05:27 |
andrew |
Disable NEON on AArch64, the code is written for 32-bit ARM so fails to
compile.
Approved by: tijl
Differential Revision: https://reviews.freebsd.org/D4105 |
1.2.r3_1 09 Jan 2015 19:44:01 |
tijl |
Patch a header so other ports can include it
Reported by: antoine |
1.2.r3 09 Jan 2015 14:37:53 |
tijl |
Update audio/speex to 1.2rc2. One of the libraries has been split off into
a new port audio/speexdsp. |