pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/i386-mingw32 Fix build on NetBSD 1.6.2_RC1: avoi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7a450f195c6
branches:  trunk
changeset: 463322:c7a450f195c6
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Nov 05 23:03:54 2003 +0000

description:
Fix build on NetBSD 1.6.2_RC1: avoid building info files, they are not
installed anyway.

XXX it does not build on -current.

diffstat:

 cross/i386-mingw32/Makefile         |   3 ++-
 cross/i386-mingw32/distinfo         |   3 ++-
 cross/i386-mingw32/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 07c17645bacf -r c7a450f195c6 cross/i386-mingw32/Makefile
--- a/cross/i386-mingw32/Makefile       Wed Nov 05 22:31:43 2003 +0000
+++ b/cross/i386-mingw32/Makefile       Wed Nov 05 23:03:54 2003 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2003/07/17 21:27:55 grant Exp $
+# $NetBSD: Makefile,v 1.12 2003/11/05 23:03:54 seb Exp $
 
 DISTNAME=              cross-${TARGET_ARCH}-1.2
 PKGREVISION=           3
+WRKSRC=                        ${WRKDIR} # for the patch target
 CROSS_DISTFILES=
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
 HOMEPAGE=              http://www.mingw.org/
diff -r 07c17645bacf -r c7a450f195c6 cross/i386-mingw32/distinfo
--- a/cross/i386-mingw32/distinfo       Wed Nov 05 22:31:43 2003 +0000
+++ b/cross/i386-mingw32/distinfo       Wed Nov 05 23:03:54 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2002/01/22 12:16:20 kent Exp $
+$NetBSD: distinfo,v 1.2 2003/11/05 23:03:54 seb Exp $
 
 SHA1 (binutils-2.11.92-20011113-src.tar.gz) = 3286f3f239fa3e3565225ca6d3a875dbecfbc542
 Size (binutils-2.11.92-20011113-src.tar.gz) = 10310634 bytes
@@ -8,3 +8,4 @@
 Size (mingw-runtime-1.2-src.tar.gz) = 136354 bytes
 SHA1 (w32api-1.2-src.tar.gz) = 4862ee2372ea962651a315eba836c2e04cd1fa4c
 Size (w32api-1.2-src.tar.gz) = 493336 bytes
+SHA1 (patch-aa) = 37937b1b8de5eb8c2de3835b4296538bd253796b
diff -r 07c17645bacf -r c7a450f195c6 cross/i386-mingw32/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/i386-mingw32/patches/patch-aa       Wed Nov 05 23:03:54 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2003/11/05 23:03:54 seb Exp $
+
+--- gcc-2.95.3-20011106/gcc/Makefile.in.orig   Fri Oct 19 08:13:13 2001
++++ gcc-2.95.3-20011106/gcc/Makefile.in
+@@ -839,7 +839,7 @@ all.internal: start.encap rest.encap doc
+ # Note that we can compile enquire using the cross-compiler just built,
+ # although we can't run it on this machine.
+ all.cross: native gcc-cross specs stmp-headers $(STMP_FIXPROTO) $(LIBGCC) \
+-      $(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross doc
++      $(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross
+ # This is what to compile if making gcc with a cross-compiler.
+ all.build: native xgcc$(exeext) cpp$(exeext) $(EXTRA_PARTS) lang.all.build
+ # This is what must be made before installing GCC and converting libraries.



Home | Main Index | Thread Index | Old Index