Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Nov 2005 14:34:45 +0900
From:      Alexander Nedotsukov <bland@FreeBSD.org>
To:        Alexander Leidinger <Alexander@Leidinger.net>
Cc:        freebsd-emulation@FreeBSD.org
Subject:   Re: linux-fontconfig update request
Message-ID:  <43684FF5.7010209@FreeBSD.org>
In-Reply-To: <20051028095626.rib1u1ohogs44gwc@netchild.homeip.net>
References:  <4361A2DC.8080007@FreeBSD.org> <20051028095626.rib1u1ohogs44gwc@netchild.homeip.net>

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

[-- Attachment #1 --]
Alexander Leidinger wrote:
>> ps. I did not found any reliable source of v2.3.2 .rpms which going 
>> to be committed with GNOME 2.12. But if any of you will do or have a 
>> chance to cook its own .rpms this will be better.
>
> What about:
> http://rpmseek.com/rpm-dl/fontconfig-2.3.2-1.i386.html?hl=de&cs=fontconfig:PR:0:0:0:0:2139284 
>
>
> Maybe it works...
>
> At 
> http://rpmseek.com/rpm-pl/fontconfig.html?hl=de&cs=fontconfig:PR:0:0:0:0
> there are more sources listed.
Sorry for late reply. Nice hint. Unfortunately all 2.3.2 rpms seems to 
require newer GLIBC than we have ATM.  Errors looks like:

bland@nest:~$realplay
/usr/X11R6/lib/RealPlayer/realplay.bin: /lib/libc.so.6: version 
`GLIBC_2.3.4' not found (required by /usr/lib/libfontconfig.so.1)

But I get a bit close. Please review updated patch. Also is it ok to 
assume that this patch can be committed right after or within GNOME update?

Thanks,
Alexander.


[-- Attachment #2 --]
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-fonts/linux-fontconfig/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	17 Jun 2005 22:59:28 -0000	1.9
+++ Makefile	2 Nov 2005 05:23:49 -0000
@@ -6,22 +6,23 @@
 #
 
 PORTNAME=	fontconfig
-PORTVERSION=	2.1
-PORTREVISION=	3
+PORTVERSION=	2.2.3
+PORTREVISION=	0
 CATEGORIES=	x11-fonts linux
+MASTER_SITES=	${MASTER_SITE_FEDORA_LINUX}
+MASTER_SITE_SUBDIR=	3/i386/os/Fedora/RPMS/
 
 MAINTAINER=	freebsd-emulation@FreeBSD.org
-COMMENT=	Linux/i386 binary of Fontconfig
+COMMENT=	Linux binary of Fontconfig
 
 EXTRACT_DEPENDS=rpm2cpio:${PORTSDIR}/archivers/rpm
 BUILD_DEPENDS=	${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 USE_REINPLACE=	yes
-BASEVERSION=	9
 ONLY_FOR_ARCHS=	i386 amd64
 PLIST=		${WRKDIR}/plist
-RPM_SET=	fontconfig-2.1-9.i386.rpm
+RPM_SET=	fontconfig-2.2.3-5.i386.rpm
 
 #PKGINSTALL=	${WRKDIR}/pkg-install
 
Index: distinfo.i386
===================================================================
RCS file: /home/pcvs/ports/x11-fonts/linux-fontconfig/distinfo.i386,v
retrieving revision 1.2
diff -u -r1.2 distinfo.i386
--- distinfo.i386	17 Mar 2004 18:29:15 -0000	1.2
+++ distinfo.i386	2 Nov 2005 05:23:49 -0000
@@ -1,3 +1,2 @@
-$FreeBSD: ports/x11-fonts/linux-fontconfig/distinfo.i386,v 1.2 2004/03/17 18:29:15 trevor Exp $
-MD5 (rpm/fontconfig-2.1-9.i386.rpm) = 86e827ffaa502266116047e840f8eb8f
-SIZE (rpm/fontconfig-2.1-9.i386.rpm) = 106739
+MD5 (rpm/fontconfig-2.2.3-5.i386.rpm) = eb0363e0c829ce9d13ba4e0c68ea8458
+SIZE (rpm/fontconfig-2.2.3-5.i386.rpm) = 118946

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