svn commit: r547132 - head/sysutils/seatd

Piotr Kubaj pkubaj at anongoth.pl
Sun Aug 30 23:22:40 UTC 2020


The patch does nothing to fix those:
../seatd/client.c: At top level:
cc1: error: unrecognized command line option
'-Wno-unused-command-line-argument' [-Werror]
cc1: error: unrecognized command line option
'-Wno-unknown-warning-option' [-Werror]

On 20-08-30 23:13:49, Jan Beich wrote:
>Author: jbeich
>Date: Sun Aug 30 23:13:48 2020
>New Revision: 547132
>URL: https://svnweb.freebsd.org/changeset/ports/547132
>
>Log:
>  sysutils/seatd: replace r547059 with upstream fix
>
>  Let's keep -Werror for now as upstream is cooperative.
>
>Modified:
>  head/sysutils/seatd/Makefile   (contents, props changed)
>  head/sysutils/seatd/distinfo   (contents, props changed)
>
>Modified: head/sysutils/seatd/Makefile
>==============================================================================
>--- head/sysutils/seatd/Makefile	Sun Aug 30 23:01:56 2020	(r547131)
>+++ head/sysutils/seatd/Makefile	Sun Aug 30 23:13:48 2020	(r547132)
>@@ -5,6 +5,9 @@ DISTVERSION=	0.2.0
> CATEGORIES=	sysutils
> MASTER_SITES=	https://git.sr.ht/~kennylevinsen/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
>
>+PATCH_SITES=	https://git.sr.ht/~kennylevinsen/${PORTNAME}/commit/
>+PATCHFILES+=	8e1bf10d9dec.patch:-p1
>+
> MAINTAINER=	jbeich at FreeBSD.org
> COMMENT=	Minimal seat management daemon and universal library
>
>@@ -14,8 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
> USES=		compiler:c11 meson pkgconfig
> USE_LDCONFIG=	yes
> USE_RC_SUBR=	${PORTNAME}
>-MESON_ARGS=	-Dwerror=false \
>-		-Dbuiltin=enabled # SUID fallback
>+MESON_ARGS=	-Dbuiltin=enabled # SUID fallback
> PLIST_FILES=	bin/${PORTNAME} \
> 		include/libseat.h \
> 		lib/libseat.so \
>
>Modified: head/sysutils/seatd/distinfo
>==============================================================================
>--- head/sysutils/seatd/distinfo	Sun Aug 30 23:01:56 2020	(r547131)
>+++ head/sysutils/seatd/distinfo	Sun Aug 30 23:13:48 2020	(r547132)
>@@ -1,3 +1,5 @@
> TIMESTAMP = 1598648954
> SHA256 (seatd-0.2.0.tar.gz) = 6b0160fa2f0500da7db6450547b8ffa7063d063dc94a4a2a710f416b2e41699f
> SIZE (seatd-0.2.0.tar.gz) = 32324
>+SHA256 (8e1bf10d9dec.patch) = 7d1128c3604a1707e3f19acb99fee81a97f4a3f6d35d68c209faaf8eda853b7a
>+SIZE (8e1bf10d9dec.patch) = 720
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 898 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20200831/f5e43de7/attachment.sig>


More information about the svn-ports-head mailing list