From owner-freebsd-ports Sat Jun 23 16:30:21 2001 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 C1A3437B407 for ; Sat, 23 Jun 2001 16:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5NNU6G87846; Sat, 23 Jun 2001 16:30:06 -0700 (PDT) (envelope-from gnats) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 07FE037B406 for ; Sat, 23 Jun 2001 16:26:49 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 100832B6A7 for ; Sun, 24 Jun 2001 01:26:41 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id B5730105; Sun, 24 Jun 2001 09:26:36 +1000 (EST) Message-Id: <20010623232636.B5730105@k7.mavetju.org> Date: Sun, 24 Jun 2001 09:26:36 +1000 (EST) From: edwin@mavetju.org Reply-To: edwin@mavetju.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/28380: XFree86-4 doesn't give enough information after installing (/etc/make.conf) 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: 28380 >Category: ports >Synopsis: XFree86-4 doesn't give enough information after installing (/etc/make.conf) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 16:30:06 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.2-RELEASE i386 >Organization: - >Environment: # $FreeBSD: ports/x11/XFree86-4/Makefile,v 1.126 2001/06/13 19:50:52 jmz Exp $ >Description: After installing XFree86-4.1.0_4 and trying to compile some ports (for example, xlockmore) they didn't compile because an environment variable from /etc/make.conf was missing. >How-To-Repeat: Install XFree86-4 port, then try to compile xlockmore. It will stop after complaining about some pthread functions. Looking in the Makefile of xlockmore I saw that there were references to XFREE86_VERSION, but I was never informed that such a variable should exist. >Fix: [/usr/ports/x11/XFree86-4] edwin@k7>diff -u pkg-message.old pkg-message --- pkg-message.old Sun Jun 24 09:19:18 2001 +++ pkg-message Sun Jun 24 09:20:38 2001 @@ -3,3 +3,6 @@ * This is suitable for use with xdm, but not with a startx script. * * If you need to use a startx script, install the x11/wrapper package. * ************************************************************************ +* If XFree86-4 is not a basic part of your operating system, add the * +* following line to /etc/make.conf: XFREE86_VERSION=4 * +************************************************************************ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message