From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 26 11:30:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E82C81065670 for ; Fri, 26 Jun 2009 11:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D609F8FC12 for ; Fri, 26 Jun 2009 11:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5QBU4tX006186 for ; Fri, 26 Jun 2009 11:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5QBU4FZ006183; Fri, 26 Jun 2009 11:30:04 GMT (envelope-from gnats) Date: Fri, 26 Jun 2009 11:30:04 GMT Message-Id: <200906261130.n5QBU4FZ006183@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/136060: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2009 11:30:05 -0000 The following reply was made to PR ports/136060; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/136060: commit references a PR Date: Fri, 26 Jun 2009 11:25:46 +0000 (UTC) pav 2009-06-26 11:25:37 UTC FreeBSD ports repository Modified files: math/physcalc Makefile math/physcalc/files patch-ab patch-ac Log: - The path to the .phy files was built up using un-zero'd memory, so it could (and did, for me) break in strange and unexpected ways. - EOF on input (e.g., ^D) would cause it to loop forever. PR: ports/136060 Submitted by: Matthew D. Fuller Revision Changes Path 1.10 +1 -0 ports/math/physcalc/Makefile 1.2 +3 -3 ports/math/physcalc/files/patch-ab 1.2 +5 -4 ports/math/physcalc/files/patch-ac _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"