svn commit: r333040 - head/net/link-monitor-applet

Baptiste Daroussin bapt at FreeBSD.org
Wed Nov 6 21:58:37 UTC 2013


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
 


More information about the svn-ports-head mailing list