OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-Apr-2004 22:04:54
Branch: HEAD Handle: 2004043021045300
Modified files:
openpkg-src/binutils binutils.patch binutils.spec
Log:
add support for FreeBSD 4.10
Summary:
Revision Changes Path
1.6 +14 -0 openpkg-src/binutils/binutils.patch
1.47 +1 -1 openpkg-src/binutils/binutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/binutils/binutils.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 binutils.patch
--- openpkg-src/binutils/binutils.patch 20 Jun 2003 10:10:40 -0000 1.5
+++ openpkg-src/binutils/binutils.patch 30 Apr 2004 20:04:53 -0000 1.6
@@ -24,3 +24,17 @@
&& _bfd_elf_section_offset (output_bfd, info, input_section,
rel->r_offset) == (bfd_vma) -1)
break;
+Index: bfd/configure
+--- bfd/configure.orig 2003-06-12 16:25:46.000000000 +0200
++++ bfd/configure 2004-04-30 22:01:31.000000000 +0200
+@@ -5133,6 +5133,10 @@
+ i[3456]86-*-bsdi)
+ COREFILE=
+ ;;
++ i[3456]86-*-freebsd4.1[0-9]*)
++ COREFILE=''
++ TRAD_HEADER='"hosts/i386bsd.h"'
++ ;;
+ i[3456]86-*-bsd* | i[34567]86-*-freebsd[123] | i[34567]86-*-freebsd[123]\.* |
i[34567]86-*-freebsd4\.[01234]* | i[34567]86-*-freebsd*aout*)
+ COREFILE=trad-core.lo
+ TRAD_HEADER='"hosts/i386bsd.h"'
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/binutils/binutils.spec
============================================================================
$ cvs diff -u -r1.46 -r1.47 binutils.spec
--- openpkg-src/binutils/binutils.spec 7 Feb 2004 17:53:49 -0000 1.46
+++ openpkg-src/binutils/binutils.spec 30 Apr 2004 20:04:53 -0000 1.47
@@ -34,7 +34,7 @@
Group: Utility
License: GPL
Version: 2.14
-Release: 20040207
+Release: 20040430
# list of sources
Source0:
ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]