Date: Sat, 14 Nov 2020 05:09:49 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555077 - in head/sysutils: cfengine312 cfengine313 cfengine314 cfengine315 Message-ID: <202011140509.0AE59n7U014562@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Sat Nov 14 05:09:49 2020 New Revision: 555077 URL: https://svnweb.freebsd.org/changeset/ports/555077 Log: Fix build under LLVM11. Modified: head/sysutils/cfengine312/Makefile (contents, props changed) head/sysutils/cfengine313/Makefile (contents, props changed) head/sysutils/cfengine314/Makefile (contents, props changed) head/sysutils/cfengine315/Makefile (contents, props changed) Modified: head/sysutils/cfengine312/Makefile ============================================================================== --- head/sysutils/cfengine312/Makefile Sat Nov 14 05:04:16 2020 (r555076) +++ head/sysutils/cfengine312/Makefile Sat Nov 14 05:09:49 2020 (r555077) @@ -31,7 +31,7 @@ GNU_CONFIGURE= yes USES= autoreconf cpe gmake gnome libtool localbase shebangfix ssl USE_GNOME= libxml2 SHEBANG_FILES= examples/remake_outputs.pl -CFLAGS+= -Wno-return-type +CFLAGS+= -Wno-return-type -fcommon # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 DOCSDIR= ${PREFIX}/share/doc/cfengine MAKE_ENV= EXPLICIT_VERSION=${PORTVERSION} Modified: head/sysutils/cfengine313/Makefile ============================================================================== --- head/sysutils/cfengine313/Makefile Sat Nov 14 05:04:16 2020 (r555076) +++ head/sysutils/cfengine313/Makefile Sat Nov 14 05:09:49 2020 (r555077) @@ -32,7 +32,7 @@ GNU_CONFIGURE= yes USES= autoreconf cpe gmake gnome libtool localbase shebangfix ssl USE_GNOME= libxml2 SHEBANG_FILES= examples/remake_outputs.pl -CFLAGS+= -Wno-return-type +CFLAGS+= -Wno-return-type -fcommon # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 DOCSDIR= ${PREFIX}/share/doc/cfengine MAKE_ENV= EXPLICIT_VERSION=${PORTVERSION} Modified: head/sysutils/cfengine314/Makefile ============================================================================== --- head/sysutils/cfengine314/Makefile Sat Nov 14 05:04:16 2020 (r555076) +++ head/sysutils/cfengine314/Makefile Sat Nov 14 05:09:49 2020 (r555077) @@ -32,7 +32,7 @@ GNU_CONFIGURE= yes USES= autoreconf cpe gmake gnome libtool localbase shebangfix ssl USE_GNOME= libxml2 SHEBANG_FILES= examples/remake_outputs.pl -CFLAGS+= -Wno-return-type +CFLAGS+= -Wno-return-type -fcommon # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 DOCSDIR= ${PREFIX}/share/doc/cfengine MAKE_ENV= EXPLICIT_VERSION=${PORTVERSION} Modified: head/sysutils/cfengine315/Makefile ============================================================================== --- head/sysutils/cfengine315/Makefile Sat Nov 14 05:04:16 2020 (r555076) +++ head/sysutils/cfengine315/Makefile Sat Nov 14 05:09:49 2020 (r555077) @@ -31,7 +31,7 @@ GNU_CONFIGURE= yes USES= autoreconf cpe gmake gnome libtool localbase shebangfix ssl USE_GNOME= libxml2 SHEBANG_FILES= examples/remake_outputs.pl -CFLAGS+= -Wno-return-type +CFLAGS+= -Wno-return-type -fcommon # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 DOCSDIR= ${PREFIX}/share/doc/cfengine MAKE_ENV= EXPLICIT_VERSION=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011140509.0AE59n7U014562>