pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/binutils Add a missing include file.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4efe7a0e5505
branches:  trunk
changeset: 478916:4efe7a0e5505
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Aug 02 00:57:15 2004 +0000

description:
Add a missing include file.
Bump PKGREVISION.

diffstat:

 cross/binutils/Makefile |  4 +++-
 cross/binutils/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r dab73b470de0 -r 4efe7a0e5505 cross/binutils/Makefile
--- a/cross/binutils/Makefile   Mon Aug 02 00:07:40 2004 +0000
+++ b/cross/binutils/Makefile   Mon Aug 02 00:57:15 2004 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.35 2004/07/09 20:43:47 kristerw Exp $
+# $NetBSD: Makefile,v 1.36 2004/08/02 00:57:15 kristerw Exp $
 #
 # GNU binutils configured to hold `as many targets as the cross system is
 # capable of using'.  Configures and builds everything except gas, which
 # gets built at cross-pkg build time (it's target specific).
 
 DISTNAME=              binutils-2.15
+PKGREVISION=           1
 PKGNAME=               cross-binutils-2.15.0.0
 CATEGORIES=            cross lang
 MASTER_SITES=          ${MASTER_SITE_GNU:=binutils/}
@@ -69,6 +70,7 @@
        @${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/opcodes/libopcodes.la ${PREFIX}/lib
        @${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/libiberty/libiberty.a ${PREFIX}/lib
        ${INSTALL_DATA} ${WRKSRC}/include/ansidecl.h ${PREFIX}/include
+       ${INSTALL_DATA} ${WRKSRC}/include/symcat.h ${PREFIX}/include
        ${INSTALL_DATA} ${WRKSRC}/bfd/bfd.h ${PREFIX}/include
        ${INSTALL_DATA} ${WRKSRC}/ld/ldscripts/* ${PREFIX}/lib/ldscripts
        ${INSTALL_SCRIPT} ${WRKSRC}/cross-env ${BINDIR}
diff -r dab73b470de0 -r 4efe7a0e5505 cross/binutils/PLIST
--- a/cross/binutils/PLIST      Mon Aug 02 00:07:40 2004 +0000
+++ b/cross/binutils/PLIST      Mon Aug 02 00:57:15 2004 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2004/07/09 20:43:47 kristerw Exp $
+@comment $NetBSD: PLIST,v 1.5 2004/08/02 00:57:15 kristerw Exp $
 include/ansidecl.h
 include/bfd.h
+include/symcat.h
 lib/ldscripts/a29k.x
 lib/ldscripts/a29k.xbn
 lib/ldscripts/a29k.xn



Home | Main Index | Thread Index | Old Index