Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 1998 15:11:54 -0400 (EDT)
From:      nathan@rtfm.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6515: [patch] latex-98.01 port fails to build
Message-ID:  <199805041911.PAA05510@limbo.rtfm.net>

next in thread | raw e-mail | index | archive | help

>Number:         6515
>Category:       ports
>Synopsis:       [patch] latex-98.01 port fails to build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May  4 12:20:01 PDT 1998
>Last-Modified:
>Originator:     Nathan Dorfman
>Organization:
RTFM.net
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	FreeBSD-current ports tree as of yesterday;
	latex-98.01 port;
	teTeX-0.4 (already installed)

>Description:

	The makefile tries to run tex --ini. TeX doesn't understand
	the option and fails with a "cannot load file --ini" option.

>How-To-Repeat:

	make build in /usr/ports/print/latex

>Fix:

	I'm assuming that "tex --ini" is supposed to do what initex
	does. In any case, this seems to build correctly.

*** Makefile	Mon May  4 15:01:04 1998
--- Makefile.old	Mon May  4 15:00:41 1998
***************
*** 22,30 ****
  MANUAL_PACKAGE_BUILD=	has to be built with tex port
  
  do-build:
! 	(cd ${WRKSRC}/base; initex unpack.ins)
  	(cd ${WRKSRC}/base; TEXFONTS=${WRKSRC}/tfm:; export TEXFONTS; \
! 		initex latex.ltx </dev/null)
  	(cd ${WRKSRC}/packages/tools; TEXFORMATS=${WRKSRC}/base:; \
  		TEXINPUTS=${WRKSRC}/base: export TEXFORMATS TEXINPUTS;\
  		 ln -sf ${PREFIX}/bin/tex latex; ./latex tools.ins)
--- 22,30 ----
  MANUAL_PACKAGE_BUILD=	has to be built with tex port
  
  do-build:
! 	(cd ${WRKSRC}/base; tex --ini unpack.ins)
  	(cd ${WRKSRC}/base; TEXFONTS=${WRKSRC}/tfm:; export TEXFONTS; \
! 		tex --ini latex.ltx </dev/null)
  	(cd ${WRKSRC}/packages/tools; TEXFORMATS=${WRKSRC}/base:; \
  		TEXINPUTS=${WRKSRC}/base: export TEXFORMATS TEXINPUTS;\
  		 ln -sf ${PREFIX}/bin/tex latex; ./latex tools.ins)

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805041911.PAA05510>