From owner-freebsd-gnome Thu Jan 16 3:40:17 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7A0537B401 for ; Thu, 16 Jan 2003 03:40:14 -0800 (PST) Received: from smtp04.iprimus.com.au (smtp04.iprimus.com.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7F4943F5F for ; Thu, 16 Jan 2003 03:40:10 -0800 (PST) (envelope-from matgarnz@iprimus.com.au) Received: from smtp02.iprimus.net.au (210.50.76.70) by smtp04.iprimus.com.au (6.7.010) id 3DF583C3003A9BE1 for gnome@FreeBSD.org; Thu, 16 Jan 2003 22:40:04 +1100 Received: from [210.50.171.194] ([210.50.171.194]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.5600); Thu, 16 Jan 2003 22:40:03 +1100 Subject: Freetype 2.1.3 From: Matthew Gardiner To: gnome@FreeBSD.org In-Reply-To: <1042702949.39453.30.camel@shumai.marcuscom.com> References: <1042702949.39453.30.camel@shumai.marcuscom.com> Content-Type: multipart/mixed; boundary="=-W4JeR4Xu9l4P4ORdOoj5" Organization: Message-Id: <1042717234.26957.4.camel@tchaikovsky.stpetersburg> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 16 Jan 2003 22:40:35 +1100 X-OriginalArrivalTime: 16 Jan 2003 11:40:03.0982 (UTC) FILETIME=[02B082E0:01C2BD54] Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-W4JeR4Xu9l4P4ORdOoj5 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, I did a bit of stuffing around last night with the freetype2 files in ports, it seems everything is working great. attached to this email are the two files that I changed. oh, btw, the xft file in files has been deleted as Freetype-2.1.3 no longer requires the patch. --=-W4JeR4Xu9l4P4ORdOoj5 Content-Disposition: attachment; filename=Makefile Content-Type: text/x-makefile; name=Makefile; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit # New ports collection makefile for: freetype # Date created: January 24, 1998 # Whom: jseger@FreeBSD.org # # $FreeBSD: ports/print/freetype2/Makefile,v 1.41 2002/10/24 19:18:39 marcus Exp $ # PORTNAME= freetype2 PORTVERSION= 2.1.3 PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \ http://www.funet.fi/pub/mirrors/ftp.freetype.org/%SUBDIR%/ \ http://ftp.sunet.se/pub/text-processing/freetype/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,} \ ftp://ftp.freetype.org/pub/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org USE_BZIP2= yes USE_GMAKE= yes MAKE_ENV= TOP="" INSTALLS_SHLIB= yes USE_LIBTOOL= yes LIBTOOLFILES= builds/unix/configure CONFIGURE_ARGS= --disable-nls CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix post-configure: @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} setup) .include --=-W4JeR4Xu9l4P4ORdOoj5 Content-Disposition: attachment; filename="patch-include::freetype::config::ftoption.h" Content-Type: text/x-c-header; name="patch-include::freetype::config::ftoption.h"; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit $FreeBSD: ports/print/freetype2/files/patch-include::freetype::config::ftoption.h,v 1.4 2002/06/21 16:42:45 sobomax Exp $ --- include/freetype/config/ftoption.h.orig Nov 7 09:32 2002 +++ include/freetype/config/ftoption.h Fri Jun 21 15:49:27 2002 @@ -381,1 +381,1 @@ -/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */ +#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER --=-W4JeR4Xu9l4P4ORdOoj5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message