From 9149b99951b5ebac11671188531c34381bad377f Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Fri, 8 Jul 2022 00:43:43 +0200 Subject: [PATCH] Update to libogg-1.3.5. --- ports/libogg/libogg.patch | 33 --------------------------------- ports/libogg/libogg.port | 5 +++-- 2 files changed, 3 insertions(+), 35 deletions(-) delete mode 100644 ports/libogg/libogg.patch diff --git a/ports/libogg/libogg.patch b/ports/libogg/libogg.patch deleted file mode 100644 index 415b8fbb..00000000 --- a/ports/libogg/libogg.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -Paur --no-dereference -- libogg.upstream/config.sub libogg/config.sub ---- libogg.upstream/config.sub -+++ libogg/config.sub -@@ -1342,7 +1342,7 @@ - | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ - | -sym* | -kopensolaris* \ - | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ -- | -aos* | -aros* \ -+ | -aos* | -aros* | -sortix* \ - | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ - | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ -diff -Paur --no-dereference -- libogg.upstream/include/ogg/config_types.h.in libogg/include/ogg/config_types.h.in ---- libogg.upstream/include/ogg/config_types.h.in -+++ libogg/include/ogg/config_types.h.in -@@ -1,6 +1,9 @@ - #ifndef __CONFIG_TYPES_H__ - #define __CONFIG_TYPES_H__ - -+#if defined(__sortix__) -+#include -+#else - /* these are filled in by configure */ - #define INCLUDE_INTTYPES_H @INCLUDE_INTTYPES_H@ - #define INCLUDE_STDINT_H @INCLUDE_STDINT_H@ -@@ -15,6 +18,7 @@ - #if INCLUDE_SYS_TYPES_H - # include - #endif -+#endif - - typedef @SIZE16@ ogg_int16_t; - typedef @USIZE16@ ogg_uint16_t; diff --git a/ports/libogg/libogg.port b/ports/libogg/libogg.port index f4176078..d92d6c78 100644 --- a/ports/libogg/libogg.port +++ b/ports/libogg/libogg.port @@ -1,12 +1,13 @@ NAME=libogg BUILD_LIBRARIES= -VERSION=1.3.1 +VERSION=1.3.5 DISTNAME=$NAME-$VERSION COMPRESSION=tar.xz ARCHIVE=$DISTNAME.$COMPRESSION -SHA256SUM=3a5bad78d81afb78908326d11761c0fb1a0662ee7150b6ad587cc586838cdcfa +SHA256SUM=c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705 UPSTREAM_SITE=https://ftp.osuosl.org/pub/xiph/releases/ogg UPSTREAM_ARCHIVE=$ARCHIVE +LICENSE=BSD-3-Clause BUILD_SYSTEM=configure MAKE_VARS='V=1' POST_INSTALL=tix-eradicate-libtool-la