[Bug 225686] net/drawterm: switch to 9front fork, add DragonflyBSD compatibility, remove patches
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 2 09:13:21 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225686
Tobias Kortkamp <tobik at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
Keywords| |needs-patch, needs-qa
--- Comment #3 from Tobias Kortkamp <tobik at freebsd.org> ---
This needs to be locked to a specific commit. Using 'tip' isn't appropriate
as it changes over time for every new upstream commit.
It would also be nice to give the distfile a unique filename (probably using
the /?dummy= trick other ports use).
+.if ${OPSYS} == "FreeBSD"
+MAKE_ARGS= CONF=freebsd
+.else
+MAKE_ARGS= CONF=dragonfly
+.endif
Since this set after including bsd.port.pre.mk it should be MAKE_ARGS+= or it
overwrites MAKE_ARGS as set by the framework, but all of this can be done
declaratively without the bsd.port.{pre,post}.mk dance with just
MAKE_ARGS= CONF=${OPSYS:tl}
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list