From owner-freebsd-ports Thu Aug 3 2:54:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 479E137B72C for ; Thu, 3 Aug 2000 02:54:47 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca7-238.ix.netcom.com [209.109.235.238]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id FAA20879 for ; Thu, 3 Aug 2000 05:54:21 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id CAA68736; Thu, 3 Aug 2000 02:54:03 -0700 (PDT) To: ports@FreeBSD.org Subject: Re: cvs commit: ports/astro/ssystem Makefile ports/astro/wmmoonclock Makefile ports/astro/wmspaceweather Makefile ports/astro/wmsun Makefile ports/astro/xephem Makefile ports/astro/xplanet Makefile ports/astro/xtide Makefile ports/audio/ascd Makefile ... References: <200008030928.CAA41430@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 03 Aug 2000 02:53:29 -0700 In-Reply-To: Satoshi Asami's message of "Thu, 3 Aug 2000 02:28:58 -0700 (PDT)" Message-ID: Lines: 28 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * asami 2000/08/03 02:28:58 PDT * (1) Add new variable, XFREE86_VERSION, to specify which version of * XFree86 (3 or 4) to depend to when USE_XLIB is set. * XFREE86_VERSION defaults to 3 for now, but adventurous users can * override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB * will add a dependency to x11/XFree86; when it is set to 4, the * dependency will be to x11/XFree86-4-libraries. When * XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS * hacks to avoid messing with XFree86 are turned off. Well, this is at it says. Please set XFREE86_VERSION=4 after you've compiled and installed XFREE86-4-* and let me know if anything weird happens. * Since XFree86 version 4 includes some software that used to be * separate ports, when XFREE86_VERSION=3 the following variables are * provided: * * USE_DGS LIB_DEPENDS on x11/dgs * USE_FREETYPE LIB_DEPENDS on print/freetype * USE_MESA LIB_DEPENDS on graphics/Mesa3 * USE_XPM LIB_DEPENDS on graphics/xpm Obviously people are expected to use thes variables instead of explicit LIB_DEPENDS from now on. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message