Date: Mon, 13 Aug 2018 15:25:40 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477075 - head/net-mgmt/resource-agents Message-ID: <201808131525.w7DFPefJ090224@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808131525.w7DFPefJ090224>