summaryrefslogtreecommitdiffstats
path: root/do_freebsd.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: let FreeBSD build ceph-fuseWillem Jan Withagen2017-04-021-13/+11
| | | | Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
* do_freebsd.sh: the EMBEDDED target is not (yet) working for FreeBSDWillem Jan Withagen2017-02-241-0/+1
| | | | Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
* do_freebsd.sh: Remove ENODATA requirementWillem Jan Withagen2017-02-241-6/+0
| | | | | | | | - This was there because cython did not know about ENOATTR But since cython 0.25.2 tus is fixed. And we don't need to edit /usr/include/errno.h Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
* doc: Have install put manpages in the FreeBSD correct locationWillem Jan Withagen2017-02-161-1/+2
| | | | Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
* ./do_freebsd.sh: Do not use KRBDWillem Jan Withagen2017-01-121-1/+1
| | | | Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
* Merge pull request #12191 from wjwithagen/wip-wjw-freebsd-radosgw-adminKefu Chai2017-01-041-1/+0
|\ | | | | | | | | rgw_file: radosgw-admin can be built under FreeBSD Reviewed-by: Casey Bodley <cbodley@redhat.com>
| * FreeBSD/radosgw-admin can be buildWillem Jan Withagen2016-11-261-1/+0
| | | | | | | | Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
* | Cmake/FreeBSD: use the SYSTEM_BOOSTWillem Jan Withagen2016-12-021-0/+1
| | | | | | | | Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
* | FreeBSD: do_freebsd.shWillem Jan Withagen2016-11-221-11/+38
|/ | | | | | | - rearrange and and more checks before building - introduce CEPH_DEV to add test/code/debugging when DEVeloping Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
* do_freebsd.sh: Do not use LLTNG on FreeBSDWillem Jan Withagen2016-10-191-0/+1
| | | | | | FreeBSD has Dtrace Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
* ./do_freebsd.sh: remove pipe to get correct return valueWillem Jan Withagen2016-10-161-2/+2
| | | | Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
* do_freebsd.sh: Set options for debug building.Willem Jan Withagen2016-10-121-0/+1
| | | | | | | | And that requires that the options need to be passed on completely to the cmake program as well. Thus adding """'s around the option argument with do_cmake.sh as well Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
* do_freebsd*.sh: rename do_freebsd-cmake.sh to do_freebsd.shKefu Chai2016-09-151-6/+18
| | | | | | as autotools is dropped. and remove trailing spaces. Signed-off-by: Kefu Chai <kchai@redhat.com>
* FreeBSD/build: Files specific for building on FreeBSDWillem Jan Withagen2016-05-101-0/+19
- README.FreeBSD for the description of the current work thusfar - do_freebsd.sh, the srcipt to run autobuild/compile/tests - autogen_freebsd.sh set the options to use in the auto/configure tools - do_freebsd.sh: Install bash and softlink, so other bash scripts can run as is. Using /usr/bin/env would be more compliant. But not for now. This makes it compatible with the std-linux environment - So now we can even have Clang in /usr/bin and /usr/local/bin and still get the right one. - Use less error suppression, but start fixing warning. Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>