svn commit: r411023 - head/x11/deforaos-panel

Antoine Brodin antoine at FreeBSD.org
Sun Mar 13 19:44:54 UTC 2016


Author: antoine
Date: Sun Mar 13 19:44:52 2016
New Revision: 411023
URL: https://svnweb.freebsd.org/changeset/ports/411023

Log:
  Mark BROKEN: fails to build
  
  cc -I ../../include  -W `pkg-config --cflags libSystem gtk+-2.0` -fPIC -Wall -g -O2 -pedantic `pkg-config --cflags libDesktop` -c embed.c
  embed.c:104:33: error: too few arguments to function call, single argument 'code' was not specified
                  helper->error(NULL, error_get(), 1);
  
  Reported by:	pkg-fallout

Modified:
  head/x11/deforaos-panel/Makefile

Modified: head/x11/deforaos-panel/Makefile
==============================================================================
--- head/x11/deforaos-panel/Makefile	Sun Mar 13 19:34:28 2016	(r411022)
+++ head/x11/deforaos-panel/Makefile	Sun Mar 13 19:44:52 2016	(r411023)
@@ -13,6 +13,8 @@ COMMENT=	DeforaOS desktop panel
 
 LICENSE=	GPLv3
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \
 		libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop
 BUILD_DEPENDS=	browser:${PORTSDIR}/x11-fm/deforaos-browser \


More information about the svn-ports-head mailing list