From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 20 19:30:01 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 B909E3B7 for ; Mon, 20 May 2013 19:30:01 +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 ABA4B1827 for ; Mon, 20 May 2013 19:30: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 r4KJU16w094414 for ; Mon, 20 May 2013 19:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4KJU1vq094413; Mon, 20 May 2013 19:30:01 GMT (envelope-from gnats) Date: Mon, 20 May 2013 19:30:01 GMT Message-Id: <201305201930.r4KJU1vq094413@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Nikolai Lifanov Subject: Re: ports/178729: [patch] unbreak print/dvipdfmx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nikolai Lifanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 May 2013 19:30:01 -0000 The following reply was made to PR ports/178729; it has been noted by GNATS. From: Nikolai Lifanov To: Hon-Yu Lawrence Cheung Cc: bug-followup@FreeBSD.org Subject: Re: ports/178729: [patch] unbreak print/dvipdfmx Date: Mon, 20 May 2013 15:29:06 -0400 On 05/20/13 10:01, Hon-Yu Lawrence Cheung wrote: > print/dvipdfmx is teTeX oriented port while print/tex-dvipdfmx is > texlive oriented port. > > To unbreak print/dvipdfmx, change "USE_TEX=yes" to "USE_TEX=base tetex" > in Makefile > > The patch is at http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178774 > Actually, I'm trying something with TEX_DEFAULT=texlive 1. textproc/docproj pulls in print/latex-cjk 2. print/latex-cjk pulls in print/dvipdfmx and fails. If I understand this, print/dvipdfmx shouldn't be pulled in with TEX_DEFAULT=texlive, right?