pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/subversion-base Explain why options are defined ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa9d3ab42228
branches:  trunk
changeset: 538130:aa9d3ab42228
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Jan 29 19:04:28 2008 +0000

description:
Explain why options are defined but not used in options.mk (because
it's included in many packages).

diffstat:

 devel/subversion-base/options.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2aeea99baa8c -r aa9d3ab42228 devel/subversion-base/options.mk
--- a/devel/subversion-base/options.mk  Tue Jan 29 18:24:30 2008 +0000
+++ b/devel/subversion-base/options.mk  Tue Jan 29 19:04:28 2008 +0000
@@ -1,8 +1,13 @@
-# $NetBSD: options.mk,v 1.2 2007/01/25 18:15:49 epg Exp $
+# $NetBSD: options.mk,v 1.3 2008/01/29 19:04:28 gdt Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.subversion
 PKG_SUPPORTED_OPTIONS= apache22 apr1 serf
 
+# Note that this file is included as part of several packages.
+# Therefore this file only defines options, but does not include the
+# typical fragments to change behavior based on options, leaving those
+# to the individual Makefiles.
+
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mapache22) || !empty(PKG_OPTIONS:Mserf)



Home | Main Index | Thread Index | Old Index