notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/cint/Makefile
SVNWeb

Number of commits found: 32

Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Wed, 17 Jul 2019
[ 04:15 tobik search for other commits by this committer ] Original commit   Revision:506789
Deprecate lang/cint

Development has stopped many years ago in favor of the LLVM-based
lang/cling.

PR:		238907
Approved by:	fjoe (maintainer timeout, 2 weeks)
Wed, 3 Jul 2019
[ 07:16 tobik search for other commits by this committer ] Original commit   Revision:505728
lang/cint: Unbreak build with GCC 9

G__cpp_list.cxx: In function 'int G__list_49_0_10(G__value*, const char*,
G__param*, int)':
G__cpp_list.cxx:707:109: error: 'std::__cxx11::list<int, std::allocator<int>
>::iterator' {aka 'struct std::_List_iterator<int>'} has no member named
'operator=='; did you mean 'operator='?
  707 |       G__letint(result7, 103, (long) ((list<int,allocator<int>
>::iterator*) G__getstructoffset())->operator==(*(list<int,allocator<int>
>::iterator*) libp->para[0].ref));
      |                                                                         
                                   ^~
      |                                                                         
                                   operator=
G__cpp_list.cxx: In function 'int G__list_49_0_11(G__value*, const char*,
G__param*, int)':
G__cpp_list.cxx:713:109: error: 'std::__cxx11::list<int, std::allocator<int>
>::iterator' {aka 'struct std::_List_iterator<int>'} has no member named
'operator!='; did you mean 'operator='?
  713 |       G__letint(result7, 103, (long) ((list<int,allocator<int>
>::iterator*) G__getstructoffset())->operator!=(*(list<int,allocator<int>
>::iterator*) libp->para[0].ref));
      |                                                                         
                                   ^~
      |                                                                         
                                   operator=

http://pb2.nyi.freebsd.org/data/120i386-default-PR238330/2019-06-09_20h27m22s/logs/errors/cint-5.18.00_12.log

While here make the build abort fast on build errors instead of
carrying on like nothing happened.

PR:		238907
Reported by:	antoine (via exp-run in PR 238330)
Tue, 9 Apr 2019
[ 14:04 sunpoet search for other commits by this committer ] Original commit   Revision:498476 (Only the first 10 of 289 ports in this commit are shown above. View all ports for this commit)
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Sun, 28 Oct 2018
[ 09:36 jbeich search for other commits by this committer ] Original commit   Revision:483249 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Downgrade C++03 to C++98, actual default for GCC < 6

GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03"
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
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
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
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
Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Tue, 10 Oct 2017
[ 10:54 fjoe search for other commits by this committer ] Original commit   Revision:451659
Remove unnecessary reference to gets() as CINT gets() uses fgets() internally.
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Sun, 13 Aug 2017
[ 11:13 rakuco search for other commits by this committer ] Original commit   Revision:447877
Explicitly pass -std=gnu++03 to the build.

This allows the port to build with GCC 6, which defaults to -std=gnu++14. The
port's code does not work with C++11 or later.

PR:		217008
Approved by:	maintainer timeout (fjoe, 16 days)
[ 11:10 rakuco search for other commits by this committer ] Original commit   Revision:447876
Make the port respect CFLAGS and CXXFLAGS.

Bump PORTREVISION since this changes the flags the port is built with. This is
step 1 towards making the port build with GCC 6.

PR:		217008
Approved by:	maintainer timeout (fjoe, 16 days)
MFH:		2017Q3
Tue, 27 Jun 2017
[ 13:46 sunpoet search for other commits by this committer ] Original commit   Revision:444463 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Sat, 29 Apr 2017
[ 05:44 linimon search for other commits by this committer ] Original commit   Revision:439717 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Provide more descriptive error messages for ports failing on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

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

PR:		216707
Sun, 1 Jan 2017
[ 03:45 sunpoet search for other commits by this committer ] Original commit   Revision:430235 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Sun, 4 Sep 2016
[ 08:21 amdmi3 search for other commits by this committer ] Original commit   Revision:421311
- Mark BROKEN on 9.x: sigsegv during build
- While here, switch to USES=tar

Approved by:	portmgr blanket
Thu, 21 Apr 2016
[ 16:43 swills search for other commits by this committer ] Original commit   Revision:413746 (Only the first 10 of 419 ports in this commit are shown above. View all ports for this commit)
many ports: mark broken on powerpc64
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 13 Sep 2014
[ 11:30 fjoe search for other commits by this committer ] Original commit   Revision:368083
Add missing dependency on readline.
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Mon, 1 Sep 2014
[ 09:51 fjoe search for other commits by this committer ] Original commit   Revision:366855
- Update to 5.18.00
- Stagify
- Take back maintainership
Wed, 23 Jul 2014
[ 17:07 bapt search for other commits by this committer ] Original commit   Revision:362712 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Mon, 26 May 2014
[ 14:47 miwi search for other commits by this committer ] Original commit   Revision:355354 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- Convert gmake,bzip2 to USES

Approved by:	portmgr
Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Wed, 18 Jun 2008
[ 05:57 gahr search for other commits by this committer ] Original commit 
- While (I was) at it, respect NOPORTDOCS
Tue, 17 Jun 2008
[ 23:35 gahr search for other commits by this committer ] Original commit 
- Add USE_LDCONFIG to make the port find its own libs [1]
- While at it, respect DOCSDIR

PR:             124279 [1]
Submitted by:   gahr
Approved by:    maintainer timeout
Sat, 25 Aug 2007
[ 09:42 fjoe search for other commits by this committer ] Original commit 
Use PREFIX instead of MANPREFIX for --mandir.
Tue, 21 Aug 2007
[ 11:57 edwin search for other commits by this committer ] Original commit 
Fix INDEX.

Pointy hat to: fjoe@

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html#AEN2125
on how to use BUILD_DEPENDS.
[ 09:43 fjoe search for other commits by this committer ] Original commit 
New port: cint

CINT is a C/C++ interpreter aimed at processing C/C++ scripts.

CINT covers about 95% of ANSI C and 85% of C++. A CINT script can call
compiled classes/functions and compiled code can make callbacks to CINT
user defined functions. Utilities, like makecint and rootcint, automate
the process of embedding compiled C/C++ library code as shared objects
(as Dynamic Link Library, DLL, or shared library, .so). Source files
and shared objects can be dynamically loaded/unloaded without stopping
the CINT process. CINT offers a gdb like debugging environment for
interpreted programs.

Number of commits found: 32