notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: devel/breakpad/Makefile

Number of commits found: 9

Saturday, 4 Apr 2020
20:51 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:530719 
Wednesday, 6 Nov 2019
12:48 antoine search for other commits by this committer
Mark a few ports BROKEN, unfetchable
Original commitRevision:516880 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Tuesday, 12 Dec 2017
02:22 jbeich search for other commits by this committer
devel/breakpad: require C++11 toolchain (on powerpc*, mips*, sparc*)

checking whether /nxb-bin/usr/bin/c++ supports C++11 features by default... no
checking whether /nxb-bin/usr/bin/c++ supports C++11 features with -std=c++11...
no
checking whether /nxb-bin/usr/bin/c++ supports C++11 features with -std=c++0x...
no
checking whether /nxb-bin/usr/bin/c++ supports C++11 features with +std=c++11...
no
checking whether /nxb-bin/usr/bin/c++ supports C++11 features with -h
std=c++11... no
configure: error: *** A compiler with support for C++11 language features is
required.

In file included from src/processor/basic_code_modules.cc:46:
./src/processor/range_map-inl.h:132:14: error: no matching member function for
call to 'erase'
        map_.erase(iterator_high);
        ~~~~~^~~~~
./src/processor/range_map-inl.h:64:10: note: in instantiation of member function
      'google_breakpad::RangeMap<unsigned long,
google_breakpad::linked_ptr<const
      google_breakpad::CodeModule> >::StoreRangeInternal' requested here
  return StoreRangeInternal(base, 0 /* delta */, size, entry);
         ^
src/processor/basic_code_modules.cc:71:15: note: in instantiation of member
function
      'google_breakpad::RangeMap<unsigned long,
google_breakpad::linked_ptr<const
      google_breakpad::CodeModule> >::StoreRange' requested here
    if (!map_.StoreRange(module->base_address(), module->size(), module)) {
              ^
/usr/include/c++/4.2/bits/stl_map.h:453:7: note: candidate function not viable:
no known conversion
      from 'google_breakpad::RangeMap<unsigned long,
google_breakpad::linked_ptr<const
      google_breakpad::CodeModule> >::MapConstIterator' (aka
'_Rb_tree_const_iterator<std::pair<const
      unsigned long, google_breakpad::RangeMap<unsigned long,
google_breakpad::linked_ptr<const
      google_breakpad::CodeModule> >::Range> >') to 'std::map<unsigned long,
      google_breakpad::RangeMap<unsigned long, google_breakpad::linked_ptr<const
      google_breakpad::CodeModule> >::Range, std::less<unsigned long>,
std::allocator<std::pair<const
      unsigned long, google_breakpad::RangeMap<unsigned long,
google_breakpad::linked_ptr<const
      google_breakpad::CodeModule> >::Range> > >::iterator' (aka
'_Rb_tree_iterator<std::pair<const
      unsigned long, google_breakpad::RangeMap<unsigned long,
google_breakpad::linked_ptr<const
      google_breakpad::CodeModule> >::Range> >') for 1st argument
      erase(iterator __position)
      ^
/usr/include/c++/4.2/bits/stl_map.h:468:7: note: candidate function not viable:
no known conversion
      from 'google_breakpad::RangeMap<unsigned long,
google_breakpad::linked_ptr<const
      google_breakpad::CodeModule> >::MapConstIterator' (aka
'_Rb_tree_const_iterator<std::pair<const
      unsigned long, google_breakpad::RangeMap<unsigned long,
google_breakpad::linked_ptr<const
      google_breakpad::CodeModule> >::Range> >') to 'const std::map<unsigned
long,
      google_breakpad::RangeMap<unsigned long, google_breakpad::linked_ptr<const
      google_breakpad::CodeModule> >::Range, std::less<unsigned long>,
std::allocator<std::pair<const
      unsigned long, google_breakpad::RangeMap<unsigned long,
google_breakpad::linked_ptr<const
      google_breakpad::CodeModule> >::Range> > >::key_type' (aka 'const unsigned
long') for 1st
      argument
      erase(const key_type& __x)
      ^
/usr/include/c++/4.2/bits/stl_map.h:483:7: note: candidate function not viable:
requires 2 arguments,
      but 1 was provided
      erase(iterator __first, iterator __last)
      ^
1 error generated.

Reported by:	pkg-fallout (mips64)
Original commitRevision:456076 
Tuesday, 29 Aug 2017
13:05 pizzamig search for other commits by this committer
Change MAINTAINER email to my new FreeBSD email

Approved by:	lme (mentor)
Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D12150
Original commitRevision:448911 
Thursday, 24 Aug 2017
15:04 mmokhi search for other commits by this committer
devel/breakpad: Add port to the tree
Breakpad is a set of client and server components which implement
a crash-reporting system.
This is YET ANOTHER STEP to build Electron.io for FreeBSD.

PR:		221320
Reported by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
Reviewed by:	cpm, lifanov, mat (mentor), mmokhi, ultima
Approved by:	cpm, lifanov, mat (mentor), mmokhi, ultima
Differential Revision:	https://reviews.freebsd.org/D11773
Original commitRevision:448689 

Number of commits found: 9