From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 25 04:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 835D4B84 for ; Fri, 25 Jan 2013 04:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 67775B6C for ; Fri, 25 Jan 2013 04:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0P4U0si090876 for ; Fri, 25 Jan 2013 04:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0P4U0Sp090875; Fri, 25 Jan 2013 04:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 25 Jan 2013 04:30:00 GMT Resent-Message-Id: <201301250430.r0P4U0Sp090875@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Warren Block Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8A0D9B4B for ; Fri, 25 Jan 2013 04:26:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 42082B52 for ; Fri, 25 Jan 2013 04:26:49 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r0P4QnCP060324 for ; Fri, 25 Jan 2013 04:26:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r0P4Qnu0060323; Fri, 25 Jan 2013 04:26:49 GMT (envelope-from nobody) Message-Id: <201301250426.r0P4Qnu0060323@red.freebsd.org> Date: Fri, 25 Jan 2013 04:26:49 GMT From: Warren Block To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175555: [patch] textproc/docproj: Add igor as a config option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 04:30:00 -0000 >Number: 175555 >Category: ports >Synopsis: [patch] textproc/docproj: Add igor as a config option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 25 04:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Warren Block >Release: FreeBSD 0.98 >Organization: >Environment: FreeBSD buggywhip 0.9-STABLE FreeBSD 0.9-STABLE #0: Mon Jan 23 21:10:07 MST 1989 root@buggywhip:/usr/obj/usr/src/sys/BUGGYWHIP i386 >Description: Add textproc/igor as a config option to textproc/docproj. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: textproc/docproj/Makefile =================================================================== --- textproc/docproj/Makefile (revision 310958) +++ textproc/docproj/Makefile (working copy) @@ -37,12 +37,13 @@ ${LOCALBASE}/share/xml/xmlcharent/catalog:${PORTSDIR}/textproc/xmlcharent \ p5-XML-Parser>=2.41:${PORTSDIR}/textproc/p5-XML-Parser -OPTIONS_DEFINE= JADETEX OPENJADE CJK SVN +OPTIONS_DEFINE= JADETEX OPENJADE CJK SVN IGOR JADETEX_DESC= Support building additional document formats (PDF) OPENJADE_DESC= Install textproc/openjade instead of textproc/jade CJK_DESC= CJK (Simplified Chinese Language) support SVN_DESC= Subversion support (required to check out sources) -OPTIONS_DEFAULT= OPENJADE CJK SVN +IGOR_DESC= Igor automated proofreader for documentation +OPTIONS_DEFAULT= OPENJADE CJK SVN IGOR .if !defined(WITHOUT_JADETEX) || defined(PACKAGE_BUILDING) OPTIONS_DEFAULT+= JADETEX @@ -63,6 +64,10 @@ RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion .endif +.if ${PORT_OPTIONS:MIGOR} +RUN_DEPENDS+= igor:${PORTSDIR}/textproc/igor +.endif + .if ${PORT_OPTIONS:MJADETEX} RUN_DEPENDS+= ${LOCALBASE}/share/texmf/web2c/jadetex.fmt:${PORTSDIR}/print/jadetex RUN_DEPENDS+= dvips:${PORTSDIR}/print/dvipsk-tetex >Release-Note: >Audit-Trail: >Unformatted: