Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2018 11:56:40 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462949 - head/devel/guikachu
Message-ID:  <201802251156.w1PBue4M060359@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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