svn commit: r529065 - head/x11/wofi

Jan Beich jbeich at FreeBSD.org
Tue Mar 24 20:10:53 UTC 2020


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:


More information about the svn-ports-all mailing list