summaryrefslogtreecommitdiff
path: root/cross/avr-binutils
diff options
context:
space:
mode:
authorwiz <wiz>2003-09-19 12:58:14 +0000
committerwiz <wiz>2003-09-19 12:58:14 +0000
commit17263a181dd70fac040e0b8bcc07476d982a4d9c (patch)
treed667cc949b49c114cf07d92807fb251318dbf79f /cross/avr-binutils
parentb29d0de447a71637ab28f254a1b350112c57e086 (diff)
downloadpkgsrc-17263a181dd70fac040e0b8bcc07476d982a4d9c.tar.gz
Also do not install localizations -- fixes PR 22778.
Diffstat (limited to 'cross/avr-binutils')
-rw-r--r--cross/avr-binutils/PLIST15
-rw-r--r--cross/avr-binutils/distinfo6
-rw-r--r--cross/avr-binutils/patches/patch-ag11
-rw-r--r--cross/avr-binutils/patches/patch-ah13
-rw-r--r--cross/avr-binutils/patches/patch-ai13
5 files changed, 41 insertions, 17 deletions
diff --git a/cross/avr-binutils/PLIST b/cross/avr-binutils/PLIST
index f92d3ed33d4..aa361ef3ef8 100644
--- a/cross/avr-binutils/PLIST
+++ b/cross/avr-binutils/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2003/09/19 12:34:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/09/19 12:58:14 wiz Exp $
avr/bin/ar
avr/bin/as
avr/bin/ld
@@ -99,19 +99,6 @@ man/man1/avr-windres.1
man/man1/avr-c++filt.1
man/man1/avr-as.1
man/man1/avr-ld.1
-${PKGLOCALEDIR}/locale/da/LC_MESSAGES/binutils.mo
-${PKGLOCALEDIR}/locale/es/LC_MESSAGES/binutils.mo
-${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gas.mo
-${PKGLOCALEDIR}/locale/es/LC_MESSAGES/ld.mo
-${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/binutils.mo
-${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gas.mo
-${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/ld.mo
-${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/binutils.mo
-${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/binutils.mo
-${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/ld.mo
-${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/binutils.mo
-${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gas.mo
-${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/ld.mo
@dirrm avr/lib/ldscripts
@dirrm avr/lib
@dirrm avr/bin
diff --git a/cross/avr-binutils/distinfo b/cross/avr-binutils/distinfo
index e3ccfe0a14a..2a548f7b546 100644
--- a/cross/avr-binutils/distinfo
+++ b/cross/avr-binutils/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/09/19 12:34:26 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/09/19 12:58:14 wiz Exp $
SHA1 (binutils-2.13.2.1.tar.gz) = d13624807c6b47fec870096a65d47cce4cf82370
Size (binutils-2.13.2.1.tar.gz) = 12980018 bytes
@@ -8,4 +8,6 @@ SHA1 (patch-ac) = 9261e61c68d50ba771ff74d3dba0670796a256af
SHA1 (patch-ad) = 306fa82019efec11ae8ed18bf6853934a0f6c16f
SHA1 (patch-ae) = 8d1f64fa51ed4fb7bbed49f3cedb20c1e08bce0d
SHA1 (patch-af) = 92f0a4156ed6ea1027dcdffbbf41f05732b6dba9
-SHA1 (patch-ag) = f86a7ee67047287a12c8006daf26ca1771d05622
+SHA1 (patch-ag) = ab2bd066584a8c54663547c78afb4eaac4515446
+SHA1 (patch-ah) = 0559821757c0b112b118bd966430f9d1c3894a83
+SHA1 (patch-ai) = 559e4d685369ca37ecb0168573e7a77e657fd1bf
diff --git a/cross/avr-binutils/patches/patch-ag b/cross/avr-binutils/patches/patch-ag
index dca7d927eef..ccb1099314e 100644
--- a/cross/avr-binutils/patches/patch-ag
+++ b/cross/avr-binutils/patches/patch-ag
@@ -1,7 +1,16 @@
-$NetBSD: patch-ag,v 1.1 2003/09/19 12:34:28 wiz Exp $
+$NetBSD: patch-ag,v 1.2 2003/09/19 12:58:14 wiz Exp $
--- ld/Makefile.in.orig Thu Jan 2 01:56:31 2003
+++ ld/Makefile.in
+@@ -111,7 +111,7 @@ INTLLIBS = @INTLLIBS@
+
+ AUTOMAKE_OPTIONS = cygnus dejagnu
+
+-SUBDIRS = po
++SUBDIRS =
+
+ tooldir = $(exec_prefix)/$(target_alias)
+
@@ -512,7 +512,7 @@ CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
diff --git a/cross/avr-binutils/patches/patch-ah b/cross/avr-binutils/patches/patch-ah
new file mode 100644
index 00000000000..7b1a597ceb6
--- /dev/null
+++ b/cross/avr-binutils/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2003/09/19 12:58:14 wiz Exp $
+
+--- binutils/Makefile.in.orig Tue Jul 16 04:04:30 2002
++++ binutils/Makefile.in
+@@ -121,7 +121,7 @@ INTLLIBS = @INTLLIBS@
+
+ AUTOMAKE_OPTIONS = cygnus dejagnu
+
+-SUBDIRS = doc po
++SUBDIRS = doc
+
+ tooldir = $(exec_prefix)/$(target_alias)
+
diff --git a/cross/avr-binutils/patches/patch-ai b/cross/avr-binutils/patches/patch-ai
new file mode 100644
index 00000000000..00c25ed2b80
--- /dev/null
+++ b/cross/avr-binutils/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2003/09/19 12:58:15 wiz Exp $
+
+--- gas/Makefile.in.orig Sun Jul 14 03:14:18 2002
++++ gas/Makefile.in
+@@ -116,7 +116,7 @@ INTLLIBS = @INTLLIBS@
+
+ AUTOMAKE_OPTIONS = cygnus dejagnu
+
+-SUBDIRS = doc po
++SUBDIRS = doc
+
+ tooldir = $(exec_prefix)/$(target_alias)
+