Bug 240925

Summary: net-im/centerim: Update to 5.0.1
Product: Ports & Packages Reporter: Chris Petrik <cpeticus>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed Feedback Timeout    
Severity: Affects Only Me CC: frank
Priority: --- Keywords: needs-qa
Version: LatestFlags: frank: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
diff none

Description Chris Petrik 2019-09-29 21:53:46 UTC
Created attachment 207947 [details]
diff

Update centerim to version 5 this release uses libpurple and is a complete rewrite.
Comment 1 Frank Altpeter 2019-10-15 11:01:51 UTC
Comment on attachment 207947 [details]
diff

looks pleasing, thx
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2021-02-18 20:35:27 UTC
This does not build:

In file included from ColorPickerPalette.cpp:24:
In file included from ./ColorPickerPalette.h:27:
In file included from ./Button.h:27:
In file included from ./Widget.h:27:
In file included from ./ConsUICurses.h:27:
In file included from ./CppConsUI.h:31:
In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:7:
In file included from /usr/include/c++/v1/list:183:
In file included from /usr/include/c++/v1/memory:666:
/usr/include/c++/v1/atomic:1040:73: error: unknown type name 'ptrdiff_t'; did you mean '__ptrdiff_t'?
_Tp* __cxx_atomic_fetch_sub(__cxx_atomic_base_impl<_Tp*> volatile* __a, ptrdiff_t __delta, memory_order __order) _NOEXCEPT {
                                                                        ^
/usr/include/c++/v1/cstddef:49:9: note: '__ptrdiff_t' declared here
using ::ptrdiff_t;
        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
gmake[3]: *** [Makefile:745: libcppconsui_la-ColorPickerPalette.lo] Error 1
gmake[3]: Leaving directory '/wrkdirs/usr/ports/net-im/centerim/work/centerim5-5.0.1/cppconsui'
gmake[2]: *** [Makefile:526: all-recursive] Error 1
gmake[2]: Leaving directory '/wrkdirs/usr/ports/net-im/centerim/work/centerim5-5.0.1'
gmake[1]: *** [Makefile:415: all] Error 2
gmake[1]: Leaving directory '/wrkdirs/usr/ports/net-im/centerim/work/centerim5-5.0.1'
===> Compilation failed unexpectedly.