From owner-freebsd-ports Sat Oct 21 17:12:29 2000 Delivered-To: freebsd-ports@freebsd.org Received: from femail1.sdc1.sfba.home.com (femail1.sdc1.sfba.home.com [24.0.95.81]) by hub.freebsd.org (Postfix) with ESMTP id C4D4837B4CF for ; Sat, 21 Oct 2000 17:12:27 -0700 (PDT) Received: from math.missouri.edu ([24.12.197.197]) by femail1.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20001022001212.VZTV4953.femail1.sdc1.sfba.home.com@math.missouri.edu> for ; Sat, 21 Oct 2000 17:12:12 -0700 Message-ID: <39F230EC.AA67717A@math.missouri.edu> Date: Sat, 21 Oct 2000 19:12:28 -0500 From: Stephen Montgomery-Smith X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: XFREE86_VERSION Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Looking at the xlockmore port, I see it has a line like .if ${XFREE86_VERSION} >= 4 This messes me up a bit, because on one computer I have, I originally had XFree86-3. Then I installed XFree86-4 from the ports, to try it out. I decided I didn't like it, so I did mv /usr/X11R6 /usr/X11R6-4 ln -s /usr/X11R6-3 X11R6 (after earlier having done a mv /usr/X11R6 /usr/X11R6-3 before installing the XFree86-4 port). Well the trouble is is that now the xlockmore port thinks it is working with XFree86-4, and so has compilation errors because I actually have XFree86-3 installed. So my question is - how is ${XFREE86_VERSION} calculated? For example, if I do cd /usr/var/db/pkg mv XFree86-4.0.1 xxxx-XFree86-4.0.1 will that fix the problem? Thanks, Stephen -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message