git: 01971242c951 - main - audio/pulseaudio: Remove bogus patch to fix a crash. My bad.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Aug 2023 07:21:30 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=01971242c9518dba714e1282ed2277b984deb4e7 commit 01971242c9518dba714e1282ed2277b984deb4e7 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-08-09 07:20:53 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-08-09 07:21:25 +0000 audio/pulseaudio: Remove bogus patch to fix a crash. My bad. Sponsored by: Serenity Cybersecurity, LLC --- audio/pulseaudio/Makefile | 1 + audio/pulseaudio/files/patch-src_pulsecore_proplist-util.c | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index bb2b51fc9724..40c4b566a4cc 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -4,6 +4,7 @@ PORTNAME= pulseaudio DISTVERSION= 16.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://freedesktop.org/software/pulseaudio/releases/ diff --git a/audio/pulseaudio/files/patch-src_pulsecore_proplist-util.c b/audio/pulseaudio/files/patch-src_pulsecore_proplist-util.c index ddf40128ea2f..20d62972a18c 100644 --- a/audio/pulseaudio/files/patch-src_pulsecore_proplist-util.c +++ b/audio/pulseaudio/files/patch-src_pulsecore_proplist-util.c @@ -11,12 +11,3 @@ #ifdef ENABLE_NLS #include <libintl.h> #endif -@@ -31,6 +35,8 @@ - #ifdef __APPLE__ - #include <crt_externs.h> - #define environ (*_NSGetEnviron()) -+#elif defined(__FreeBSD__) -+#define environ dlsym(RTLD_DEFAULT, "environ") - #elif !HAVE_DECL_ENVIRON - extern char **environ; - #endif