From owner-svn-ports-head@FreeBSD.ORG Mon May 12 07:31:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA07C7BD; Mon, 12 May 2014 07:31:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 8DCC423C1; Mon, 12 May 2014 07:31:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4C7VIGA074419; Mon, 12 May 2014 07:31:18 GMT (envelope-from romain@svn.freebsd.org) Received: (from romain@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4C7VIMU074415; Mon, 12 May 2014 07:31:18 GMT (envelope-from romain@svn.freebsd.org) Message-Id: <201405120731.s4C7VIMU074415@svn.freebsd.org> From: Romain Tartière Date: Mon, 12 May 2014 07:31:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353778 - head/graphics/mscgen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 07:31:18 -0000 Author: romain Date: Mon May 12 07:31:17 2014 New Revision: 353778 URL: http://svnweb.freebsd.org/changeset/ports/353778 QAT: https://qat.redports.org/buildarchive/r353778/ Log: - Support staging; - Make freetype dependency optional; - Pet portlint. Modified: head/graphics/mscgen/Makefile head/graphics/mscgen/pkg-descr head/graphics/mscgen/pkg-plist Modified: head/graphics/mscgen/Makefile ============================================================================== --- head/graphics/mscgen/Makefile Mon May 12 07:12:28 2014 (r353777) +++ head/graphics/mscgen/Makefile Mon May 12 07:31:17 2014 (r353778) @@ -3,7 +3,7 @@ PORTNAME= mscgen PORTVERSION= 0.20 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.mcternan.me.uk/mscgen/software/ \ http://romain.blogreen.org/distfiles/ @@ -12,12 +12,18 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= romain@FreeBSD.org COMMENT= A Message Sequence Chart Renderer -OPTIONS_DEFINE= PNG -OPTIONS_DEFAULT= PNG +OPTIONS_DEFINE= FREETYPE PNG +OPTIONS_DEFAULT=FREETYPE PNG -NO_STAGE= yes .include +.if ${PORT_OPTIONS:MFREETYPE} +CONFIGURE_ARGS+=--with-freetype +LIB_DEPENDS+= freetype:${PORTSDIR}/print/freetype2 +.else +CONFIGURE_ARGS+=--without-freetype +.endif + .if ${PORT_OPTIONS:MPNG} CONFIGURE_ARGS+=--with-png LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd Modified: head/graphics/mscgen/pkg-descr ============================================================================== --- head/graphics/mscgen/pkg-descr Mon May 12 07:12:28 2014 (r353777) +++ head/graphics/mscgen/pkg-descr Mon May 12 07:31:17 2014 (r353778) @@ -1,4 +1,4 @@ Mscgen is a small program that parses Message Sequence Chart descriptions and produces PNG, SVG, EPS or server side image maps (ismaps) as the output. -WWW: http://www.mcternan.me.uk/mscgen/ +WWW: http://www.mcternan.me.uk/mscgen/ Modified: head/graphics/mscgen/pkg-plist ============================================================================== --- head/graphics/mscgen/pkg-plist Mon May 12 07:12:28 2014 (r353777) +++ head/graphics/mscgen/pkg-plist Mon May 12 07:31:17 2014 (r353778) @@ -1,4 +1,5 @@ bin/mscgen +man/man1/mscgen.1.gz %%DOCSDIR%%/COPYING %%DOCSDIR%%/ChangeLog %%DOCSDIR%%/README