svn commit: r515252 - head/x11/cool-retro-term

Tobias Kortkamp tobik at freebsd.org
Wed Oct 23 12:43:05 UTC 2019


On Wed, Oct 23, 2019 at 12:11:24PM +0000, Alexey Dokuchaev wrote:
> Author: danfe
> Date: Wed Oct 23 12:11:24 2019
> New Revision: 515252
> URL: https://svnweb.freebsd.org/changeset/ports/515252
> 
> Log:
>   - Switch to USES+=compiler:c++11-lang to unbreak on PowerPC instead
>     of the approach taken in r513793 (Clang was never required for this
>     port, any not-so-ancient compiler would suffice)
>   - Sort the values on the USES list; avoid hardcoding version numbers
> [...]
> @@ -16,24 +16,15 @@ GH_ACCOUNT=	Swordfish90
>  GH_PROJECT=	qmltermwidget:qtw
>  GH_TAGNAME=	0.2.0:qtw
> [...]
>  post-extract:
>  	@${RMDIR} ${WRKSRC}/qmltermwidget
> -	@${LN} -s ../qmltermwidget-0.2.0 ${WRKSRC}/qmltermwidget
> +	@${LN} -s ../qmltermwidget-${GH_TAGNAME_qtw} ${WRKSRC}/qmltermwidget

This is very complicated and unnecessary.  post-extract should be
removed and replaced with

GH_SUBDIR=	qmltermwidget:qtw

and then GH_PROJECT, GH_TAGNAME, GH_SUBDIR with the more readable
GH_TUPLE.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20191023/358b5355/attachment.sig>


More information about the svn-ports-head mailing list