From owner-freebsd-questions@FreeBSD.ORG Sun Jun 6 08:33:21 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E56FE1065675 for ; Sun, 6 Jun 2010 08:33:21 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.freebsd.org (Postfix) with ESMTP id 61A738FC08 for ; Sun, 6 Jun 2010 08:33:21 +0000 (UTC) Received: from slackbox.erewhon.net (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr8.xs4all.nl (8.13.8/8.13.8) with ESMTP id o568XIT3069015; Sun, 6 Jun 2010 10:33:19 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.erewhon.net (Postfix, from userid 1001) id BF5A5BA8D; Sun, 6 Jun 2010 10:33:18 +0200 (CEST) Date: Sun, 6 Jun 2010 10:33:18 +0200 From: Roland Smith To: Gary Kline Message-ID: <20100606083318.GA14910@slackbox.erewhon.net> References: <20100605061734.GA7082@thought.org> <20100605094715.GA37824@slackbox.erewhon.net> <20100605210831.GA87130@thought.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: <20100605210831.GA87130@thought.org> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: FreeBSD Mailing List Subject: Re: long day, {04jun10} X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2010 08:33:22 -0000 --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 05, 2010 at 02:08:34PM -0700, Gary Kline wrote: > > The TeX in ports is outdated and abandoned upstream. Install TeXLive in= stead. >=20 > yup, there is a tkxmlive port in ports/textproc. more to the > point, i found a slew of texlive stuff hosts on google. > =09 The textproc/tkxmlive port has nothing to do with TeXLive.=20 Currently, the TeXLive distribution of TeX is not in ports. Probably because it uses its own configuration script and package manager. But TeXLive is not difficult to install. I've documented my installation on= my UNIX miscellanea page:=20 http://www.xs4all.nl/~rsmith/unix/misc.xhtml#updatingtexlivetoversion2009 If you want to use ports that depend on TeX but are not in TeXLive (like e.g. auctex) you have to patch those ports' Makefiles before installing or upgrading them. My diff file for print/auctex is shown below. ----- mak.diff for print/auctex ----- --- Makefile.orig 2009-07-31 15:55:10.000000000 +0200 +++ Makefile 2009-12-21 16:06:05.000000000 +0100 @@ -16,8 +16,8 @@ MAINTAINER=3D hrs@FreeBSD.org COMMENT=3D Integrated environment for writing LaTeX using GNU Emacs =20 -BUILD_DEPENDS=3D ${MKTEXLSR}:${PORTSDIR}/print/teTeX-base -RUN_DEPENDS=3D ${MKTEXLSR}:${PORTSDIR}/print/teTeX-base +#BUILD_DEPENDS=3D ${MKTEXLSR}:${PORTSDIR}/print/teTeX-base +#RUN_DEPENDS=3D ${MKTEXLSR}:${PORTSDIR}/print/teTeX-base =20 USE_GHOSTSCRIPT=3Dyes GNU_CONFIGURE=3D yes @@ -38,8 +38,8 @@ MKTEXLSR=3D${MKTEXLSR} INFO=3D auctex preview-latex =20 -TEXMFDIR=3D share/texmf -MKTEXLSR=3D ${LOCALBASE}/bin/mktexlsr +TEXMFDIR=3D texlive/2009/texmf +MKTEXLSR=3D ${LOCALBASE}/texlive/2009/bin/amd64-freebsd/mktexlsr =20 NOT_FOR_ARCHS=3D ia64 ----- mak.diff for print/auctex ----- Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkwLXU4ACgkQEnfvsMMhpyUP+ACfZ0OVB2ZcIVpfw4N5wvbQYwEj 8VAAn2fmiL3qNP48Udn1BF27ux0EN1aK =G8Ao -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU--