svn commit: r409685 - head/net-mgmt/bsnmp-ucd

Alexey Dokuchaev danfe at FreeBSD.org
Mon Feb 29 05:03:37 UTC 2016


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


More information about the svn-ports-all mailing list