2023-07-18 00:00:25 by Nia Alarie | Files touched by this commit (28) |
Log message:
*: Remove many GCC_REQD for particularly old GCCs
In many cases the reasoning is poorly documented, or the reasoning
for setting GCC_REQD is to work around a compiler bug. Practically
a c99 compiler is now required for bootstrap (in at least several
dependencies) so we can entirely rule out GCC versions before 3.0.
|
2022-07-25 13:12:30 by Thomas Klausner | Files touched by this commit (102) |
Log message:
*: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
|
2022-05-15 07:52:19 by David A. Holland | Files touched by this commit (1) |
Log message:
Bump PKGREVISION for previous (to 1)
The fix was actually in libogg and it's clients of libogg that don't
build.
|
2022-05-15 07:50:49 by David A. Holland | Files touched by this commit (2) |
Log message:
PR 56708 John Klos: audio/libvorbis fails on macOS El Capitan
When including <stdint.h>, use the types it defines, not the legacy
ones with extra (internal) underscores.
|
2021-10-26 13:01:20 by Nia Alarie | Files touched by this commit (177) |
Log message:
multimedia: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (for legal reasons?):
./multimedia/adobe-flash-player/distinfo \
adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz
./multimedia/adobe-flash-player/distinfo \
adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz
./multimedia/libdvdcss/distinfo libdvdcss-1.4.3.tar.bz2
|
2021-10-07 16:32:21 by Nia Alarie | Files touched by this commit (179) |
Log message:
multimedia: Remove SHA1 hashes for distfiles
|
2021-06-07 11:12:33 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
libogg: updated to 1.3.5
Version 1.3.5 (2020 June 3)
* Fix unsigned typedef problem on macOS.
* Fix overflow check in ogg_sync_buffer.
* Clean up cmake and autotools build files.
* Remove Symbian and Apple XCode build files.
* Fix documentation cross-reference links.
|
2019-09-08 21:11:30 by Darrin B. Jewell | Files touched by this commit (3) |
Log message:
multimedia/libogg: use stdint.h on darwin
broken by https://gitlab.xiph.org/xiph/ogg/issues/2294
see discussion
|
2019-09-02 10:58:57 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
libogg: updated to 1.3.4
Version 1.3.4:
* Faster slice-by-8 CRC32 implementation.
see https://lwn.net/Articles/453931/ for motivation.
* Add CMake build.
* Deprecate Visual Studio project files in favor of CMake.
* configure --disable-crc option for fuzzing.
* Various build fixes.
* Documentation and example code fixes.
|
2017-11-23 16:49:42 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libogg: update to 1.3.3.
Version 1.3.3 (2017 November 7)
* Fix and issue with corrupt continued packet handling.
* Update Windows projects and build settings.
* Remove Mac OS 9 build support.
|