Saturday, June 05, 2021

Re: remove RTLD_NODELETE removal patches from chromium/iridium/fcitx

On Sat, Jun 05, 2021 at 11:13:56AM +0200, Sebastien Marie wrote:
>
> Hi,
>
> The following patches removes RTLD_NODELETE removal patches from few
> ports (rsadowski@ raced me for few others ports, thanks !).
>
> I built tested them on amd64.
>
> For inputmethods/fcitx, REVISION bump might not be required, but "in doubt bump".
>
> Comments or OK ?

Brad sent me a similar diff and I haven't had time to commit it.
ok kevlo@

> --
> Sebastien Marie
>
> Index: inputmethods/fcitx/Makefile
> ===================================================================
> RCS file: /cvs/ports/inputmethods/fcitx/Makefile,v
> retrieving revision 1.15
> diff -u -p -r1.15 Makefile
> --- inputmethods/fcitx/Makefile 27 Aug 2020 00:59:48 -0000 1.15
> +++ inputmethods/fcitx/Makefile 5 Jun 2021 09:09:48 -0000
> @@ -7,6 +7,7 @@ V = 4.2.9.8
> DISTNAME = fcitx-$V
> PKGNAME-main = ${PKGNAME}
> PKGNAME-gtk3 = fcitx-gtk3-$V
> +REVISION = 0
>
> SHARED_LIBS += fcitx-config 0.0 # 4.1
> SHARED_LIBS += fcitx-core 0.1 # 0.3
> Index: inputmethods/fcitx/patches/patch-src_lib_fcitx-utils_utils_h
> ===================================================================
> RCS file: inputmethods/fcitx/patches/patch-src_lib_fcitx-utils_utils_h
> diff -N inputmethods/fcitx/patches/patch-src_lib_fcitx-utils_utils_h
> --- inputmethods/fcitx/patches/patch-src_lib_fcitx-utils_utils_h 28 Nov 2017 02:56:56 -0000 1.1.1.1
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,16 +0,0 @@
> -$OpenBSD: patch-src_lib_fcitx-utils_utils_h,v 1.1.1.1 2017/11/28 02:56:56 kevlo Exp $
> -
> -Index: src/lib/fcitx-utils/utils.h
> ---- src/lib/fcitx-utils/utils.h.orig
> -+++ src/lib/fcitx-utils/utils.h
> -@@ -82,6 +82,10 @@ typedef int32_t boolean;
> - #define false (0)
> -

No comments:

Post a Comment