svn commit: r352976 - head/devel/jech-dht/files

Mikhail Teterin mi at FreeBSD.org
Mon May 5 01:50:12 UTC 2014


Author: mi
Date: Mon May  5 01:50:11 2014
New Revision: 352976
URL: http://svnweb.freebsd.org/changeset/ports/352976
QAT: https://qat.redports.org/buildarchive/r352976/

Log:
  Ratched up warnings for the dht-example. It is good enough for WARNS=3.

Modified:
  head/devel/jech-dht/files/Makefile.example

Modified: head/devel/jech-dht/files/Makefile.example
==============================================================================
--- head/devel/jech-dht/files/Makefile.example	Mon May  5 01:48:38 2014	(r352975)
+++ head/devel/jech-dht/files/Makefile.example	Mon May  5 01:50:11 2014	(r352976)
@@ -4,4 +4,6 @@ NO_MAN=	nope, too much to ask
 LDADD=	-L. -ldht -lcrypt -lmd
 BINDIR=	${STAGEDIR}${PREFIX}/bin
 
+WARNS=	3
+
 .include <bsd.prog.mk>


More information about the svn-ports-all mailing list