Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2006 14:09:31 +0400
From:      Boris Samorodov <bsam@ipt.ru>
To:        Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
Cc:        Jeff Molofee <nehe@cruzinternet.com>, Adi Pircalabu <apircalabu@bitdefender.com>, freebsd-questions@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: linux_base-fc4
Message-ID:  <51127380@srv.sem.ipt.ru>
In-Reply-To: <20060620122319.4095c40b@it.buh.tecnik93.com> (Ion-Mihai Tetcu's message of "Tue, 20 Jun 2006 12:23:19 %2B0300")
References:  <20060617071239.1F08D16A56D@hub.freebsd.org> <44960134.9030502@cruzinternet.com> <20060619184110.321ff967@apircalabu.dsd.ro> <20060619191542.614d03ad@apircalabu.dsd.ro> <61855713@srv.sem.ipt.ru> <20060620122319.4095c40b@it.buh.tecnik93.com>

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

On Tue, 20 Jun 2006 12:23:19 +0300 Ion-Mihai "IOnut" Tetcu wrote:

> /me whispers 'cvs diff -uN' and misc/tinderbox :)

> Or send it over andI'll run a test on one of my tindyes.

Here it is.


WBR
-- 
Boris B. Samorodov, Research Engineer
InPharmTech Co,     http://www.ipt.ru
Telephone & Internet Service Provider

--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment; filename=linux_base-fc4.patch
Content-Description: linux_base-fc4 patch

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/linux_base-fc4/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	10 Jun 2006 13:35:52 -0000	1.7
+++ Makefile	19 Jun 2006 10:39:12 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=		fc
 PORTVERSION=		4
-PORTREVISION=		1
+PORTREVISION=		2
 CATEGORIES=		emulators linux
 MASTER_SITES=		${MASTER_SITE_FEDORA_LINUX}
 MASTER_SITE_SUBDIR=	${PORTVERSION}/${LINUX_RPM_ARCH}/os/Fedora/RPMS \
@@ -28,6 +28,7 @@
 		bzip2-1.0.2-16.${LINUX_RPM_ARCH}.rpm \
 		bzip2-libs-1.0.2-16.${LINUX_RPM_ARCH}.rpm \
 		compat-db-4.2.52-2.FC4.${LINUX_RPM_ARCH}.rpm \
+		compat-libstdc++-296-2.96-132.fc4.${LINUX_RPM_ARCH}.rpm \
 		compat-libstdc++-33-3.2.3-47.fc4.${LINUX_RPM_ARCH}.rpm \
 		coreutils-5.2.1-48.1.${LINUX_RPM_ARCH}.rpm \
 		db4-4.3.27-5.fc4.${LINUX_RPM_ARCH}.rpm \
Index: distinfo.i386
===================================================================
RCS file: /home/ncvs/ports/emulators/linux_base-fc4/distinfo.i386,v
retrieving revision 1.6
diff -u -r1.6 distinfo.i386
--- distinfo.i386	2 Jun 2006 20:50:32 -0000	1.6
+++ distinfo.i386	19 Jun 2006 10:39:12 -0000
@@ -13,6 +13,9 @@
 MD5 (rpm/i386/fedora/4/compat-db-4.2.52-2.FC4.i386.rpm) = 4351cbd58365904bc2a21c946b624837
 SHA256 (rpm/i386/fedora/4/compat-db-4.2.52-2.FC4.i386.rpm) = c1ec3e21db3d4ef616ce78dcf2913508fdea6b70b674267af0f0d180428fda8b
 SIZE (rpm/i386/fedora/4/compat-db-4.2.52-2.FC4.i386.rpm) = 859566
+MD5 (rpm/i386/fedora/4/compat-libstdc++-296-2.96-132.fc4.i386.rpm) = 3f002b614c92079a32a30eaa721aba58
+SHA256 (rpm/i386/fedora/4/compat-libstdc++-296-2.96-132.fc4.i386.rpm) = 0f4d0394c4f746bfc6418e8fd6b46a496f742a16d4bb96589cbe56b4975f94fd
+SIZE (rpm/i386/fedora/4/compat-libstdc++-296-2.96-132.fc4.i386.rpm) = 178657
 MD5 (rpm/i386/fedora/4/compat-libstdc++-33-3.2.3-47.fc4.i386.rpm) = dab411528a710a5f61e1981f173beddc
 SHA256 (rpm/i386/fedora/4/compat-libstdc++-33-3.2.3-47.fc4.i386.rpm) = 1b07f3d0c61b5a4737ac7d007485d04b7d51a00476924d5dc399a1fa347376ac
 SIZE (rpm/i386/fedora/4/compat-libstdc++-33-3.2.3-47.fc4.i386.rpm) = 233643
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/emulators/linux_base-fc4/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	2 Jun 2006 20:50:32 -0000	1.4
+++ pkg-plist	19 Jun 2006 10:39:14 -0000
@@ -598,6 +598,10 @@
 usr/lib/libstdc++.so.5.0.7
 usr/lib/libstdc++.so.6
 usr/lib/libstdc++.so.6.0.7
+usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
+usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
+usr/lib/libstdc++-libc6.1-1.so.2
+usr/lib/libstdc++-libc6.2-2.so.3
 usr/lib/libttf.so.2
 usr/lib/libttf.so.2.3.0
 usr/lib/libz.so.1

--=-=-=--



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