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: devel/bisoncpp/Makefile

Number of commits found: 27

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, 17 Jul 2018
08:56 antoine search for other commits by this committer
Deprecate ports broken for more than 5 months
Original commitRevision:474787 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Friday, 25 Nov 2016
21:27 gerald search for other commits by this committer
Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the default
version for GCC in the Ports Collection have moved to GCC 4.9.
Original commitRevision:427129 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Monday, 8 Jun 2015
18:49 bofh search for other commits by this committer
devel/bisoncpp: Update version 4.09.02=>4.10.01

- Fix patch files to reflect 'make makepatch'
Original commitRevision:388853 
Sunday, 25 Jan 2015
09:12 bofh search for other commits by this committer
devel/bisoncpp: Update version 4.09.01=>4.09.02

Differential Revision:	https://reviews.freebsd.org/D1634
Approved by:		marino(mentor)
Original commitRevision:377869 
Wednesday, 24 Dec 2014
00:14 bofh search for other commits by this committer
Change my non-FreeBSD MAINTAINER mail to bofh@

Approved by:	bapt
Original commitRevision:375378 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Saturday, 24 May 2014
14:11 sunpoet search for other commits by this committer
- Update to 4.09.01
- Update DISTNAME and EXTRACT_SUFX

Changes:	http://sourceforge.net/p/bisoncpp/code/ci/master/log/
PR:		ports/189774
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Original commitRevision:355025 
Monday, 7 Apr 2014
10:12 sunpoet search for other commits by this committer
- Respect CC and CXX

Notified by:	gerald
Original commitRevision:350447 
Sunday, 6 Apr 2014
05:49 sunpoet search for other commits by this committer
- Update to 4.08.00
- Pass maintainership to submitter
- While I'm here, relax USE_GCC to yes

Changes:	http://sourceforge.net/projects/bisoncpp/files/bisonc%2B%2B/4.08.00/README/view
		http://sourceforge.net/projects/bisoncpp/files/bisonc%2B%2B/4.07.00/README/view
		http://sourceforge.net/projects/bisoncpp/files/bisonc%2B%2B/4.06.00/README/view
PR:		188267
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Original commitRevision:350329 
Thursday, 28 Nov 2013
07:18 pgj search for other commits by this committer
- Update to 4.05.00
- Add support for staging, use shebangfix, switch to GCC 4.7
- Give up maintainership
Original commitRevision:335080 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
17:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Original commitRevision:327722 
Tuesday, 4 Dec 2012
18:50 pgj search for other commits by this committer
- Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
- Use a single space after "WWW:" in port descriptions

Requested by:	jhale, danfe, bapt
Feature safe:	yes
Original commitRevision:308261 
09:22 pgj search for other commits by this committer
- Update to 4.01.00
- Trim Makefile header

Feature safe:	yes
Original commitRevision:308219 
Tuesday, 15 Nov 2011
21:18 pgj search for other commits by this committer
- Update to 2.09.03
- Switch to GCC 4.6 (requested by: gerald)
- Add license information

Feature safe:   yes
Original commit
Monday, 15 Nov 2010
10:19 pgj search for other commits by this committer
- Update to 2.9.1
Original commit
Sunday, 26 Sep 2010
19:56 pgj search for other commits by this committer
- Update to 2.8.0
Original commit
Saturday, 5 Jun 2010
11:04 pgj search for other commits by this committer
- Update to 2.7.0
Original commit
Saturday, 10 Apr 2010
04:25 pgj search for other commits by this committer
- Update to 2.5.1
Original commit
Tuesday, 17 Nov 2009
12:40 pgj search for other commits by this committer
- Update to 2.4.8
Original commit
Saturday, 22 Aug 2009
00:18 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
Original commit
Monday, 9 Mar 2009
16:23 pgj search for other commits by this committer
The program bisonc++ creates a C++ parser function and -class having a
cleaner setup than the code generated by Alain Coetmeur's bison++.
Furthermore, since bisonc++ more closely follows current-day ideas about
C++ programming its code is easier to read.

WWW: http://bisoncpp.sourceforge.net/

Approved by:    tabthorpe
Original commit

Number of commits found: 27