Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2002 02:34:27 -0500 (EST)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jmz@freebsd.org
Subject:   ports/34868: print/texinfo: change dependency tex ==> teTeX
Message-ID:  <200202120734.g1C7YRc59689@wwweasel.geeksrus.net>

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

>Number:         34868
>Category:       ports
>Synopsis:       print/texinfo: change dependency tex ==> teTeX
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 11 23:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alan Eldridge
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Geeksrus.NET
>Environment:
System: FreeBSD wwweasel.geeksrus.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Feb 8 21:25:34 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386

>Description:

The texinfo package wants the tex binary to come from tex-3.14159. However,
that package is old, and almost all other TeX-related stuff uses teTeX. The
problem is installing tex-3... trashes a teTeX-based installation.

Solution: depend on teTeX, not tex.

>How-To-Repeat:

>Fix:

---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<---
Index: print/texinfo/Makefile
===================================================================
RCS file: /home/alane/cvsroot/ports/print/texinfo/Makefile,v
retrieving revision 1.20
diff -u -3 -r1.20 Makefile
--- print/texinfo/Makefile	16 Jan 2001 17:32:11 -0000	1.20
+++ print/texinfo/Makefile	12 Feb 2002 07:24:21 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	texinfo
 PORTVERSION=	2.218
+PORTREVISION=	1
 CATEGORIES=	print
 #other equivalent sites: ftp.shsu.edu ftp.dante.de
 MASTER_SITES=	ftp://ftp.tex.ac.uk/tex-archive/macros/eplain/doc/ \
@@ -15,8 +16,8 @@
 
 MAINTAINER=	jmz@FreeBSD.org
 
-BUILD_DEPENDS=	tex:${PORTSDIR}/print/tex
-RUN_DEPENDS=	tex:${PORTSDIR}/print/tex
+BUILD_DEPENDS=	tex:${PORTSDIR}/print/teTeX
+RUN_DEPENDS=	tex:${PORTSDIR}/print/teTeX
 
 EXTRACT_ONLY=
 NO_WRKSUBDIR=	yes
---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<---



>Release-Note:
>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?200202120734.g1C7YRc59689>