svn commit: r349466 - head/net-im/gyach

Antoine Brodin antoine at FreeBSD.org
Fri Mar 28 21:44:49 UTC 2014


Author: antoine
Date: Fri Mar 28 21:44:48 2014
New Revision: 349466
URL: http://svnweb.freebsd.org/changeset/ports/349466
QAT: https://qat.redports.org/buildarchive/r349466/

Log:
  Mark broken everywhere
  source='aliases.c' object='aliases.o' libtool=no  depfile='.deps/aliases.Po' tmpdepfile='.deps/aliases.TPo'  depmode=gcc3 /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I..      -O2 -pipe  -fno-strict-aliasing  -Wall -c `test -f aliases.c || echo './'`aliases.c
  In file included from aliases.c:31:
  gyach.h:66:21: error: gtk/gtk.h: No such file or directory
  gyach.h:67:21: error: gdk/gdk.h: No such file or directory
  
  Reported by:	pkg-fallout (since several months)

Modified:
  head/net-im/gyach/Makefile

Modified: head/net-im/gyach/Makefile
==============================================================================
--- head/net-im/gyach/Makefile	Fri Mar 28 21:39:42 2014	(r349465)
+++ head/net-im/gyach/Makefile	Fri Mar 28 21:44:48 2014	(r349466)
@@ -16,10 +16,7 @@ CFLAGS+=	${PTHREAD_CFLAGS}
 USE_GNOME=	gtk20
 
 NO_STAGE=	yes
-.include <bsd.port.pre.mk>
 
-.if ${ARCH} != "i386"
-BROKEN=		Does not compile on !i386
-.endif
+BROKEN=		Does not compile
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list