svn commit: r493707 - head/x11-wm/pawm

Baptiste Daroussin bapt at FreeBSD.org
Sat Feb 23 16:44:44 UTC 2019


Author: bapt
Date: Sat Feb 23 16:44:43 2019
New Revision: 493707
URL: https://svnweb.freebsd.org/changeset/ports/493707

Log:
  pawm: mark as broken
  
  does not start: BUG [35339] [pawindow_init]
  It looks for files that are in the path it expects them to be
  ending up in a failure at start

Modified:
  head/x11-wm/pawm/Makefile

Modified: head/x11-wm/pawm/Makefile
==============================================================================
--- head/x11-wm/pawm/Makefile	Sat Feb 23 16:44:39 2019	(r493706)
+++ head/x11-wm/pawm/Makefile	Sat Feb 23 16:44:43 2019	(r493707)
@@ -13,6 +13,8 @@ COMMENT=	The Puto Amo Window Manager
 LICENSE=	GPLv2 # only
 LICENSE_FILE=	${WRKSRC}/GPL
 
+BROKEN=		Does not start 'BUG [35339] [pawindow_init]'
+
 USE_XORG=	x11 xft xrandr xrender xpm
 USES=		cmake pkgconfig tar:bzip2
 CMAKE_ARGS=	-DCMAKE_CONFIG_PREFIX:STRING="${PREFIX}/etc" \


More information about the svn-ports-all mailing list