Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2021 20:58:24 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dabb3800ee81 - main - graphics/libcdr01: remove staled patch after 7e9b8f8afae0
Message-ID:  <202109162058.18GKwOvL086604@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

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

commit dabb3800ee81d7839b6c2ddae0014027910be679
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2021-09-16 20:55:45 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2021-09-16 20:58:12 +0000

    graphics/libcdr01: remove staled patch after 7e9b8f8afae0
    
    Pointy hat to myself :(
---
 graphics/libcdr01/files/patch-icu68 | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/graphics/libcdr01/files/patch-icu68 b/graphics/libcdr01/files/patch-icu68
deleted file mode 100644
index 466cfea4bae4..000000000000
--- a/graphics/libcdr01/files/patch-icu68
+++ /dev/null
@@ -1,17 +0,0 @@
-Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844
-
-libcdr_utils.cpp:111:35: error: use of undeclared identifier 'TRUE'
-    ucsdet_enableInputFilter(csd, TRUE);
-                                  ^
-
---- src/lib/libcdr_utils.cpp.orig	2020-02-02 15:30:44 UTC
-+++ src/lib/libcdr_utils.cpp
-@@ -108,7 +108,7 @@ static unsigned short getEncoding(const unsigned char 
-     csd = ucsdet_open(&status);
-     if (U_FAILURE(status) || !csd)
-       return 0;
--    ucsdet_enableInputFilter(csd, TRUE);
-+    ucsdet_enableInputFilter(csd, true);
-     ucsdet_setText(csd, (const char *)buffer, bufferLength, &status);
-     if (U_FAILURE(status))
-       throw libcdr::EncodingException();



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109162058.18GKwOvL086604>