Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2014 01:50:12 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352976 - head/devel/jech-dht/files
Message-ID:  <201405050150.s451oCsi050207@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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