pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Update _GCC_DIST_VERSION to 3.4.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/375b549529c9
branches:  trunk
changeset: 483289:375b549529c9
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Wed Nov 10 12:04:59 2004 +0000

description:
Update _GCC_DIST_VERSION to 3.4.3

diffstat:

 mk/compiler/gcc.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r de4701e7d3be -r 375b549529c9 mk/compiler/gcc.mk
--- a/mk/compiler/gcc.mk        Wed Nov 10 10:51:45 2004 +0000
+++ b/mk/compiler/gcc.mk        Wed Nov 10 12:04:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.72 2004/09/23 15:25:54 jlam Exp $
+# $NetBSD: gcc.mk,v 1.73 2004/11/10 12:04:59 shannonjr Exp $
 
 .if !defined(COMPILER_GCC_MK)
 COMPILER_GCC_MK=       defined
@@ -12,7 +12,7 @@
 # _GCC_DIST_VERSION is the highest version of GCC installed by the pkgsrc
 # without the PKGREVISIONs.
 #
-_GCC_DIST_VERSION=     3.4.2
+_GCC_DIST_VERSION=     3.4.3
 
 # _GCC2_PATTERNS matches N s.t. N <= 2.95.3.
 _GCC2_PATTERNS=        [0-1].* 2.[0-9] 2.[0-9].* 2.[1-8][0-9] 2.[1-8][0-9].*   \



Home | Main Index | Thread Index | Old Index