Date: Mon, 28 Oct 2019 00:34:10 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515841 - in head/misc: mc mc-nox11 Message-ID: <201910280034.x9S0YAld062160@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: meta Date: Mon Oct 28 00:34:10 2019 New Revision: 515841 URL: https://svnweb.freebsd.org/changeset/ports/515841 Log: New port: misc/mc-nox11: misc/mc but without x11 dependencies PR: 238425 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> Approved by: portmgr (maintainer timeout: 2 months) Added: head/misc/mc-nox11/ head/misc/mc-nox11/Makefile (contents, props changed) Modified: head/misc/mc/Makefile Added: head/misc/mc-nox11/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/mc-nox11/Makefile Mon Oct 28 00:34:10 2019 (r515841) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../mc +PKGNAMESUFFIX= -nox11 +OPTIONS_EXCLUDE= X11 + +.include "${MASTERDIR}/Makefile" Modified: head/misc/mc/Makefile ============================================================================== --- head/misc/mc/Makefile Mon Oct 28 00:15:51 2019 (r515840) +++ head/misc/mc/Makefile Mon Oct 28 00:34:10 2019 (r515841) @@ -3,7 +3,7 @@ PORTNAME= mc PORTVERSION= 4.8.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc shells MASTER_SITES= http://ftp.midnight-commander.org/ \ https://ftp.osuosl.org/pub/midnightcommander/ @@ -60,6 +60,8 @@ SUBSHELL_CONFIGURE_WITH=subshell X11_CONFIGURE_ENABLE= x X11_USE= xorg=x11,xext +X11_VARS= CONFLICTS_INSTALL+="mc-nox11-[0-9]*" +X11_VARS_OFF= CONFLICTS_INSTALL+="mc-[0-9]*" PKGNAMESUFFIX=-nox11 PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910280034.x9S0YAld062160>