NetBSD Problem Report #34311

From netbsd@unixfreunde.de  Mon Aug 28 16:33:59 2006
Return-Path: <netbsd@unixfreunde.de>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by narn.NetBSD.org (Postfix) with ESMTP id D563A63BBBD
	for <gnats-bugs@gnats.netbsd.org>; Mon, 28 Aug 2006 16:33:59 +0000 (UTC)
Message-Id: <1156782839.10327@mwilke.ath.cx.>
Date: Mon, 28 Aug 2006 18:33:59 +0200
From: "Martin Wilke" <netbsd@unixfreunde.de>
To: "gnats bugs" <gnats-bugs@NetBSD.org>
Subject: [patch] devel/subversion-base
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         34311
>Category:       pkg
>Synopsis:       [patch] devel/subversion-base
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gdt
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 28 16:35:01 +0000 2006
>Closed-Date:    Wed Apr 15 23:07:55 +0000 2009
>Last-Modified:  Wed Apr 15 23:10:03 +0000 2009
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (GENERIC) #0: Thu Aug 24 06:00:32 UTC 2006
	builds@b0.netbsd.org:/home/builds/ab/netbsd-4/i386/200608230000Z-obj/home/builds/ab/netbsd-4/src/sys/arch/i386/compile/GENERIC



>Description:


- Fix API_DEPENDS for neon 0.26.1


>How-To-Repeat:





>Fix:


--- subversion-base.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/subversion-base/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- Makefile	12 Jul 2006 08:41:00 -0000	1.36
+++ Makefile	28 Aug 2006 15:10:48 -0000
@@ -16,7 +16,7 @@
 CONFIGURE_ARGS+=	--without-apxs

 BUILDLINK_API_DEPENDS.apr+=		apr>=0.9.5
-BUILDLINK_API_DEPENDS.neon+=	neon>=0.24.7
+BUILDLINK_API_DEPENDS.neon+=	neon>=0.26.1

 .include "../../devel/apr/buildlink3.mk"
 .include "../../www/neon/buildlink3.mk"
Index: buildlink3.mk
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/subversion-base/buildlink3.mk,v
retrieving revision 1.5
diff -u -r1.5 buildlink3.mk
--- buildlink3.mk	8 Jul 2006 23:10:48 -0000	1.5
+++ buildlink3.mk	28 Aug 2006 15:14:58 -0000
@@ -15,8 +15,8 @@
 BUILDLINK_ORDER:=	${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}subversion-base

 .if !empty(SUBVERSION_BASE_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.subversion-base+=	subversion-base>=1.0.0
-BUILDLINK_ABI_DEPENDS.subversion-base?=	subversion-base>=1.3.0nb2
+BUILDLINK_API_DEPENDS.subversion-base+=	subversion-base>=1.3.1
+BUILDLINK_ABI_DEPENDS.subversion-base?=	subversion-base>=1.3.2nb2
 BUILDLINK_PKGSRCDIR.subversion-base?=	../../devel/subversion-base

 BUILDLINK_FILES.subversion-base+=	bin/svn-config
--- subversion-base.diff ends here ---



>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->epg
Responsible-Changed-By: wiz@netbsd.org
Responsible-Changed-When: Mon, 28 Aug 2006 18:35:24 +0000
Responsible-Changed-Why:
Over to maintainer.


Responsible-Changed-From-To: epg->gdt
Responsible-Changed-By: epg@NetBSD.org
Responsible-Changed-When: Thu, 26 Feb 2009 03:35:09 -0500
Responsible-Changed-Why:
gdt is maintainer now.  Greg, I think this patch is a bit off;
a quick glance at configure.ac shows 0.25.0 as the oldest neon
svn supports.


From: Greg Troxel <gdt@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/34311 CVS commit: pkgsrc/devel/subversion-base
Date: Wed, 15 Apr 2009 23:01:42 +0000

 Module Name:	pkgsrc
 Committed By:	gdt
 Date:		Wed Apr 15 23:01:42 UTC 2009

 Modified Files:
 	pkgsrc/devel/subversion-base: Makefile

 Log Message:
 set BUILDLINK_API_DEPENDS.neon to 0.25.0, following the rules in
 configure.ac.

 Addresses PR pkg/34311


 To generate a diff of this commit:
 cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/subversion-base/Makefile

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: gdt@NetBSD.org
State-Changed-When: Wed, 15 Apr 2009 23:07:55 +0000
State-Changed-Why:
Why did the State field change? (Ctrl-D to end)
neon depends updated to match subversion's documented requirements.
API_DEPENDS in bl3 updated to 1.5.2, which is a bit of a copout but life
is too short to support building new wrappers against old base.


From: Greg Troxel <gdt@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/34311 CVS commit: pkgsrc/devel/subversion-base
Date: Wed, 15 Apr 2009 23:06:00 +0000

 Module Name:	pkgsrc
 Committed By:	gdt
 Date:		Wed Apr 15 23:06:00 UTC 2009

 Modified Files:
 	pkgsrc/devel/subversion-base: buildlink3.mk

 Log Message:
 Bump API_DEPENDS for subversion-base up to the ABI_DEPENDS version
 because I don't want to deal with people trying to build python
 wrappers or apache modules against old versions.

 Addresses PR pkg/34311.


 To generate a diff of this commit:
 cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/subversion-base/buildlink3.mk

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.