pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross Convert to bl3, untested. Improve COMMENT.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6640257e742
branches:  trunk
changeset: 492135:f6640257e742
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 05 11:05:33 2005 +0000

description:
Convert to bl3, untested. Improve COMMENT.

diffstat:

 cross/bfd-crunchide/Makefile  |  7 ++++---
 cross/bfd-mdsetimage/Makefile |  7 +++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r df5e5a673435 -r f6640257e742 cross/bfd-crunchide/Makefile
--- a/cross/bfd-crunchide/Makefile      Tue Apr 05 11:04:20 2005 +0000
+++ b/cross/bfd-crunchide/Makefile      Tue Apr 05 11:05:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/08/02 02:02:30 kristerw Exp $
+# $NetBSD: Makefile,v 1.15 2005/04/05 11:05:33 wiz Exp $
 
 DISTNAME=      bfd-crunchide-1.1
 PKGREVISION=   1
@@ -7,9 +7,9 @@
 DISTFILES=     # empty
 
 MAINTAINER=    sakamoto%NetBSD.org@localhost
-COMMENT=       crunchide using libbfd. Used for cross-building distributions
+COMMENT=       Crunchide using libbfd, used for cross-building distributions
 
-BUILD_DEPENDS= cross-binutils>=2.15.0.0:../binutils
+BUILDLINK_DEPMETHOD.cross-binutils=    build
 
 WRKSRC=                ${WRKDIR}
 EXTRACT_ONLY=  # empty
@@ -30,4 +30,5 @@
 pre-install:
        @if [ ! -d ${PREFIX}/bin ]; then ${INSTALL_PROGRAM_DIR} ${PREFIX}/bin; fi
 
+.include "../../cross/binutils/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r df5e5a673435 -r f6640257e742 cross/bfd-mdsetimage/Makefile
--- a/cross/bfd-mdsetimage/Makefile     Tue Apr 05 11:04:20 2005 +0000
+++ b/cross/bfd-mdsetimage/Makefile     Tue Apr 05 11:05:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/09/09 01:33:10 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2005/04/05 11:06:40 wiz Exp $
 
 DISTNAME=      bfd-mdsetimage-1.15.1
 CATEGORIES=    cross
@@ -6,9 +6,7 @@
 DISTFILES=     # empty
 
 MAINTAINER=    sakamoto%NetBSD.org@localhost
-COMMENT=       mdsetimage using libbfd. Used for cross-building distributions
-
-DEPENDS=       cross-binutils>=2.9.1.1:../binutils
+COMMENT=       Mdsetimage using libbfd, used for cross-building distributions
 
 WRKSRC=                ${WRKDIR}
 EXTRACT_ONLY=  # empty
@@ -32,4 +30,5 @@
 pre-install:
        @if [ ! -d ${PREFIX}/bin ]; then ${INSTALL_PROGRAM_DIR} ${PREFIX}/bin; fi
 
+.include "../../cross/binutils/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index