diff options
author | gdt <gdt@pkgsrc.org> | 2008-03-08 20:56:37 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-03-08 20:56:37 +0000 |
commit | 3e5685a40da2c0d4cb538bf13b970c820e66d88e (patch) | |
tree | d349bb232fbac3dd12025c9d77443d87ffa612e0 /devel | |
parent | fade273e39e2c84e1e14271404b3cd31e31bc98c (diff) | |
download | pkgsrc-3e5685a40da2c0d4cb538bf13b970c820e66d88e.tar.gz |
Make apr1 be the default. Proposed on tech-pkg on 1/31 with no
objections, and approved by epg@. PKGREVISION++.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/subversion-base/Makefile | 4 | ||||
-rw-r--r-- | devel/subversion-base/options.mk | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/subversion-base/Makefile b/devel/subversion-base/Makefile index ca1fee271fe..5690645d74a 100644 --- a/devel/subversion-base/Makefile +++ b/devel/subversion-base/Makefile @@ -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 --git a/devel/subversion-base/options.mk b/devel/subversion-base/options.mk index 94c2aa2e783..1b8373a7dc7 100644 --- a/devel/subversion-base/options.mk +++ b/devel/subversion-base/options.mk @@ -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_SUPPORTED_OPTIONS= apache22 apr1 serf 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 |