Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 2021 12:42:01 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568915 - head/x11/wayland-logout
Message-ID:  <202103211242.12LCg13v042894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Mar 21 12:42:01 2021
New Revision: 568915
URL: https://svnweb.freebsd.org/changeset/ports/568915

Log:
  x11/wayland-logout: use C version on FreeBSD >= 12.3
  
  https://cgit.freebsd.org/src/commit/?id=925f44f33862908f9a2e72520a17af148c7d0db5
  https://cgit.freebsd.org/src/commit/?id=2b61bda2c75f30f6eadd18fb891fd885e4c8d19d

Modified:
  head/x11/wayland-logout/Makefile   (contents, props changed)

Modified: head/x11/wayland-logout/Makefile
==============================================================================
--- head/x11/wayland-logout/Makefile	Sun Mar 21 12:37:36 2021	(r568914)
+++ head/x11/wayland-logout/Makefile	Sun Mar 21 12:42:01 2021	(r568915)
@@ -22,7 +22,7 @@ PLIST_FILES=	bin/${PORTNAME} \
 # Cannot use C implementation without cr_pid
 .if make(makesum)
 DISTFILES=	${DISTNAME:S/${DISTVERSION}/1.3/}${EXTRACT_SUFX}
-.elif ${OPSYS} != FreeBSD || ${OSVERSION} < 1300030
+.elif ${OPSYS} != FreeBSD || ${OSVERSION} < 1202506
 DISTVERSION=	1.3
 NO_ARCH=	yes
 MESON_ARGS+=	-Dimplementation=shell



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103211242.12LCg13v042894>