Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2020 20:10:41 +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: r529065 - head/x11/wofi
Message-ID:  <202003242010.02OKAfC5071835@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Mar 24 20:10:40 2020
New Revision: 529065
URL: https://svnweb.freebsd.org/changeset/ports/529065

Log:
  x11/wofi: remind to drop USE_CSTD on update

Modified:
  head/x11/wofi/Makefile   (contents, props changed)

Modified: head/x11/wofi/Makefile
==============================================================================
--- head/x11/wofi/Makefile	Tue Mar 24 20:01:46 2020	(r529064)
+++ head/x11/wofi/Makefile	Tue Mar 24 20:10:40 2020	(r529065)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.md
 LIB_DEPENDS=	libwayland-client.so:graphics/wayland
 
 USES=		gnome meson pkgconfig
-USE_CSTD=	gnu99
+USE_CSTD=	gnu99 # https://lists.sr.ht/~scoopta/wofi/patches/10055
 USE_GNOME=	gdkpixbuf2 gtk30
 
 post-patch:



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