pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/subversion-base Make apr1 be the default. Propo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdfe2633cc1f
branches:  trunk
changeset: 539588:bdfe2633cc1f
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Mar 08 20:56:37 2008 +0000

description:
Make apr1 be the default.  Proposed on tech-pkg on 1/31 with no
objections, and approved by epg@.  PKGREVISION++.

diffstat:

 devel/subversion-base/Makefile   |  4 ++--
 devel/subversion-base/options.mk |  4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 53d3bec8b9ba -r bdfe2633cc1f devel/subversion-base/Makefile
--- a/devel/subversion-base/Makefile    Sat Mar 08 20:42:02 2008 +0000
+++ b/devel/subversion-base/Makefile    Sat Mar 08 20:56:37 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2008/01/18 05:14:40 tnn Exp $
+# $NetBSD: Makefile,v 1.52 2008/03/08 20:56:37 gdt Exp $
 
 PKGNAME=       subversion-base-${SVNVER}
-PKGREVISION=   3
+PKGREVISION=   4
 COMMENT=       Version control system, base programs and libraries
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
diff -r 53d3bec8b9ba -r bdfe2633cc1f devel/subversion-base/options.mk
--- a/devel/subversion-base/options.mk  Sat Mar 08 20:42:02 2008 +0000
+++ b/devel/subversion-base/options.mk  Sat Mar 08 20:56:37 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.3 2008/01/29 19:04:28 gdt Exp $
+# $NetBSD: options.mk,v 1.4 2008/03/08 20:56:37 gdt Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.subversion
 PKG_SUPPORTED_OPTIONS= apache22 apr1 serf
+PKG_SUGGESTED_OPTIONS= apr1
 
 # Note that this file is included as part of several packages.
 # Therefore this file only defines options, but does not include the
@@ -14,6 +15,7 @@
 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