svn commit: r568915 - head/x11/wayland-logout

Jan Beich jbeich at FreeBSD.org
Sun Mar 21 12:42:02 UTC 2021


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


More information about the svn-ports-head mailing list