From owner-freebsd-ports Fri Feb 22 18:40: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 716B237B402 for ; Fri, 22 Feb 2002 18:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1N2e1E63214; Fri, 22 Feb 2002 18:40:01 -0800 (PST) (envelope-from gnats) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id 3890637B402 for ; Fri, 22 Feb 2002 18:35:47 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id g1N2XUq09328; Fri, 22 Feb 2002 21:33:30 -0500 (EST) (envelope-from alane) Message-Id: <200202230233.g1N2XUq09328@wwweasel.geeksrus.net> Date: Fri, 22 Feb 2002 21:33:30 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35225: maintainer update: print/texinfo: add WITH_TETEX knob Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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