pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat At some place, it should be docum...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53a36c893d7c
branches:  trunk
changeset: 535520:53a36c893d7c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Nov 20 18:55:25 2007 +0000

description:
At some place, it should be documented why libnbcompat is _not_
installed as a shared library but rebuilt for every package that needs a
certain feature. That place is either here or in files/README.

diffstat:

 pkgtools/libnbcompat/inplace.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 727c23841b50 -r 53a36c893d7c pkgtools/libnbcompat/inplace.mk
--- a/pkgtools/libnbcompat/inplace.mk   Tue Nov 20 18:45:07 2007 +0000
+++ b/pkgtools/libnbcompat/inplace.mk   Tue Nov 20 18:55:25 2007 +0000
@@ -1,8 +1,12 @@
-# $NetBSD: inplace.mk,v 1.6 2007/11/20 18:15:23 rillig Exp $
+# $NetBSD: inplace.mk,v 1.7 2007/11/20 18:55:25 rillig Exp $
+#
+# This file should not be included directly. Use USE_FEATURES instead.
 #
 # This Makefile fragment builds a working copy of libnbcompat inside
 # ${WRKDIR}.
 #
+# XXX: Why isn't libnbcompat installed as shared library?
+#
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index