non port: net/ceph-devel/Makefile |
Number of commits found: 19 |
Thursday, 9 Aug 2018
|
06:58 jbeich
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165
 |
Tuesday, 17 Jul 2018
|
08:56 antoine
Deprecate ports broken for more than 5 months
 |
Monday, 28 May 2018
|
09:34 amdmi3
- Update WWW
- Whitespace fixes
Approved by: portmgr blanket
 |
Wednesday, 18 Apr 2018
|
13:57 jbeich
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
 |
Thursday, 15 Feb 2018
|
12:34 mat
devel/boost-python-libs got forgotten in the python flavorization, fix
this oversight.
Reviewed by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14368
 |
Thursday, 18 Jan 2018
|
04:11 jbeich
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Monday, 25 Sep 2017
|
00:08 jbeich
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
 |
00:05 jbeich
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
 |
Sunday, 3 Sep 2017
|
08:29 pi
New port: net/ceph
Ceph is a distributed object store and file system designed to provide
excellent performance, reliability and scalability.
* Object Storage
Ceph provides seamless access to objects using native language bindings or
radosgw, a REST interface for applications written with S3 and Swift.
* Block Storage
Ceph's RADOS Block Device (RBD) provides access to block device images
that are striped and replicated across the entire storage cluster.
* File System
Ceph provides a POSIX-compliant network file system aiming for large data
storage, high performance, and maximum compatibility with legacy applications.
This FreeBSD build will build most of the tools in Ceph:
* Mon, OSD, rados, RadosGW, rbd
* init-ceph, and etc/rc.d/ceph on top of that
* ceph-disk {prepare, activate}
With these tools one can build a multi server, multi osd cluster fully
running on FreeBSD and do some testing...
WWW: http://ceph.com
PR: 221997
Submitted by: Willem Jan Withagen <wjw@digiware.nl>
 |
Friday, 18 Aug 2017
|
16:08 pi
net/ceph-devel: update 2017-07-27 -> 2017-08-15
- Fix bugs in building the 2017-07-27 version
PR: 221569
Submitted by: Willem Jan Withagen <wjw@digiware.nl> (maintainer)
 |
Friday, 11 Aug 2017
|
15:48 pi
net/ceph-devel: update wip.v2017-05-01 -> wip.v2017-07-27-1
- roughly equal to 12.1.2 Luminous RC2
- Major diffrence is that it also incluse the code for rbd-ggate,
which allows to mount ceph-pools as raw device. (/dev/ggate)
- ceph-fuse is working, albeit slow and typical fuse style.
Submitted by: Willem Jan Withagen <wjw@digiware.nl> (maintainer)
Relnotes: http://ceph.com/releases/v12-1-2-luminous-rc-released/
Differential Revision: https://reviews.freebsd.org/D11770
 |
Sunday, 25 Jun 2017
|
21:07 tcberner
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
 |
Wednesday, 3 May 2017
|
09:25 mmokhi
net/ceph-devel: update to latest release v2017-05-01
Delete a no-longer-needed patch.
PR: 218974
Reported by: Willem Jan Withagen <wjw@digiware.nl>
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: https://reviews.freebsd.org/D10547
 |
Tuesday, 2 May 2017
|
06:48 jbeich
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472
 |
Monday, 24 Apr 2017
|
12:58 miwi
- Fix shebangs
Submitted by: Jochen Neumeister (via irc)
 |
Sunday, 9 Apr 2017
|
14:47 mmokhi
Mark port as unbuildable for FreeBSD 10.X
PR: 218484
Reported by: Willem Jan Withagen <wjw@digiware.nl> (maintainer)
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10319
 |
Saturday, 1 Apr 2017
|
11:59 antoine
Remove wrong dependency
MFH: 2017Q2
 |
Thursday, 30 Mar 2017
|
10:55 mmokhi
net/ceph-devel: Add port to the tree.
Ceph is a distributed object store and file system designed to
provide excellent performance, reliability and scalability.
PR: 217046
Submitted by: Willem Jan Withagen <wjw@digiware.nl>
Reported by: Willem Jan Withagen <wjw@digiware.nl>
Reviewed by: asomers, feld, mat, mmokhi
Approved by: asomers, feld (mentor)
Differential Revision: https://reviews.freebsd.org/D9584
 |
Number of commits found: 19 |