Subject: Re: pkg/29055
To: None <pkg-manager@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: None <adam@netbsd.org>
List: pkgsrc-bugs
Date: 02/10/2005 18:31:44
Synopsis: AbiWord 2.2.3 distinfo entries are incorrect, causing a checksum error

State-Changed-From-To: open->closed
State-Changed-By: adam@netbsd.org
State-Changed-When: Thu, 10 Feb 2005 18:31:43 +0000
State-Changed-Why:
The distinfo file has been updated to match the new archive of AbiWord 2.2.3
For curious people: the difference between the old and the new archive was
one declaration of a variable, in
abiword-2.2.3/abiword-plugins/tools/ots/xp/AbiOts.cpp

95c95
<   const unsigned char * dictionary_file = reinterpret_cast<const unsigned char *>(XAP_EncodingManager::get_instance()->getLanguageISOName());
---
>   const char * dictionary_file = XAP_EncodingManager::get_instance()->getLanguageISOName();