Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Feb 2016 05:03:37 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Mikolaj Golub <trociny@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r409685 - head/net-mgmt/bsnmp-ucd
Message-ID:  <20160229050336.GA45790@FreeBSD.org>
In-Reply-To: <201602272003.u1RK3AfO017541@repo.freebsd.org>
References:  <201602272003.u1RK3AfO017541@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 27, 2016 at 08:03:10PM +0000, Mikolaj Golub wrote:
> New Revision: 409685
> URL: https://svnweb.freebsd.org/changeset/ports/409685
> 
> Log:
>   Fix build on recent 11.0-CURRENT

That's pretty bad commit message since it does not explain anything: neither
what was the cause of the breakage nor why/how "make depend" magically fixes
it.

> @@ -21,4 +21,7 @@ post-install:
>  	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
>  	${INSTALL_DATA} ${WRKSRC}/snmpd.config.sample ${STAGEDIR}${EXAMPLESDIR}
>  
> +pre-build:
> +	${MAKE} -C ${WRKSRC} depend

Also, it should probably be spelled as ${MAKE_CMD} here.

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160229050336.GA45790>