aboutsummaryrefslogtreecommitdiff
path: root/sysutils/moosefs-master/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports of sysutils/ to new USES=pythonMarcus von Appen2014-10-241-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371454
* - Reset maintainer to ports@Wen Heping2014-08-101-1/+1
| | | | | | | Submitted by: chifeng@gmail.com(previous maintainer, via email) Notes: svn path=/head/; revision=364535
* sysutils/moosefs-*: Upgrade version 1.6.27 => 1.6.27-5 and Stage supportJohn Marino2014-07-121-44/+35
| | | | | | | | | | | | | | | | | | | | | | This was a master and two slave ports. Now each port stands alone, each with it's own defined distinfo which allows for the separate mk to be removed. * Ownership of slave ports restored to chifeng. They were reset in error because their staging was combined with master staging * Configure locations uniformly fixed to /etc/mfs * cgiserv now runs as unpriviledged user * Fixes ability to reload config without restarting * Uses @sample keyword for config files now * fixes -master, -chunkserver, and -client ports PR: 191046 Submitted by: takeda (takeda.tk) Approved by: maintainer (chifeng) Minor fixes: marino Notes: svn path=/head/; revision=361607
* sysutils/moosefs-master: Fix default conf path for master portJohn Marino2014-07-121-3/+5
| | | | | | | | | | | | | The default path was PREFIX/etc but should be PREFIX/etc/mfs . This PR is getting submitted before the stage support PR. PR: 186404 Submitted by: loic (findspire.com) Approved by: maintainer (chifeng) Approved by: portmgr (implicit, NOT_STAGED) Notes: svn path=/head/; revision=361602
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Update to 1.6.27Guido Falsi2013-05-171-7/+3
| | | | | | | | | | | - Trim Makefile headers - Use space in WWW Line PR: ports/178397, ports/178398, ports/178399 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) Notes: svn path=/head/; revision=318402
* - Update to 1.6.24Michael Scheidell2012-04-301-8/+5
| | | | | | | | PR: ports/167138 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) Notes: svn path=/head/; revision=295710
* - Update to 1.6.20Wen Heping2011-01-211-1/+1
| | | | | | | | | PR: ports/154161 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268079
* - Update to 1.6.19Wen Heping2010-12-301-1/+1
| | | | | | | | PR: ports/153515 ports/153516 ports/153517 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) Notes: svn path=/head/; revision=267154
* - Update to 1.6.17.Marcelo Araujo2010-07-301-1/+1
| | | | | | | | PR: ports/149089, ports/149090, ports/149092 Submitted by: Chifeng QU <chifeng@gmail.com> (maintainer) Notes: svn path=/head/; revision=258504
* - Update to 1.6.16Sylvio Cesar Teixeira2010-07-271-3/+3
| | | | | | | | PR: ports/148946 Submitted by: Chifeng QU <chifeng@gmail.com> (maintainer) Notes: svn path=/head/; revision=258311
* - Update to 1.6.15Sylvio Cesar Teixeira2010-04-171-9/+9
| | | | | | | | | PR: ports/145746 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252817
* MooseFS is a fault tolerant, network distributed file system.Wen Heping2010-04-071-0/+55
mfsmaster is a single machine managing the whole filesystem, storing metadata for every file (information on size, attributes and file location(s), including all information about non-regular files, i.e. directories, sockets, pipes and devices). WWW: http://www.moosefs.org/ Submitted by: Chifeng Qu <chifeng@gmail.com> (via Email) Notes: svn path=/head/; revision=252357