From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 3 11:00:51 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E54316A4CE for ; Mon, 3 May 2004 11:00:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABD3543D54 for ; Mon, 3 May 2004 11:00:50 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i43I0o87027483 for ; Mon, 3 May 2004 11:00:50 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i43I0o9I027480; Mon, 3 May 2004 11:00:50 -0700 (PDT) (envelope-from gnats) Date: Mon, 3 May 2004 11:00:50 -0700 (PDT) Message-Id: <200405031800.i43I0o9I027480@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Kevin Oberman" Subject: Re: ports/66205: editors/vim updated to p521 unbuildable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kevin Oberman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 18:00:51 -0000 The following reply was made to PR ports/66205; it has been noted by GNATS. From: "Kevin Oberman" To: obrien@freebsd.org Cc: Dmitry Morozovsky , FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/66205: editors/vim updated to p521 unbuildable Date: Mon, 03 May 2004 10:56:32 -0700 > Date: Mon, 3 May 2004 10:51:24 -0700 > From: "David O'Brien" > > On Mon, May 03, 2004 at 09:10:54PM +0400, Dmitry Morozovsky wrote: > > DO> I can't reproduce this error. The patch isn't correct. What I need is > > DO> someone that can reproduce the error to to edit > > DO> /usr/ports/editors/vim/Makefile, changing the "521" to smaller numbers > > DO> (binary search style) until you can locate the patch number that causes > > DO> you trouble. > > > > Well, considering patches 500 and 501 excluded and p499 builds fine and p502 > > brokes, I suppose patch 502 has something to worry about. > > You are saying, all bulids well with this patch?? > > Index: Makefile > =================================================================== > RCS file: /home/pcvs/ports/editors/vim/Makefile,v > retrieving revision 1.252 > diff -u -u -0 -r1.252 Makefile > --- Makefile 2 May 2004 23:36:15 -0000 1.252 > +++ Makefile 3 May 2004 17:51:10 -0000 > @@ -21 +21 @@ > -BADPATCHES= 009 013 019 022 023 024 033 036 038 039 041 042 047 056 057 060 066 090 099 103 107 115 116 118 121 123 124 125 127 128 130 131 132 134 138 140 141 142 156 161 173 177 179 188 194 199 205 210 211 212 214 215 225 226 227 230 233 235 236 243 252 267 271 275 288 290 291 294 296 299 304 306 307 319 324 330 332 333 334 337 341 342 344 345 347 353 354 355 358 361 362 365 367 369 370 376 378 380 385 391 393 394 395 398 402 404 407 417 419 427 431 432 434 446 448 449 450 451 456 460 463 464 466 467 469 473 474 481 483 487 495 496 497 500 501 503 506 507 510 511 513 516 520 > +BADPATCHES= 009 013 019 022 023 024 033 036 038 039 041 042 047 056 057 060 066 090 099 103 107 115 116 118 121 123 124 125 127 128 130 131 132 134 138 140 141 142 156 161 173 177 179 188 194 199 205 210 211 212 214 215 225 226 227 230 233 235 236 243 252 267 271 275 288 290 291 294 296 299 304 306 307 319 324 330 332 333 334 337 341 342 344 345 347 353 354 355 358 361 362 365 367 369 370 376 378 380 385 391 393 394 395 398 402 404 407 417 419 427 431 432 434 446 448 449 450 451 456 460 463 464 466 467 469 473 474 481 483 487 495 496 497 500 501 502 503 506 507 510 511 513 516 520 > Well, it now builds, but it does so because there are no files in po. Patch 272 changed the test from 'test -d po' to 'test -f po/Makefile' and I am baffled as to where the failing test is coming from. Ignoring 502 is a work-around, but I would not call it a fix. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634