From owner-freebsd-ports Thu May 25 3:40:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D9C7C37BE07 for ; Thu, 25 May 2000 03:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA49655; Thu, 25 May 2000 03:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 25 May 2000 03:40:07 -0700 (PDT) Message-Id: <200005251040.DAA49655@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mike Bristow Subject: Re: ports/18680: print.jadetex port doesn't compile Reply-To: Mike Bristow Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/18680; it has been noted by GNATS. From: Mike Bristow To: freebsd-gnats-submit@FreeBSD.org, andrew@ugh.net.au Cc: kelly@ad1440.net Subject: Re: ports/18680: print.jadetex port doesn't compile Date: Thu, 25 May 2000 11:39:27 +0100 Hi, I think the following patch fixes the problem with jadetex compiling `neatly': basically create a file with the necessary texmf.cnf directives and set TEXMFCNF in MAKE_ENV so that tex and friends find it before the installed one. jadetex builds on: 3.4-STABLE-20000523, 4.0-STABLE-20000516, and 5.0-CURRENT-20000525 (all with ports resuped in the last 12 hours) with this patch applied; it failed on those systems without it. If the patch is munged by random mail systems, it can also be obtained at http://www.urgle.com/~mike/jadetex.build.patch. diff -u -r -N ports/print/jadetex.orig/Makefile ports/print/jadetex/Makefile --- ports/print/jadetex.orig/Makefile Thu May 25 10:10:15 2000 +++ ports/print/jadetex/Makefile Thu May 25 10:21:31 2000 @@ -14,6 +14,7 @@ BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX +MAKE_ENV= TEXMFCNF=${FILESDIR}:${PREFIX}/share/texmf/web2c USE_ZIP= yes diff -u -r -N ports/print/jadetex.orig/files/texmf.cnf ports/print/jadetex/files/texmf.cnf --- ports/print/jadetex.orig/files/texmf.cnf Thu Jan 1 01:00:00 1970 +++ ports/print/jadetex/files/texmf.cnf Thu May 25 10:11:57 2000 @@ -0,0 +1,5 @@ + hash_extra = 60000 + pool_size = 1000000 + max_strings = 70000 + save_size = 10000 + -- Mike Bristow, seebitwopie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message