pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Set USE_LANGUAGES instead of USE_GCC_SHLIB as the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2452bc3567b5
branches:  trunk
changeset: 470942:2452bc3567b5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Mar 13 16:07:05 2004 +0000

description:
Set USE_LANGUAGES instead of USE_GCC_SHLIB as the former notes exactly why
we need to latter.

diffstat:

 doc/TODO |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 70b4929e0d54 -r 2452bc3567b5 doc/TODO
--- a/doc/TODO  Sat Mar 13 13:47:40 2004 +0000
+++ b/doc/TODO  Sat Mar 13 16:07:05 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.1509 2004/03/13 01:10:57 wiz Exp $
+$NetBSD: TODO,v 1.1510 2004/03/13 16:07:05 jlam Exp $
 
 Suggested new packages
 ======================
@@ -430,8 +430,9 @@
        o Make packages utilize USE_X11 instead of USE_X11BASE if there is no
          good reason to install them into X11BASE.
 
-       o Set USE_GCC_SHLIB in packages that link against any GCC library but
-         are missing to define this variable.
+       o Set USE_LANGUAGES appropriately in packages that use C++, Fortran,
+         or Objective-C so that the correct type of compiler dependency is
+         set.
 
        o G/C pkgconfig buildlink2.mk includes and .pc files from all
           buildlink2.mk files



Home | Main Index | Thread Index | Old Index