pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Change date of when deprecated USE_GCC2, USE_GCC3, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80b2aabb9887
branches:  trunk
changeset: 475236:80b2aabb9887
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed May 12 21:49:39 2004 +0000

description:
Change date of when deprecated USE_GCC2, USE_GCC3, USE_PKGSRC_GCC,
USE_SUNPRO, USE_MIPSPRO variables would be removed. (According
to jlam@.)
mk/compiler.mk CVS:
----------------------------------------------------------------------

diffstat:

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

diffs (18 lines):

diff -r c1214f34981d -r 80b2aabb9887 mk/compiler.mk
--- a/mk/compiler.mk    Wed May 12 21:31:50 2004 +0000
+++ b/mk/compiler.mk    Wed May 12 21:49:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.31 2004/05/09 00:04:14 grant Exp $
+# $NetBSD: compiler.mk,v 1.32 2004/05/12 21:49:39 reed Exp $
 #
 # This Makefile fragment implements handling for supported C/C++/Fortran
 # compilers.
@@ -82,7 +82,7 @@
 USE_LANGUAGES?=        c
 
 # Support some deprecated variables for a while.  They'll be removed
-# after the pkgsrc-2004Q1 branch is cut.
+# after the pkgsrc-2004Q2 branch is cut.
 #
 .if defined(USE_GCC2)
 GCC_REQD+=             2.8.0



Home | Main Index | Thread Index | Old Index