Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2013 21:58:36 +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: r333040 - head/net/link-monitor-applet
Message-ID:  <201311062158.rA6LwaGC061653@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Nov  6 21:58:36 2013
New Revision: 333040
URL: http://svnweb.freebsd.org/changeset/ports/333040

Log:
  Mark as broken, does not build:
  
  cc1: warnings being treated as errors
  jbsrc/lib/jb-main.c: In function 'jb_main':
  jbsrc/lib/jb-main.c:164: warning: 'g_type_init' is deprecated (declared at
  +/usr/local/include/glib-2.0/gobject/gtype.h:669)
  cc1: warnings being treated as errors
  jbsrc/lib/jb-util.c: In function 'print_warning_or_error':
  jbsrc/lib/jb-util.c:242: warning: function might be possible candidate for 'printf' format attribute
  ERROR: cannot build jb
  *** [do-configure] Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/net/link-monitor-applet/Makefile

Modified: head/net/link-monitor-applet/Makefile
==============================================================================
--- head/net/link-monitor-applet/Makefile	Wed Nov  6 21:54:42 2013	(r333039)
+++ head/net/link-monitor-applet/Makefile	Wed Nov  6 21:58:36 2013	(r333040)
@@ -11,6 +11,8 @@ COMMENT=	A GNOME applet displaying the r
 
 LICENSE=	GPLv3
 
+BROKEN=		Does not build
+
 BUILD_DEPENDS=	gob2:${PORTSDIR}/devel/gob2
 LIB_DEPENDS=	GeoIP:${PORTSDIR}/net/GeoIP
 



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