Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2015 08:24:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200749] [NEW PORT] devel/sope: Extensive set of GNUstep web application frameworks
Message-ID:  <bug-200749-13-AL5KTiE4wY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200749-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200749-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=200749

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |euan@potensol.com
           Keywords|                            |feature, needs-patch,
                   |                            |needs-qa, patch
            Summary|New port: devel/sope        |[NEW PORT] devel/sope:
                   |                            |Extensive set of GNUstep
                   |                            |web application frameworks
              Flags|                            |maintainer-feedback?(euan@p
                   |                            |otensol.com)

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
Hi Euan, thanks for your submission.

Please include QA results as per my comment in bug 200751 so that this issue
can be progressed as quickly as possible :) portlint in particular will
highlight some of the issues below

A couple of specific review items:

 * For these constructs:

.if ${PORT_OPTIONS:MFOO}
CLAUSE+=        BAR
.endif

Please use the OPTION_CLAUSE= BAR "options helper" syntax. For further details
see: /usr/ports/Mk/bsd.options.mk

 * Make --disable-debug conditional on a DEBUG option
 * LDAP, PGSQL and MYSQL have descriptions already set in bsd.options.desc.mk,
you can remove them
 * Add LICENSE_FILE=${WRKSRC}/path/to/file if a license file exists in the
distribution files
 * @${REINPLACE_CMD} -e 's|/usr/local/pgsql/lib|/usr/local/lib/postgresql|

  Replace hardcoded /usr/local path with LOCALBASE. See:
http://www2.au.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#porting-prefix

-- 
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-200749-13-AL5KTiE4wY>