[Bug 248107] editors/cooledit: Update to 4.0.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jul 22 17:46:47 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248107
--- Comment #12 from daniel.engberg.lists at 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= 4.0.1
MASTERSITES should only use
https://www.ibiblio.org/pub/Linux/apps/editors/X/cooledit/ as the other mirrors
are outdated and doesn't host tarball/archive.
DISTNAME= ${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= --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 which
need further code fixes.
Removing notosans from variable SUBDIRS in Makefile.in prevents installation of
the fonts dir.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list