svn commit: r462949 - head/devel/guikachu

Antoine Brodin antoine at FreeBSD.org
Sun Feb 25 11:56:41 UTC 2018


Author: antoine
Date: Sun Feb 25 11:56:40 2018
New Revision: 462949
URL: https://svnweb.freebsd.org/changeset/ports/462949

Log:
  Mark BROKEN: fails to build
  
  In file included from resizeable.cc:19:
  ./resizeable.h:23:10: fatal error: 'sigc++/object.h' file not found
  #include <sigc++/object.h>
           ^~~~~~~~~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/devel/guikachu/Makefile

Modified: head/devel/guikachu/Makefile
==============================================================================
--- head/devel/guikachu/Makefile	Sun Feb 25 11:51:34 2018	(r462948)
+++ head/devel/guikachu/Makefile	Sun Feb 25 11:56:40 2018	(r462949)
@@ -11,6 +11,10 @@ MASTER_SITES=	http://cactus.rulez.org/projects/guikach
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Resource editor for PalmOS systems
 
+BROKEN=		fails to build
+DEPRECATED=	Broken for more than 9 months
+EXPIRATION_DATE=	2018-03-25
+
 LIB_DEPENDS=	libgnomeuimm-2.6.so:x11-toolkits/libgnomeuimm26 \
 		libgnomevfsmm-2.6.so:devel/gnome-vfsmm
 


More information about the svn-ports-head mailing list