From owner-freebsd-ports@FreeBSD.ORG Fri May 10 08:00:50 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AEC6ADA0; Fri, 10 May 2013 08:00:50 +0000 (UTC) (envelope-from hiroto.kagotani@gmail.com) Received: from mail-qe0-f45.google.com (mail-qe0-f45.google.com [209.85.128.45]) by mx1.freebsd.org (Postfix) with ESMTP id 669E4860; Fri, 10 May 2013 08:00:50 +0000 (UTC) Received: by mail-qe0-f45.google.com with SMTP id a11so2327845qen.32 for ; Fri, 10 May 2013 01:00:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=4gzrSKy1/f1uvixUbVLNhJDZMxPUVpYXmPcqEyynXXY=; b=jpAUrABjIng3mDc20LChExKvYhp7nUl2fgoWFBEXa5QmHd3iQS+gdcg0CvKlR4CRah 1O+x4JKz+VyNCLNwkGJXBAq0vBLX+Q7lcnINGqAHjwN4RlaO6WFVSVK1qWwcLO4MTqyG uFQHv/3Cl/fz6qs2RC6Q7uB4ArIuM1YFmUOVsf3tN2gKJJn0nwwXGFaZjNGHAcGoQdYX 6Hqepp5CJ/r9+At8NJ20T8RQJcfNtGLjWP7COVORIYPDT7To+QMFCglEpHkx1Xva+0cy vbpWyBEPI6+YEXayIQimSKpnjcbYx9Hdeey4LGHjEHjXf4RIQi6UVpDlehiacaDc4WIw JgsQ== MIME-Version: 1.0 X-Received: by 10.224.128.9 with SMTP id i9mr11023799qas.81.1368172844622; Fri, 10 May 2013 01:00:44 -0700 (PDT) Received: by 10.49.81.179 with HTTP; Fri, 10 May 2013 01:00:44 -0700 (PDT) Date: Fri, 10 May 2013 17:00:44 +0900 Message-ID: Subject: TEX_DEFAULT problem From: Hiroto Kagotani To: ports , Hiroki Sato Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 08:00:50 -0000 I am using ports tree of r317759. Without setting TEX_DEFAULT, tex-kpathsea depends on teTeX-base. So, when I make print/texlive-full, installation stops by conflict with teTeX-*. By setting TEX_DEFAULT=texlive in /etc/make.conf, there are cyclic dependencies. Here is the result of make in print/texlive-full. ... ===> Returning to build of tex-web2c-20120701_2 ===> tex-web2c-20120701_2 depends on shared library: kpathsea - not found ===> Verifying install for kpathsea in /usr/ports/devel/tex-kpathsea ===> Fetching all distfiles required by tex-kpathsea-6.1.0 for building ===> Extracting for tex-kpathsea-6.1.0 => SHA256 Checksum OK for TeX/texlive-20120701-source.tar.xz. ===> Patching for tex-kpathsea-6.1.0 ===> Applying FreeBSD patches for tex-kpathsea-6.1.0 ===> tex-kpathsea-6.1.0 depends on executable: tlmgr - not found ===> Verifying install for tlmgr in /usr/ports/print/texlive-base ===> texlive-base-20120701_2 depends on executable: weave - not found ===> Verifying install for weave in /usr/ports/devel/tex-web2c ===> tex-web2c-20120701_2 depends on executable: pkgconf - found ===> tex-web2c-20120701_2 depends on executable: gmake - found ===> tex-web2c-20120701_2 depends on shared library: openjpeg - found ===> tex-web2c-20120701_2 depends on shared library: png15 - found ===> tex-web2c-20120701_2 depends on shared library: zzip - found ===> tex-web2c-20120701_2 depends on shared library: kpathsea - not found ===> Verifying install for kpathsea in /usr/ports/devel/tex-kpathsea ===> tex-kpathsea-6.1.0 depends on executable: tlmgr - not found ===> Verifying install for tlmgr in /usr/ports/print/texlive-base ===> texlive-base-20120701_2 depends on executable: weave - not found ===> Verifying install for weave in /usr/ports/devel/tex-web2c ===> tex-web2c-20120701_2 depends on executable: pkgconf - found ... Regards, -- Hiroto Kagotani