From nobody Mon Oct 11 19:57:46 2021 X-Original-To: dev-commits-ports-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id AC9301800ADB; Mon, 11 Oct 2021 19:57:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HSqMt4RvHz4f3v; Mon, 11 Oct 2021 19:57:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 74C37271A8; Mon, 11 Oct 2021 19:57:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19BJvkfO064481; Mon, 11 Oct 2021 19:57:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19BJvknh064480; Mon, 11 Oct 2021 19:57:46 GMT (envelope-from git) Date: Mon, 11 Oct 2021 19:57:46 GMT Message-Id: <202110111957.19BJvknh064480@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Antoine Brodin Subject: git: 8a6a8c213493 - 2021Q4 - sysutils/arcconf: unbreak List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-branches@freebsd.org X-BeenThere: dev-commits-ports-branches@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: antoine X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q4 X-Git-Reftype: branch X-Git-Commit: 8a6a8c2134934d683dac37c8bfc6f02d6351396e Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch 2021Q4 has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a6a8c2134934d683dac37c8bfc6f02d6351396e commit 8a6a8c2134934d683dac37c8bfc6f02d6351396e Author: Antoine Brodin AuthorDate: 2021-10-11 19:15:36 +0000 Commit: Antoine Brodin CommitDate: 2021-10-11 19:57:27 +0000 sysutils/arcconf: unbreak (cherry picked from commit 004b168dd0b6fae167ff9e2e0821c59f207e7adb) --- sysutils/arcconf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile index 118bd0cb561b..6e91370f7c3a 100644 --- a/sysutils/arcconf/Makefile +++ b/sysutils/arcconf/Makefile @@ -27,6 +27,8 @@ PERIODICSCRIPT= 410.status-aac-raid DIST_TYPE= 12_x64 +.include + .if ${OSVERSION} > 1300078 RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libncurses.so.8:misc/compat12x .endif @@ -42,4 +44,4 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKDIR}/${PERIODICSCRIPT} ${STAGEDIR}${PREFIX}/etc/periodic/daily -.include +.include