From owner-svn-ports-all@freebsd.org Mon Feb 1 14:29:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0E3CA976AB; Mon, 1 Feb 2016 14:29:17 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C257F160A; Mon, 1 Feb 2016 14:29:17 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u11ETGSw007757; Mon, 1 Feb 2016 14:29:16 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u11ETGrT007754; Mon, 1 Feb 2016 14:29:16 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201602011429.u11ETGrT007754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Mon, 1 Feb 2016 14:29:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407720 - head/net/clusterit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2016 14:29:18 -0000 Author: demon Date: Mon Feb 1 14:29:16 2016 New Revision: 407720 URL: https://svnweb.freebsd.org/changeset/ports/407720 Log: Fix package without X11; Make X11 off by default: software it very useful w/o x11, so do not pull huge deps by default. PR: 206819 Submitted by: timp87@gmail.com Modified: head/net/clusterit/Makefile head/net/clusterit/pkg-plist Modified: head/net/clusterit/Makefile ============================================================================== --- head/net/clusterit/Makefile Mon Feb 1 14:21:42 2016 (r407719) +++ head/net/clusterit/Makefile Mon Feb 1 14:29:16 2016 (r407720) @@ -9,10 +9,11 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= demon@FreeBSD.org COMMENT= Collection of clustering tools +LICENSE= BSD2CLAUSE + GNU_CONFIGURE= yes OPTIONS_DEFINE= X11 -OPTIONS_DEFAULT=X11 OPTIONS_SUB= yes X11_USE= XORG=x11 @@ -20,7 +21,7 @@ X11_USE= XORG=x11 .include post-patch: -.if empty(PORT_OPTIONS:MX11) +.if !$(PORT_OPTIONS:MX11) ${REINPLACE_CMD} -E 's,^(SUBDIRS) = .*,\1 = barrier dsh jsd pcp dtop tools,' ${WRKSRC}/Makefile.in .endif Modified: head/net/clusterit/pkg-plist ============================================================================== --- head/net/clusterit/pkg-plist Mon Feb 1 14:21:42 2016 (r407719) +++ head/net/clusterit/pkg-plist Mon Feb 1 14:29:16 2016 (r407720) @@ -26,5 +26,5 @@ man/man1/pdf.1.gz man/man1/prm.1.gz man/man1/rseq.1.gz man/man1/run.1.gz -man/man1/dvt.1.gz -man/man1/rvt.1.gz +%%X11%%man/man1/dvt.1.gz +%%X11%%man/man1/rvt.1.gz