Jeremie Courreges-Anglas writes: > On Fri, May 10 2019, Jeremie Courreges-Anglas wrote: >> On Mon, Apr 15 2019, Rafael Sadowski wrote: >>> Please find below an update diff for TeXmacs 1.99.9. I stared to get rid >>> of COMPILER=base-gcc. Upstream switched form Qt4 to Qt5 and from >>> autotools to CMake. >>> >>> Build with base clang and runs without notable issues in >>> a quick teston and64 . All regression tests are also passed. >> >> I got sick of this port needing base-gcc so I went ahead and fixed it to >> build with ports-gcc. Now that base-gcc is out of the way, let's take >> a look at your update. :) >> >> Here are some tweaks: >> - missing COMPILER line, this is a C++ port >> - no need to depend on git at build time >> - add libexecinfo to LIB_DEPENDS, since you explicitely link against it >> - sync WANTLIB (png16 -> png) >> - add -Wno-deprecated-register to cut down the noise in build logs >> - drop patches/patch-src_System_Link_pipe_link_cpp, not relevant any more >> >> Nam proposed to become maintainer of this port. Nam, are you still >> interested?
Yes, I can take maintainership. Ray Lai e-mailed me and said it was ok, not having used this program recently. Thank you for reviewing Rafael's diff. > > I forgot to add: builds also fine on amd64 using ports-gcc and ld.bfd. > > Very lightly tested on amd64, seems to work fine. ok jca@
