/russian/kde4-l10n/

: /usr/include/stdlib.h:97:1: error: function declared '[[noreturn]]' after its first declaration _Noreturn void exit(int); ^ /usr/include/sys/cdefs.h:280:22: note: expanded from macro '_Noreturn' #define _Noreturn [[noreturn]] ^ conftest.cc:11:6: note: declaration missing '[[noreturn]]' attribute is here void exit (int); ^ [...] configure:4053: error: cannot compute sizeof (char), 77 samples.cpp:80:2: error: constant expression evaluates to 128 which cannot be narrowed to type 'sbyte' (aka 'signed char') [-Wc++11-narrowing] 0x80,0x91,0xa2,0xb3,0xc4,0xd5,0xe6,0xf7, ^~~~ samples.cpp:80:2: note: insert an explicit cast to silence this issue 0x80,0x91,0xa2,0xb3,0xc4,0xd5,0xe6,0xf7, ^~~~ static_cast<sbyte>( ) PR: 224947 Reported by: pkg-fallout (blocks 8 ports) Submitted by: tijl (autoreconf) Approved by: portmgr blanket
configure:4036: c++ -o conftest -O2 -pipe -O3 -fno-strict-aliasing -fno-omit-frame-pointer -march=native -fstack-protector    -fstack-protector conftest.cc  >&5
In file included from conftest.cc:32:
In file included from /usr/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:97:1: error: function declared '[[noreturn]]' after its first declaration
_Noreturn void   exit(int);
^
/usr/include/sys/cdefs.h:280:22: note: expanded from macro '_Noreturn'
 #define _Noreturn               [[noreturn]]
                                   ^
conftest.cc:11:6: note: declaration missing '[[noreturn]]' attribute is here
void exit (int);
     ^
[...]
configure:4053: error: cannot compute sizeof (char), 77

samples.cpp:80:2: error: constant expression evaluates to 128 which cannot be narrowed to type 'sbyte' (aka 'signed char') [-Wc++11-narrowing]
        0x80,0x91,0xa2,0xb3,0xc4,0xd5,0xe6,0xf7,
        ^~~~
samples.cpp:80:2: note: insert an explicit cast to silence this issue
        0x80,0x91,0xa2,0xb3,0xc4,0xd5,0xe6,0xf7,
        ^~~~
        static_cast<sbyte>( )

PR:		224947
Reported by:	pkg-fallout (blocks 8 ports)
Submitted by:	tijl (autoreconf)
Approved by:	portmgr blanket
- Add LICENSE 2016-10-28T10:29:33+00:00 ehaupt ehaupt@FreeBSD.org 2016-10-28T10:29:33+00:00 69b5906cd5a856336e531b1ce5f8984613f523d5 - USES tar:tgz - Take maintainership as it is required as a dependecny of one of my ports
- USES tar:tgz
- Take maintainership as it is required as a dependecny
  of one of my ports
Convert to USES=libtool and add INSTALL_TARGET=install-strip 2014-08-31T16:39:31+00:00 tijl tijl@FreeBSD.org 2014-08-31T16:39:31+00:00 6ae135bac7ae867ede81f072a018db4fe6e198cd