Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2002 21:33:30 -0500 (EST)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35225: maintainer update: print/texinfo: add WITH_TETEX knob
Message-ID:  <200202230233.g1N2XUq09328@wwweasel.geeksrus.net>

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

>Number:         35225
>Category:       ports
>Synopsis:       maintainer update: print/texinfo: add WITH_TETEX knob
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 22 18:40: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:

Add WITH_TETEX knob to use teTeX as dependency. jmz was worried about 
existing people who use texinfo with old 'tex' port.

The more I look at this, the more I am becoming convinced that my
analysis was full of s**t. There's this port (print/texinfo), there's
some texinfo stuff that's part of teTeX (but it's not the same, and
doesn't overlap files with this one), and then there's the GNU texinfo
stuff that's in the main system.

So this is my way of saying that I think I fscked up, and I'm defaulting
it back the way it was. I'm doing it with a knob "just-in-case", though.

Jean-Marc: you may laugh. I deserve it. 

>How-To-Repeat:

>Fix:

--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--
Index: print/texinfo/Makefile
===================================================================
RCS file: /home/alane/cvsroot/ports/print/texinfo/Makefile,v
retrieving revision 1.21
diff -u -3 -r1.21 Makefile
--- print/texinfo/Makefile	22 Feb 2002 23:34:13 -0000	1.21
+++ print/texinfo/Makefile	23 Feb 2002 02:13:49 -0000
@@ -16,8 +16,14 @@
 
 MAINTAINER=	ports@geeksrus.net
 
-BUILD_DEPENDS=	tex:${PORTSDIR}/print/teTeX
-RUN_DEPENDS=	tex:${PORTSDIR}/print/teTeX
+.if !defined(WITH_TETEX)
+TEX_PORT=	tex:${PORTSDIR}/print/tex
+.else
+TEX_PORT=	tex:${PORTSDIR}/print/teTeX
+.endif
+
+BUILD_DEPENDS=	${TEX_PORT}
+RUN_DEPENDS=	${TEX_PORT}
 
 EXTRACT_ONLY=
 NO_WRKSUBDIR=	yes
--8<----8<----8<----8<----8<----8<----8<----8<----8<----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?200202230233.g1N2XUq09328>