Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2014 21:44:48 +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: r349466 - head/net-im/gyach
Message-ID:  <201403282144.s2SLimTk092927@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403282144.s2SLimTk092927>