From owner-freebsd-current@FreeBSD.ORG Tue Jun 17 12:28:59 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BF0A37B401 for ; Tue, 17 Jun 2003 12:28:59 -0700 (PDT) Received: from smtp1.ActiveState.com (gw.activestate.com [209.17.183.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0EE243FBF for ; Tue, 17 Jun 2003 12:28:58 -0700 (PDT) (envelope-from bsd@gopostal.ca) Received: from smtp3.ActiveState.com (smtp3.ActiveState.com [192.168.3.19]) by smtp1.ActiveState.com (8.12.9/8.12.9) with ESMTP id h5HJSwVD019253 for ; Tue, 17 Jun 2003 12:28:58 -0700 Received: from [192.168.3.212] (pinchdog.ActiveState.com.3.168.192.in-addr.arpa [192.168.3.212] (may be forged)) by smtp3.ActiveState.com (8.12.9/8.12.9) with ESMTP id h5HJSwD2028281 for ; Tue, 17 Jun 2003 12:28:58 -0700 From: "Eli K. Breen" To: freebsd-current@freebsd.org Content-Type: text/plain Organization: Message-Id: <1055878318.57880.39.camel@pinchdog.activestate.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 17 Jun 2003 12:31:58 -0700 Content-Transfer-Encoding: 7bit Subject: Xft-2.1.2 fails to build under 5.1 release X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 19:28:59 -0000 Xft-2.1.2 fails to build under 5.1 release - Any hints or should I try and get a hold of the Xft port maintainer? cd /usr/ports/x11-fonts/Xft && make ...results in... [...] cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -O -pipe -mcpu=pentiumpro -MT xftdpy.lo -MD -MP -MF .deps/xftdpy.Tpo -c xftdpy.c -fPIC -o .libs/xftdpy.o xftdpy.c: In function `XftDefaultSubstitute': xftdpy.c:484: `FC_RGBA_UNKNOWN' undeclared (first use in this function) xftdpy.c:484: (Each undeclared identifier is reported only once xftdpy.c:484: for each function it appears in.) gmake[1]: *** [xftdpy.lo] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-fonts/Xft/work/xft-2.1.2' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11-fonts/Xft. -EKB-