pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/subversion-base No longer set apache22 option if...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d0bd723731a
branches: trunk
changeset: 539590:6d0bd723731a
user: gdt <gdt%pkgsrc.org@localhost>
date: Sat Mar 08 21:00:53 2008 +0000
description:
No longer set apache22 option if apr1 is set, as nothing uses it.
diffstat:
devel/subversion-base/options.mk | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (18 lines):
diff -r 1fa570f6517f -r 6d0bd723731a devel/subversion-base/options.mk
--- a/devel/subversion-base/options.mk Sat Mar 08 21:00:06 2008 +0000
+++ b/devel/subversion-base/options.mk Sat Mar 08 21:00:53 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2008/03/08 20:56:37 gdt Exp $
+# $NetBSD: options.mk,v 1.5 2008/03/08 21:00:53 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.subversion
PKG_SUPPORTED_OPTIONS= apache22 apr1 serf
@@ -14,8 +14,3 @@
.if !empty(PKG_OPTIONS:Mapache22) || !empty(PKG_OPTIONS:Mserf)
PKG_OPTIONS+= apr1
.endif
-
-# Why is this here? apache22 is not used
-.if !empty(PKG_OPTIONS:Mapr1) && empty(PKG_OPTIONS:Mapache22)
-PKG_OPTIONS+= apache22
-.endif
Home |
Main Index |
Thread Index |
Old Index