Date: Thu, 27 Nov 2014 18:32:21 +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: r373508 - head/www/deforaos-surfer Message-ID: <201411271832.sARIWLuG082687@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Nov 27 18:32:21 2014 New Revision: 373508 URL: https://svnweb.freebsd.org/changeset/ports/373508 QAT: https://qat.redports.org/buildarchive/r373508/ Log: Mark BROKEN: Fails to build cc -D WITH_MAIN -D WITH_WEBKIT -W -Wall -g -O2 -pedantic `pkg-config --cflags libSystem gtk+-2.0 webkit-1.0` -c download.c download.c:379:17: error: variable has incomplete type 'struct in_addr' Reported by: pkg-fallout Modified: head/www/deforaos-surfer/Makefile Modified: head/www/deforaos-surfer/Makefile ============================================================================== --- head/www/deforaos-surfer/Makefile Thu Nov 27 18:30:33 2014 (r373507) +++ head/www/deforaos-surfer/Makefile Thu Nov 27 18:32:21 2014 (r373508) @@ -14,6 +14,8 @@ COMMENT= DeforaOS desktop web browser LICENSE= GPLv3 +BROKEN= Fails to build + BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411271832.sARIWLuG082687>