Date: Wed, 22 Jul 2020 17:46:47 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 248107] editors/cooledit: Update to 4.0.0 Message-ID: <bug-248107-7788-suqo2WFOGw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-248107-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-248107-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248107 --- Comment #12 from daniel.engberg.lists@pyret.net --- I had a discussion with swills@ on irc I agree with his conclusion. I have = no personal interest in cooledit and there are multiple issues that needs to addressed on top of his patch. (Incomplete list) Makefile changes: DISTVERSION needs to be replaced with PORTVERSION=3D 4.0.1 MASTERSITES should only use https://www.ibiblio.org/pub/Linux/apps/editors/X/cooledit/ as the other mir= rors are outdated and doesn't host tarball/archive. DISTNAME=3D ${PORTNAME}-${PORTVERSION:R}.0 needs to be added localbase should be added to USES and CPPFLAGS + LDFLAGS variables can be removed. It compiles with clang (13-CURRENT) so USE_GCC can probably be removed (no = run test). CONFIGURE_ARGS=3D --with-x should be added Changes to upstream code: Related code for font path is in widget/font.c at L209-L218 however cooledit also seems to rely on two pcf fonts that it expects to be in the same dir w= hich need further code fixes. Removing notosans from variable SUBDIRS in Makefile.in prevents installatio= n of the fonts dir. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248107-7788-suqo2WFOGw>