Subject: PR/29351 CVS commit: pkgsrc/editors
To: None <markd@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-bugs
Date: 04/05/2006 22:25:02
The following reply was made to PR pkg/29351; it has been noted by GNATS.

From: Mark Davies <markd@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29351 CVS commit: pkgsrc/editors
Date: Wed,  5 Apr 2006 22:22:16 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	markd
 Date:		Wed Apr  5 22:22:16 UTC 2006
 
 Modified Files:
 	pkgsrc/editors/emacs: Makefile distinfo
 	pkgsrc/editors/emacs-nox11: Makefile
 Added Files:
 	pkgsrc/editors/emacs/patches: patch-az
 
 Log Message:
 Pass the correct sized argument to sbrk() when trying to reduce the break
 so that on 64bit systems it is actually a negative number, not a very
 large positive one.  Should fix PR pkg/29351.
 Thanks to Martijn van Buul for giving me access to an amd64 box so I
 could track this down.  Bump PKGREVISION.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.91 -r1.92 pkgsrc/editors/emacs/Makefile
 cvs rdiff -r1.26 -r1.27 pkgsrc/editors/emacs/distinfo
 cvs rdiff -r1.20 -r1.21 pkgsrc/editors/emacs-nox11/Makefile
 cvs rdiff -r0 -r1.14 pkgsrc/editors/emacs/patches/patch-az
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.