Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2015 14:22:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199343] sysutils/moosefs-chunkserver: Upgrade to 2.0.63-1
Message-ID:  <bug-199343-13-j2pQ1Y7eJ8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199343-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199343-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199343

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |koobs@FreeBSD.org
           Keywords|                            |needs-patch, needs-qa
              Flags|                            |maintainer-feedback?(freebs
                   |                            |d@moosefs.com)

--- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> ---
On initial triage:

* Updates must be provided in unified diff format (svn diff) not as archives
* You'll want to run all of your patches/ports/PR's through:

  1) portlint -AC (it can be found in ports-mgmt/portlint)
  2) poudriere testport (or bulk -t) See:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing-poudriere.html

* I think a MASTER/SLAVE port setup might be better for the moosefs-* ports 
instead of including a Makefile.common. See:

http://www2.au.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#makefile-masterdir

* COMMENT should be a short description of the port, not just it's
functionality:

COMMENT=    Managing the whole filesystem and storing metadata

Says nothing about MooseFS or the component that is included.

Something like the following may be better:

COMMENT= Moose File System: Master & Metadata Server

* The following look like workarounds for an issue elsewhere:

DISTNAME=    ${PORTNAME}-${PORTVERSION}-${PORTREVISION}
WRKSRC=        ${WRKDIR}/${PORTNAME}-${PORTVERSION}

In particular PORTREVISION shouldn't be a part of DISTNAME.

See:
http://www2.au.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#makefile-distfiles

If you need assistance with any of this, we are available in #freebsd-ports on
freenode or #bsdports on efnet

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199343-13-j2pQ1Y7eJ8>