Date: Sat, 8 Mar 2014 11:48:40 +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: r347480 - head/x11-drivers/xf86-input-magictouch Message-ID: <201403081148.s28BmeBx009893@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Mar 8 11:48:40 2014 New Revision: 347480 URL: http://svnweb.freebsd.org/changeset/ports/347480 QAT: https://qat.redports.org/buildarchive/r347480/ Log: Mark BROKEN: Does not compile libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT xf86MagicTouch.lo -MD -MP -MF .deps/xf86MagicTouch.Tpo -c xf86MagicTouch.c -fPIC -DPIC -o .libs/xf86MagicTouch.o xf86MagicTouch.c:9:10: fatal error: 'xf86Version.h' file not found #include <xf86Version.h> ^ 1 error generated. Reported by: pkg-fallout Modified: head/x11-drivers/xf86-input-magictouch/Makefile Modified: head/x11-drivers/xf86-input-magictouch/Makefile ============================================================================== --- head/x11-drivers/xf86-input-magictouch/Makefile Sat Mar 8 11:26:41 2014 (r347479) +++ head/x11-drivers/xf86-input-magictouch/Makefile Sat Mar 8 11:48:40 2014 (r347480) @@ -8,6 +8,8 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org magictouch input driver +BROKEN= Does not compile + .include <bsd.port.options.mk> .if defined(WITH_NEW_XORG)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403081148.s28BmeBx009893>