non port: devel/pure-stldict/Makefile |
SVNWeb
|
Number of commits found: 21 |
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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 ] (Only the first 10 of 13 ports in this commit are shown above. )
Chase llvm35 expiration
|
Wed, 13 Mar 2019
|
[ 04:20 linimon ]
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 ] (Only the first 10 of 49 ports in this commit are shown above. )
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 ]
- Fix LICENSE
- Add LICENSE_FILE
- Fix WWW:
Approved by: portmgr blanket
|
Mon, 9 Jan 2017
|
[ 09:44 amdmi3 ]
- Remove always false OSVERSION condition
- Switch to options helpers
Approved by: portmgr blanket
|
Fri, 25 Nov 2016
|
[ 21:27 gerald ] (Only the first 10 of 12 ports in this commit are shown above. )
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 ]
Replace USE_GCC=4.9 by the preferred USE_GCC=4.9+.
|
Fri, 29 Jan 2016
|
[ 06:09 vanilla ]
Fix broken on 9.
Approved by: maintainer
|
Fri, 22 Jan 2016
|
[ 12:49 vanilla ]
Fix broken MASTER_SITES.
|
Thu, 21 Jan 2016
|
[ 03:27 vanilla ]
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 ] (Only the first 10 of 3171 ports in this commit are shown above. )
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 ] (Only the first 10 of 1081 ports in this commit are shown above. )
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 ]
- 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 ] (Only the first 10 of 1147 ports in this commit are shown above. )
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 )
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sat, 17 Aug 2013
|
[ 16:27 gerald ] (Only the first 10 of 93 ports in this commit are shown above. )
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 ] (Only the first 10 of 13 ports in this commit are shown above. )
Fix PORTSDIR not already defined by using relative path
|
[ 21:11 bapt ] (Only the first 10 of 14 ports in this commit are shown above. )
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 ]
- Update to 0.5
PR: ports/167414
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
|
Thu, 26 Jan 2012
|
[ 20:18 pav ] (Only the first 10 of 21 ports in this commit are shown above. )
- 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 |