Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2013 11:53:04 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311705 - head/devel/gcvs
Message-ID:  <201302051153.r15Br4nI061120@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Feb  5 11:53:04 2013
New Revision: 311705
URL: http://svnweb.freebsd.org/changeset/ports/311705

Log:
  Mark as broken:
  
  getline.h:37: error: declaration of C function 'int getline(char**, size_t*,
  FILE*)' conflicts with
  /usr/include/stdio.h:371: error: previous declaration 'ssize_t getline(char**,
  size_t*, FILE*)' here

Modified:
  head/devel/gcvs/Makefile

Modified: head/devel/gcvs/Makefile
==============================================================================
--- head/devel/gcvs/Makefile	Tue Feb  5 11:45:58 2013	(r311704)
+++ head/devel/gcvs/Makefile	Tue Feb  5 11:53:04 2013	(r311705)
@@ -13,6 +13,8 @@ COMMENT=	High-end interface client for C
 
 LICENSE=	GPLv2
 
+BROKEN=		Does not build
+
 USE_GNOME=	gtk12
 USE_TCL_BUILD=	yes
 USE_TCL_WRAPPER=yes



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