svn commit: r347480 - head/x11-drivers/xf86-input-magictouch

Antoine Brodin antoine at FreeBSD.org
Sat Mar 8 11:48:40 UTC 2014


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 at FreeBSD.org
 COMMENT=	X.Org magictouch input driver
 
+BROKEN=		Does not compile
+
 .include <bsd.port.options.mk>
 
 .if defined(WITH_NEW_XORG)


More information about the svn-ports-head mailing list