pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/avr-gcc Turn avr-binutils into a full dependency...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07a28329953c
branches:  trunk
changeset: 490790:07a28329953c
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Mar 20 12:10:04 2005 +0000

description:
Turn avr-binutils into a full dependency, not just a build one.  It's needed
at run time and also to handle the removal of the ${PREFIX}/avr directory.
Bump PKGREVISION to 1.

diffstat:

 cross/avr-gcc/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r b65879c31eaf -r 07a28329953c cross/avr-gcc/Makefile
--- a/cross/avr-gcc/Makefile    Sun Mar 20 12:07:42 2005 +0000
+++ b/cross/avr-gcc/Makefile    Sun Mar 20 12:10:04 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2005/01/01 00:17:55 minskim Exp $
+# $NetBSD: Makefile,v 1.9 2005/03/20 12:10:04 jmmv Exp $
 # FreeBSD Id: ports/devel/avr-gcc/Makefile,v 1.24 2003/05/11 19:32:20 joerg Exp
 
 DISTNAME=              gcc-3.3.2003.05.11
 PKGNAME=               avr-gcc-3.3.2003.05.11
+PKGREVISION=           1
 CATEGORIES=            cross
 MASTER_SITES=          http://people.freebsd.org/~joerg/
 EXTRACT_SUFX=          .tar.bz2
@@ -12,7 +13,7 @@
 MAINTAINER=            karlj%mdstud.chalmers.se@localhost
 COMMENT=               GNU gcc-3.3 for Atmel AVR 8-bit RISC microcontrollers
 
-BUILD_DEPENDS+=                avr-binutils-[0-9]*:../../cross/avr-binutils
+DEPENDS+=              avr-binutils-[0-9]*:../../cross/avr-binutils
 BUILD_DEPENDS+=                autoconf-[0-9]*:../../devel/autoconf
 BUILD_DEPENDS+=                bison-[0-9]*:../../devel/bison
 



Home | Main Index | Thread Index | Old Index