git: 70bd00f29a90 - main - www/freenginx-devel: don't link thumbextractor module with libpostproc

From: Sergey A. Osokin <osa_at_FreeBSD.org>
Date: Tue, 25 Nov 2025 11:47:05 UTC
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=70bd00f29a9015dd3e08d04ec7349a7bbd820566

commit 70bd00f29a9015dd3e08d04ec7349a7bbd820566
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2025-11-25 11:44:28 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2025-11-25 11:46:57 +0000

    www/freenginx-devel: don't link thumbextractor module with libpostproc
    
    libpostproc has been removed from newer ffmpeg and it not needed
    with ffmpeg6 either.
    
    Bump PORTREVISION.
    
    PR:             289067
    Sponsored by:   tipi.work
---
 www/freenginx-devel/Makefile                                            | 2 +-
 .../files/extra-patch-nginx-thumbextractor-module-config                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/freenginx-devel/Makefile b/www/freenginx-devel/Makefile
index d8a5b1d28823..892753c3c250 100644
--- a/www/freenginx-devel/Makefile
+++ b/www/freenginx-devel/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	freenginx
 PORTVERSION=	${NGINX_VERSION}
 .include "version.mk"
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	https://freenginx.org/download/ \
 		LOCAL/osa
diff --git a/www/freenginx-devel/files/extra-patch-nginx-thumbextractor-module-config b/www/freenginx-devel/files/extra-patch-nginx-thumbextractor-module-config
index 6324fd9fcc52..12c7906a0422 100644
--- a/www/freenginx-devel/files/extra-patch-nginx-thumbextractor-module-config
+++ b/www/freenginx-devel/files/extra-patch-nginx-thumbextractor-module-config
@@ -10,7 +10,7 @@
 -NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
 -    ${ngx_addon_dir}/src/ngx_http_video_thumbextractor_module.c"
 -CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
-+ngx_module_libs="-lavformat -lavcodec -lavutil -lavfilter -lswscale -lswresample -lpostproc -ljpeg"
++ngx_module_libs="-lavformat -lavcodec -lavutil -lavfilter -lswscale -lswresample -ljpeg"
 +ngx_module_incs="$ngx_addon_dir/include $ngx_addon_dir/src"
 +
 +if test -n "$ngx_module_link"; then