From owner-svn-ports-head@FreeBSD.ORG Mon Nov 10 19:33:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB25320A; Mon, 10 Nov 2014 19:33:37 +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 AE2FAF9C; Mon, 10 Nov 2014 19:33:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAAJXbhi039018; Mon, 10 Nov 2014 19:33:37 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAAJXb5a039017; Mon, 10 Nov 2014 19:33:37 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201411101933.sAAJXb5a039017@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 10 Nov 2014 19:33:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372410 - head/deskutils/griffith 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-1 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, 10 Nov 2014 19:33:38 -0000 Author: marino Date: Mon Nov 10 19:33:36 2014 New Revision: 372410 URL: https://svnweb.freebsd.org/changeset/ports/372410 QAT: https://qat.redports.org/buildarchive/r372410/ Log: deskutils/griffith: Set LXML option by default This port is unmaintained. The referenced PR indicates that LXML dependency is not actually optional and run-time files if it's not installed. If true, it should be installed unconditionally, but as a half-measure, I'll just switch the option to fix it for standard binary packages, and let the future maintainer look into this more. PR: 194151 Submitted by: ktullavik (gmail) Modified: head/deskutils/griffith/Makefile Modified: head/deskutils/griffith/Makefile ============================================================================== --- head/deskutils/griffith/Makefile Mon Nov 10 19:18:49 2014 (r372409) +++ head/deskutils/griffith/Makefile Mon Nov 10 19:33:36 2014 (r372410) @@ -3,7 +3,7 @@ PORTNAME= griffith PORTVERSION= 0.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= http://launchpadlibrarian.net/87859599/ @@ -22,7 +22,8 @@ USE_GNOME= pygtk2 USES= gmake gettext python tar:xz NO_BUILD= yes -OPTIONS_DEFINE= CHARDET LXML PYGNOMEEXTRAS REPORTLAB2 +OPTIONS_DEFINE= CHARDET LXML PYGNOMEEXTRAS REPORTLAB2 +OPTIONS_DEFAULT= LXML CHARDET_DESC= chardet support CHARDET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=0:${PORTSDIR}/textproc/py-chardet @@ -50,10 +51,11 @@ post-patch: /^PREFIX/s|?=|=|g ; s|/usr|${PREFIX}|; /ln -s/d; \ /^ETCDIR/s|=.*|= $$(PREFIX)/etc|g' ${WRKSRC}/${file} .endfor -.for file in docs/en/Makefile docs/pl/Makefile docs/pt/Makefile +.for f in docs/en/Makefile docs/pl/Makefile docs/pt/Makefile @${REINPLACE_CMD} -e \ '/^PREFIX/s|?=|=|g ; s|/usr|${PREFIX}|; \ - /^MANDIR/s|=.*|=${STAGEDIR}${MANPREFIX}/man|g' ${WRKSRC}/${file} + /^MANDIR/s|=.*|=${STAGEDIR}${MANPREFIX}/man|g' \ + ${WRKSRC}/${f} .endfor pre-install: