cuneiform_src/Kern/ced/sources/main/ced_func_rtf.cpp:215:12: error: ordered comparison between pointer and zero ('CEDSection *' and 'int') for (;sect>0;sect=sect->next) ~~~~^~ cuneiform_src/Kern/ced/sources/main/ced_func_rtf.cpp:900:17: error: ordered comparison between pointer and zero ('CEDChar *' and 'int') if (prevChar>0) { ~~~~~~~~^~ build log: http://sprunge.us/fWJY regressed by: https://github.com/llvm-mirror/clang/commit/4b6ad14285f3
Created attachment 180662 [details] patch-ced__func__rtf.cpp
Comment on attachment 180662 [details] patch-ced__func__rtf.cpp Obsolete patch. Patch is included in Bug 219579 (does not compile with new ImageMagick version).
In the meantime patch in Bug #219579 does not work (I obsoleted it).
I am not a maintainer of this port anymore
I think this port can marked as deprecated. Code must be rewritten. Tons of parenthesis and pointer conversation errors. You need nearly a patch for each "*.c" file und no changes upstream since 2011.
A commit references this bug: Author: adridg Date: Sun Mar 11 21:35:12 UTC 2018 New revision: 464212 URL: https://svnweb.freebsd.org/changeset/ports/464212 Log: Fix build with base Clang on 11.1 -- this probably does not cover all of the problems listed in the PR, but it's a step. The port remains unmaintained, upstream hasn't been maintained in ~8 years, should probably be deprecated instead. PR: 216197 Approved by: tcberner (mentor, implicit) Changes: head/graphics/cuneiform/files/patch-cuneiform__src_Kern_ced_sources_main_ced__func__rtf.cpp
Fixed. For now...
A commit references this bug: Author: tobik Date: Tue Jul 24 20:14:36 UTC 2018 New revision: 475272 URL: https://svnweb.freebsd.org/changeset/ports/475272 Log: graphics/cuneiform: Slap on a band-aid and fix build with Clang 6 - Code base compiles under USE_CXXSTD=gnu++98 - Use options helpers - Fix no-op IMAGEMAGICK option; the patch to disable it no longer did anything. With ImageMagick installed in the build environment ImageMagick support was enabled regardless of option state - Deprecate. It's unmaintained upstream and the build problems will likely get worse over time - Take maintainership http://beefy11.nyi.freebsd.org/data/head-i386-default/p475217_s336659/logs/cuneiform-1.1.0_4.log PR: 216197 Changes: head/graphics/cuneiform/Makefile