pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/h8300-hms-binutils Properly handle info files an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07d3fab92b40
branches:  trunk
changeset: 463323:07d3fab92b40
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Nov 05 23:32:11 2003 +0000

description:
Properly handle info files and thus fix installation.

diffstat:

 cross/h8300-hms-binutils/Makefile |  6 +++++-
 cross/h8300-hms-binutils/PLIST    |  3 +--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r c7a450f195c6 -r 07d3fab92b40 cross/h8300-hms-binutils/Makefile
--- a/cross/h8300-hms-binutils/Makefile Wed Nov 05 23:03:54 2003 +0000
+++ b/cross/h8300-hms-binutils/Makefile Wed Nov 05 23:32:11 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/03/29 12:40:24 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2003/11/05 23:32:11 seb Exp $
 
 DISTNAME=              binutils-2.12.1
 PKGNAME=               cross-h8300-hms-binutils-2.12.1
@@ -15,6 +15,7 @@
 
 USE_BUILDLINK2=                yes
 USE_GMAKE=             yes
+USE_MAKEINFO=          yes
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --prefix=${H8300_PREFIX}
 CONFIGURE_ARGS+=       --infodir=${H8300_PREFIX}/binutils
@@ -22,6 +23,9 @@
 CONFIGURE_SCRIPT=      ${SRCDIR}/configure
 SRCDIR=                        ${WRKDIR}/${DISTNAME}
 ALL_TARGET=            CFLAGS="-O2 -fomit-frame-pointer" all
+INFO_DIR=              libexec/cross-h8300-hms/binutils
+INFO_FILES=            as.info bfd.info binutils.info configure.info
+INFO_FILES+=           gasp.info ld.info standards.info
 
 post-extract:
        ${MKDIR} ${WRKSRC}
diff -r c7a450f195c6 -r 07d3fab92b40 cross/h8300-hms-binutils/PLIST
--- a/cross/h8300-hms-binutils/PLIST    Wed Nov 05 23:03:54 2003 +0000
+++ b/cross/h8300-hms-binutils/PLIST    Wed Nov 05 23:32:11 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/09/30 11:15:29 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/11/05 23:32:11 seb Exp $
 bin/h8300-hms-addr2line
 bin/h8300-hms-ar
 bin/h8300-hms-as
@@ -62,7 +62,6 @@
 libexec/cross-h8300-hms/binutils/configure.info-1
 libexec/cross-h8300-hms/binutils/configure.info-2
 libexec/cross-h8300-hms/binutils/configure.info-3
-libexec/cross-h8300-hms/binutils/dir
 libexec/cross-h8300-hms/binutils/gasp.info
 libexec/cross-h8300-hms/binutils/ld.info
 libexec/cross-h8300-hms/binutils/ld.info-1



Home | Main Index | Thread Index | Old Index