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/pure-stldict/Makefile
SVNWeb

Number of commits found: 21

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
Sat, 8 Jun 2019
[ 11:46 antoine search for other commits by this committer ] Original commit   Revision:503721 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Chase llvm35 expiration
Wed, 13 Mar 2019
[ 04:20 linimon search for other commits by this committer ] Original commit   Revision:495539
Fix build on gcc-based architectures:

  cc1plus: unrecognized command line option "-std=c++0x"

Approved by:	portmgr (tier-2 blanket)
Sun, 21 May 2017
[ 21:55 linimon search for other commits by this committer ] Original commit   Revision:441429 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Wed, 15 Mar 2017
[ 11:55 amdmi3 search for other commits by this committer ] Original commit   Revision:436233
- Fix LICENSE
- Add LICENSE_FILE
- Fix WWW:

Approved by:	portmgr blanket
Mon, 9 Jan 2017
[ 09:44 amdmi3 search for other commits by this committer ] Original commit   Revision:430928
- Remove always false OSVERSION condition
- Switch to options helpers

Approved by:	portmgr blanket
Fri, 25 Nov 2016
[ 21:27 gerald search for other commits by this committer ] Original commit   Revision:427129 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 19 Jun 2016
[ 12:16 gerald search for other commits by this committer ] Original commit   Revision:417114
Replace USE_GCC=4.9 by the preferred USE_GCC=4.9+.
Fri, 29 Jan 2016
[ 06:09 vanilla search for other commits by this committer ] Original commit   Revision:407452
Fix broken on 9.

Approved by:	maintainer
Fri, 22 Jan 2016
[ 12:49 vanilla search for other commits by this committer ] Original commit   Revision:406927
Fix broken MASTER_SITES.
Thu, 21 Jan 2016
[ 03:27 vanilla search for other commits by this committer ] Original commit   Revision:406819
1: Upgrade to 0.8.
2: remove USE_GCC, it's compilable with clang.

Approved by:	maintainer via twitter.
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, 10 Mar 2014
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:347809 (Only the first 10 of 1081 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Sun, 5 Jan 2014
[ 00:19 nemysis search for other commits by this committer ] Original commit   Revision:338705
- Readdition of devel/pure-stldict which was removed on 333095
- Bump PORTREVISION
- Add licenses (GPLv3 LGPL3)
- USES pure instead of USE_PURE
- Add DOCS, EXAMPLES and Option
- Support STAGEDIR
- Change pkg-plist, use @dirrmtry instead of @dirrm

This package provides a light-weight, no frills interface to the C++
dictionary containers map and unordered_map. The stldict module makes
these data structures available in Pure land and equips them with a
(more or less) idiomatic Pure container interface.

WWW: http://docs.pure-lang.googlecode.com/hg/pure-stldict.html

PR:		ports/183756
Submitted by:	Zhihao Yuan <zy@miator.net>
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 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:
devel part 3)
Sat, 17 Aug 2013
[ 16:27 gerald search for other commits by this committer ] Original commit   Revision:324851 (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
Wed, 10 Jul 2013
[ 21:28 bapt search for other commits by this committer ] Original commit   Revision:322734 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Fix PORTSDIR not already defined by using relative path
[ 21:11 bapt search for other commits by this committer ] Original commit   Revision:322733 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Fix pure by removing the useless pre.mk/post.mk dancing
Convert to USES=gmake

Reported by:	marino
Tue, 1 May 2012
[ 20:13 dhn search for other commits by this committer ] Original commit 
- Update to 0.5

PR:             ports/167414
Submitted by:   Zhihao Yuan <lichray@gmail.com> (maintainer)
Thu, 26 Jan 2012
[ 20:18 pav search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Add a couple of pure extensions:
  devel/pure-readline:   A readline interface for the Pure language
  devel/pure-stldict:    Pure interface to C++ STL map/unordered_map
  devel/pure-stlvec:     Pure interface to C++ STL vector
  math/pure-mpfr:        Multiprecision floats for Pure
  x11-toolkits/pure-tk:  A basic interface between Pure and Tcl/Tk

PR:             ports/161799
Submitted by:   Zhihao Yuan <lichray@gmail.com>

Number of commits found: 21