svn commit: r311705 - head/devel/gcvs

Baptiste Daroussin bapt at FreeBSD.org
Tue Feb 5 11:53:04 UTC 2013


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


More information about the svn-ports-head mailing list