Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2015 14:39:50 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404518 - head/games/xshisen
Message-ID:  <201512261439.tBQEdoxN054482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Dec 26 14:39:49 2015
New Revision: 404518
URL: https://svnweb.freebsd.org/changeset/ports/404518

Log:
  - Mark BROKEN, fails to start:
  
  Warning:
      Name: button_1
      Class: XmCascadeButtonGadget
      Illegal mnemonic character;  Could not convert X KEYSYM to a keycode
  
  Warning:
      Name: button_2
      Class: XmCascadeButtonGadget
      Illegal mnemonic character;  Could not convert X KEYSYM to a keycode
  
  Warning:
      Name: button_3
      Class: XmCascadeButtonGadget
      Illegal mnemonic character;  Could not convert X KEYSYM to a keycode
  
  Warning:
      Name: button_1
      Class: XmCascadeButtonGadget
      Illegal mnemonic character;  Could not convert X KEYSYM to a keycode
  
  Warning:
      Name: button_2
      Class: XmCascadeButtonGadget
      Illegal mnemonic character;  Could not convert X KEYSYM to a keycode
  
  Warning:
      Name: button_3
      Class: XmCascadeButtonGadget
      Illegal mnemonic character;  Could not convert X KEYSYM to a keycode
  
  [1]    81176 bus error  xshisen
  
  Approved by:	portmgr blanket

Modified:
  head/games/xshisen/Makefile

Modified: head/games/xshisen/Makefile
==============================================================================
--- head/games/xshisen/Makefile	Sat Dec 26 14:33:48 2015	(r404517)
+++ head/games/xshisen/Makefile	Sat Dec 26 14:39:49 2015	(r404518)
@@ -10,6 +10,8 @@ MASTER_SITES=	LOCAL/hrs
 MAINTAINER=	turutani@scphys.kyoto-u.ac.jp
 COMMENT=	Shisen-sho puzzle game for X11
 
+BROKEN=		fails to start
+
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--sharedstatedir="${DATADIR}"



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