pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc



On Sat, Nov 12, 2011 at 12:45:04PM +0000, Tobias Nygren wrote:
 > Modified Files:
 >      pkgsrc/devel/xulrunner: Makefile PLIST dist.mk distinfo
 >      pkgsrc/devel/xulrunner/patches: patch-aa patch-ak patch-mf
 >      pkgsrc/www/firefox: Makefile PLIST
 > 
 > Log Message:
 > Update to firefox-8.0.

The new xulrunner breaks a number of packages, including at least
gnash, icedtea-web, gecko-mediaplayer, and mplayer-plugin, and maybe
also openoffice3.

gnash:

mozilla-sdk/np_entry.cpp: In function 'char* NP_GetMIMEDescription()':
mozilla-sdk/np_entry.cpp:242: error: new declaration 'char* 
NP_GetMIMEDescription()'
[...]/work/.buildlink/include/xulrunner/npfunctions.h:303: error: ambiguates 
old declaration 'const char* NP_GetMIMEDescription()'
mozilla-sdk/np_entry.cpp: In function 'char* NP_GetMIMEDescription()':
mozilla-sdk/np_entry.cpp:244: error: invalid conversion from 'const char*' to 
'char*'
gmake[4]: *** [libgnashplugin_la-np_entry.lo] Error 1


icedtea-web:

[...]/work/icedtea-web-61e08e67b176/plugin/icedteanp/IcedTeaNPPlugin.cc: In 
function 'char* NP_GetMIMEDescription()':
[...]/work/icedtea-web-61e08e67b176/plugin/icedteanp/IcedTeaNPPlugin.cc:2266: 
error: new declaration 'char* NP_GetMIMEDescription()'
[...]/work/.buildlink/include/xulrunner/npfunctions.h:303: error: ambiguates 
old declaration 'const char* NP_GetMIMEDescription()'
gmake: *** 
[[...]/work/icedtea-web-61e08e67b176/plugin/icedteanp/IcedTeaNPPlugin.o] Error 1

gecko-mediaplayer:

npupp.h:703: error: declaration of C function 'char* NP_GetMIMEDescription()' 
conflicts with
[...]/work/.buildlink/include/xulrunner/npfunctions.h:303: error: previous 
declaration 'const char* NP_GetMIMEDescription()' here
np_entry.cpp:83: error: new declaration 'char* NPP_GetMIMEDescription()'
[...]/work/.buildlink/include/xulrunner/npapi.h:792: error: ambiguates old 
declaration 'const char* NPP_GetMIMEDescription()'
*** [np_entry.o] Error code 1

mplayer-plugin:

Source/plugin.cpp: In function 'char* NPP_GetMIMEDescription()':
Source/plugin.cpp:71: error: new declaration 'char* NPP_GetMIMEDescription()'
[...]/work/.buildlink/include/xulrunner/npapi.h:792: error: ambiguates old 
declaration 'const char* NPP_GetMIMEDescription()'

openoffice3:

Making: ../../../unxbsdx3.pro/misc/updchkui.dpr
[...]/work/OOO310_m19/extensions/source/nsplugin/source/npshell.cxx: In 
function 'char* NPP_GetMIMEDescription()':
[...]/work/OOO310_m19/extensions/source/nsplugin/source/npshell.cxx:406: error: 
declaration of C function 'char* NPP_GetMIMEDescription()' conflicts with
[...]/work/OOO310_m19/solver/310/unxbsdx3.pro/inc/npsdk/npapi.h:792: error: 
previous declaration 'const char* NPP_GetMIMEDescription()' here
dmake:  Error code 1, while making '../../../unxbsdx3.pro/slo/npshell.obj'


These should all be pretty straightforward to patch, it looks like,
but I may not get to it so I'm posting here in case anyone else wants to :-)

-- 
David A. Holland
dholland%netbsd.org@localhost



Home | Main Index | Thread Index | Old Index