Subject: PR/33577 CVS commit: pkgsrc/textproc/aspell
To: None <wiz@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-bugs
Date: 06/15/2006 03:45:02
The following reply was made to PR pkg/33577; it has been noted by GNATS.

From: "Johnny C. Lam" <jlam@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/33577 CVS commit: pkgsrc/textproc/aspell
Date: Thu, 15 Jun 2006 03:44:07 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	jlam
 Date:		Thu Jun 15 03:44:07 UTC 2006
 
 Modified Files:
 	pkgsrc/textproc/aspell: distinfo
 Added Files:
 	pkgsrc/textproc/aspell/patches: patch-an
 
 Log Message:
 Welcome to the brave new world of gettext-0.14.5 -- if a source file
 includes <libintl.h>, then it may also pull in macro redefintions for
 all of the *printf() functions.  Unfortunately, macros do not mix well
 with C++ code which expects to be able to partition names, e.g.  printf
 and vprintf, into the class namespace.  (Mostly) fix this problem by
 undefining printf and vprintf after <libintl.h> is included.  This
 addresses PR pkg/33577.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.19 -r1.20 pkgsrc/textproc/aspell/distinfo
 cvs rdiff -r0 -r1.1 pkgsrc/textproc/aspell/patches/patch-an
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.