Date: Sun, 13 Mar 2016 19:44:53 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411023 - head/x11/deforaos-panel Message-ID: <201603131944.u2DJirwW035435@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603131944.u2DJirwW035435>