svn commit: r553559 - in head/x11: . tilix

Jan Beich jbeich at FreeBSD.org
Wed Oct 28 20:00:42 UTC 2020


Romain Tartière <romain at FreeBSD.org> writes:

> +PATCH_DIST_STRIP=-p1
> +PATCH_SITES=	https://patch-diff.githubusercontent.com/raw/gnunn1/tilix/pull/
> +PATCHFILES=	1733.diff

pull/1234.diff is a moving target. Better use commit hashes e.g.,

PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+=	ce11b0bd936f.patch:-p1 # https://github.com/gnunn1/tilix/pull/1733

> +BUILD_DEPENDS=	ldc2:lang/ldc \
> +		po4a-translate:textproc/po4a \
> +		${LOCALBASE}/libdata/pkgconfig/vted-3.pc:x11-toolkits/gtkd

Why not use shared libs like Alpine, Arch, Debian, Fedora, Void?
See https://github.com/DankBSD/ports/commit/2b892e4ea4aa


More information about the svn-ports-head mailing list