Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 2004 10:54:08 -0700
From:      "Greg J." <xcas@cox.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/66174: [MAINTAINER] x11-wm/kahakai: Build depends on FreeType2; Mark broken on AMD64
Message-ID:  <1083520448.0@localhost.bsd-unix.org>
Resent-Message-ID: <200405021800.i42I0uvn069610@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         66174
>Category:       ports
>Synopsis:       [MAINTAINER] x11-wm/kahakai: Build depends on FreeType2; Mark broken on AMD64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 02 11:00:56 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Greg J.
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 5.2-CURRENT #0: Tue Apr 20 12:15:48 MST 2004
    cas@localhost.bsd-unix.org:/usr/obj/usr/src/sys/CASX32



>Description:


http://bento.freebsd.org/errorlogs/alpha-5-latest/kahakai-0.6.2.log
http://bento.freebsd.org/errorlogs/amd64-5-latest/kahakai-0.6.2.log




>How-To-Repeat:





>Fix:


--- kahakai.diff begins here ---
--- x11-wm/kahakai/Makefile.orig	Sun May  2 10:18:50 2004
+++ x11-wm/kahakai/Makefile	Sun May  2 10:26:43 2004
@@ -15,6 +15,7 @@
 COMMENT=	Kahakai window manager
 
 BUILD_DEPENDS=	swig:${PORTSDIR}/devel/swig13 \
+		freetype-config:${PORTSDIR}/print/freetype2 \
 	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
 LIB_DEPENDS=	Imlib2.2:${PORTSDIR}/graphics/imlib2 \
 		Xft.2:${PORTSDIR}/x11-fonts/libXft
@@ -37,8 +38,14 @@
 		LDFLAGS=-L${X11BASE}/lib \
 		LIBS=${PTHREAD_LIBS}
 
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN=		"Does not compile on amd64"
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|/tmp/ktest|${X11BASE}|' \
 		${WRKSRC}/data/styles/Default.kastyle.in
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- kahakai.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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