pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Added variable descriptions.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35b9bb705e07
branches:  trunk
changeset: 533503:35b9bb705e07
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Sep 20 17:28:48 2007 +0000

description:
Added variable descriptions.

diffstat:

 mk/compiler.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 5436d1e9f756 -r 35b9bb705e07 mk/compiler.mk
--- a/mk/compiler.mk    Thu Sep 20 17:15:49 2007 +0000
+++ b/mk/compiler.mk    Thu Sep 20 17:28:48 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.62 2007/09/18 01:51:10 reed Exp $
+# $NetBSD: compiler.mk,v 1.63 2007/09/20 17:28:48 rillig Exp $
 #
 # This Makefile fragment implements handling for supported C/C++/Fortran
 # compilers.
@@ -70,6 +70,11 @@
 .if !defined(BSD_COMPILER_MK)
 BSD_COMPILER_MK=       defined
 
+_VARGROUPS+=           compiler
+_USER_VARS.compiler=   PKGSRC_COMPILER USE_PKGSRC_GCC ABI
+_PKG_VARS.compiler=    USE_LANGUAGES GCC_REQD NOT_FOR_COMPILER ONLY_FOR_COMPILER
+_SYS_VARS.compiler=    CC_VERSION
+
 .include "../../mk/bsd.prefs.mk"
 
 # Since most packages need a C compiler, this is the default value.



Home | Main Index | Thread Index | Old Index