Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Jan 2019 09:13:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 225686] net/drawterm: switch to 9front fork, add DragonflyBSD compatibility, remove patches
Message-ID:  <bug-225686-7788-0ct5O7VtaT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225686-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225686-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=3D225686

Tobias Kortkamp <tobik@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Keywords|                            |needs-patch, needs-qa

--- Comment #3 from Tobias Kortkamp <tobik@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=3D trick other ports use).

+.if ${OPSYS} =3D=3D "FreeBSD"
+MAKE_ARGS=3D     CONF=3Dfreebsd
+.else
+MAKE_ARGS=3D     CONF=3Ddragonfly
+.endif

Since this set after including bsd.port.pre.mk it should be MAKE_ARGS+=3D o=
r 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=3D      CONF=3D${OPSYS:tl}

--=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-225686-7788-0ct5O7VtaT>