From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 21:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 F379250A for ; Fri, 20 Dec 2013 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6EB71D86 for ; Fri, 20 Dec 2013 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKLe10C057614 for ; Fri, 20 Dec 2013 21:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKLe1mt057613; Fri, 20 Dec 2013 21:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 21:40:01 GMT Resent-Message-Id: <201312202140.rBKLe1mt057613@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, Vaclav Zeman 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 45B6D146 for ; Fri, 20 Dec 2013 21:29:56 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3213E1CE7 for ; Fri, 20 Dec 2013 21:29:56 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBKLTtTR029831 for ; Fri, 20 Dec 2013 21:29:55 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBKLTtZn029830; Fri, 20 Dec 2013 21:29:55 GMT (envelope-from nobody) Message-Id: <201312202129.rBKLTtZn029830@oldred.freebsd.org> Date: Fri, 20 Dec 2013 21:29:55 GMT From: Vaclav Zeman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185049: fix dblatex port for TEX_DEFAULT=texlive X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 21:40:02 -0000 >Number: 185049 >Category: ports >Synopsis: fix dblatex port for TEX_DEFAULT=texlive >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 Dec 20 21:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Vaclav Zeman >Release: 9.2 >Organization: None Inc. >Environment: FreeBSD fbsd.local 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: The attached patch fixes installation of textproc/dblatex for me when I am using TEX_DEFAULT=texlive. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.original 2013-12-20 12:39:11.000000000 +0100 +++ Makefile 2013-12-20 12:41:25.000000000 +0100 @@ -10,7 +10,11 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= johnson.peter@gmail.com COMMENT= DocBook to LaTeX/ConTeXt Publishing +.if ${TEX_DEFAULT} == "texlive" +BUILD_DEPENDS= ${LOCALBASE}/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty:${PORTSDIR}/print/texlive-texmf +.else BUILD_DEPENDS= ${LOCALBASE}/share/texmf-local/tex/latex/ifxetex/ifxetex.sty:${PORTSDIR}/print/ifxetex +.endif RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xml/docbook/4.2/docbook.cat:${PORTSDIR}/textproc/docbook-xml >Release-Note: >Audit-Trail: >Unformatted: