pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc34 Fixed the AWK interpreter. Bumped PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44feb7e000f1
branches:  trunk
changeset: 519532:44feb7e000f1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 04 22:40:40 2006 +0000

description:
Fixed the AWK interpreter. Bumped PKGREVISION.

diffstat:

 lang/gcc34/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r bb6308e4d585 -r 44feb7e000f1 lang/gcc34/Makefile
--- a/lang/gcc34/Makefile       Wed Oct 04 22:24:49 2006 +0000
+++ b/lang/gcc34/Makefile       Wed Oct 04 22:40:40 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.35 2006/09/27 15:46:11 abs Exp $
+# $NetBSD: Makefile,v 1.36 2006/10/04 22:40:40 rillig Exp $
 #
 
 DISTNAME=      gcc-${GCC_VERSION}
 PKGNAME=       gcc34-${GCC_VERSION}
+PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GNU:=gcc/gcc-${GCC_VERSION}/}
 EXTRACT_SUFX=  .tar.bz2
@@ -49,6 +50,9 @@
 CONFIGURE_ARGS+=       --with-gnu-ld
 .endif
 
+REPLACE_AWK+=          libjava/addr2name.awk
+USE_TOOLS+=            awk:run
+
 # Optional languages - change as required
 #   If BUILD_ADA is YES, then you'll need to specify
 #   an Ada in the "Ada bootstrap compiler section"



Home | Main Index | Thread Index | Old Index