svn commit: r325650 - head/mail/archiveopteryx
Alexey Dokuchaev
danfe at FreeBSD.org
Fri Aug 30 02:43:55 UTC 2013
On Fri, Aug 30, 2013 at 01:47:21AM +0000, Mark Felder wrote:
> New Revision: 325650
> URL: http://svnweb.freebsd.org/changeset/ports/325650
>
> Log:
> - Cleanup
> [...]
>
> MAINTAINER= feld at FreeBSD.org
> COMMENT= An advanced PostgreSQL-based IMAP/POP server
While cleaning up, you could've dropped leading indefinite article from
COMMENT line.
> @@ -22,7 +17,7 @@ BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
>
> USE_BZIP2= yes
> USE_PERL5_BUILD= yes
... and converted deprecated USE_PERL5_BUILD. :)
> do-build:
> - @cd ${WRKSRC} && ${JAM} -j${MAKE_JOBS_NUMBER}
> + @cd ${WRKSRC} && ${JAM}
Can you elaborate on this change a bit? Does jam(1) support -j? is it
wrong to pass it like this? port is not -jX safe? something else?..
./danfe
More information about the svn-ports-head
mailing list