Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Sep 2021 23:52:13 GMT
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ed60959f8da5 - main - editors/git: Explicitly disable X for console Builds
Message-ID:  <202109182352.18INqD4g056692@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ed60959f8da5f8f2820993b3fa6761c501d2f59b

commit ed60959f8da5f8f2820993b3fa6761c501d2f59b
Author:     Michael Osipov <michael.osipov@siemens.com>
AuthorDate: 2021-09-18 23:50:28 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2021-09-18 23:51:58 +0000

    editors/git: Explicitly disable X for console Builds
    
    PR:   258407
---
 editors/vim/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 7e12f30a8bb2..3f81fe5f8820 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -50,10 +50,12 @@ ${f}_PKGNAMESUFFIX=	-${f}
 # GUI flavors
 .if ${FLAVOR:U} == console
 GUI=		no
+CONFIGURE_ARGS+=--without-x
 PLIST_SUB+=	GUI="@comment " DESKTOP="@comment "
 
 .elif ${FLAVOR:U} == tiny
 GUI=		no
+CONFIGURE_ARGS+=--without-x
 PLIST=		${.CURDIR}/pkg-plist-tiny
 
 .elif ${FLAVOR:U} == athena



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