Also do not install localizations -- fixes PR 22778.

This commit is contained in:
wiz 2003-09-19 12:58:14 +00:00
parent 37dabf7e02
commit 9d5012e199
5 changed files with 41 additions and 17 deletions

View file

@ -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

View file

@ -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

View file

@ -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`

View file

@ -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)

View file

@ -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)