pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Updated _GCC_DIST_VERSION from 3.4.3 to 3....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ff0c4c029fa
branches:  trunk
changeset: 494814:7ff0c4c029fa
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Tue May 31 10:51:36 2005 +0000

description:
Updated _GCC_DIST_VERSION from 3.4.3 to 3.4.4 to reflect recent update
to lang/gcc34.

diffstat:

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

diffs (18 lines):

diff -r 0104e0712a3a -r 7ff0c4c029fa mk/compiler/gcc.mk
--- a/mk/compiler/gcc.mk        Tue May 31 10:01:36 2005 +0000
+++ b/mk/compiler/gcc.mk        Tue May 31 10:51:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.80 2005/03/24 17:46:01 tv Exp $
+# $NetBSD: gcc.mk,v 1.81 2005/05/31 10:51:36 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.3
+_GCC_DIST_VERSION=     3.4.4
 
 # _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