svn commit: r477075 - head/net-mgmt/resource-agents

Tobias Kortkamp tobik at FreeBSD.org
Mon Aug 13 15:25:41 UTC 2018


Author: tobik
Date: Mon Aug 13 15:25:40 2018
New Revision: 477075
URL: https://svnweb.freebsd.org/changeset/ports/477075

Log:
  net-mgmt/resource-agents: Fix build with Clang
  
  error: unknown warning option '-Wunsigned-char' [-Werror,-Wunknown-warning-option]
  
  - Add missing DOCS option

Modified:
  head/net-mgmt/resource-agents/Makefile

Modified: head/net-mgmt/resource-agents/Makefile
==============================================================================
--- head/net-mgmt/resource-agents/Makefile	Mon Aug 13 14:34:56 2018	(r477074)
+++ head/net-mgmt/resource-agents/Makefile	Mon Aug 13 15:25:40 2018	(r477075)
@@ -3,8 +3,8 @@
 
 PORTNAME=	resource-agents
 PORTVERSION=	4.1.1
-PORTREVISION=	1
 DISTVERSIONPREFIX=v
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	dpejesh at yahoo.com
@@ -21,9 +21,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	ClusterLabs
 
 USES=		autoreconf gmake pkgconfig python shebangfix
-USE_GCC=	yes
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-fatal-warnings
 
 SHEBANG_LANG=	sh
 sh_OLD_CMD=	/bin/sh
@@ -39,7 +39,7 @@ SHEBANG_FILES=	heartbeat/* \
 		tools/ocft/ocft.in \
 		tools/ocf-tester.in
 
-OPTIONS_DEFINE=	MANPAGES
+OPTIONS_DEFINE=	DOCS MANPAGES
 OPTIONS_DEFAULT=MANPAGES
 OPTIONS_SUB=	yes
 


More information about the svn-ports-head mailing list