From owner-freebsd-ports@FreeBSD.ORG Tue Mar 16 18:43:45 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ED1D16A4CE; Tue, 16 Mar 2004 18:43:45 -0800 (PST) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99D4343D3F; Tue, 16 Mar 2004 18:43:44 -0800 (PST) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id A4A6D16758A; Wed, 17 Mar 2004 03:43:43 +0100 (CET) Received: from [192.168.8.4] (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i2H2hgeW096174 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 17 Mar 2004 03:43:43 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: freebsd-ports@freebsd.org Date: Wed, 17 Mar 2004 03:43:38 +0100 User-Agent: KMail/1.6.1 References: <1079483172.5430.9.camel@shumai.marcuscom.com> In-Reply-To: <1079483172.5430.9.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-03=_et7VAdfYmhS9lsH"; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200403170343.42414.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: dougb@freebsd.org cc: Joe Marcus Clarke Subject: Re: HEADS UP: freetype2 upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 02:43:45 -0000 --Boundary-03=_et7VAdfYmhS9lsH Content-Type: multipart/mixed; boundary="Boundary-01=_at7VAHSWpg0+xdS" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_at7VAHSWpg0+xdS Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 17 March 2004 01:26, Joe Marcus Clarke wrote: > This is a HEADS UP to maintainers of ports that use freetype2. The > recent freetype2 upgrade brings in an internal API change. You may > start noticing ports fail to build with an error saying you did not > include ft2build.h. I have added a CHANGES entry for this problem, but > just to sum it up, if a source file includes freetype/freetype.h, you > must replace that with: > > #include > #include FT_FREETYPE_H It's noteworthy that freetype/freetype.h is probably used by many ports in= =20 configure checks for freetype. One example is graphics/xpdf. Patching those configure scripts should often= be=20 simple though, example patch for xpdf is attached. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-01=_at7VAHSWpg0+xdS Content-Type: text/x-diff; charset="iso-8859-15"; name="patch-configure" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="patch-configure" =2D-- configure.orig Thu Jan 22 02:26:44 2004 +++ configure Wed Mar 17 03:36:44 2004 @@ -9460,7 +9460,7 @@ CPPFLAGS=3D"$CPPFLAGS $freetype2_CFLAGS " =20 =20 =2Dfor ac_header in freetype.h +for ac_header in ft2build.h do as_ac_Header=3D`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" =3D set"; then --Boundary-01=_at7VAHSWpg0+xdS-- --Boundary-03=_et7VAdfYmhS9lsH Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAV7teXhc68WspdLARAvCdAKCgkBj5flOjMiLhPk7X1H8PWFOzpQCfUOSL FCiZYfhiDOwH/RCjOdvz6Tc= =1uP2 -----END PGP SIGNATURE----- --Boundary-03=_et7VAdfYmhS9lsH--