From owner-freebsd-ports Sun Jul 7 10:43:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC7F837B400 for ; Sun, 7 Jul 2002 10:43:27 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B254D43E6D for ; Sun, 7 Jul 2002 10:43:25 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g67HhJbM035785 for ; Sun, 7 Jul 2002 13:43:19 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 7 Jul 2002 13:43:19 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: ports@FreeBSD.org Subject: Re: XFree86 build on -current In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On a related note, to get the XFree86-4-font100dpi to work, I had to modify the ports Makefile to install the fonts/utils directory as well ucs2any.pl, otherwise the mapping files couldn't be found (since they didn't exist). Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Sun, 7 Jul 2002, Robert Watson wrote: > > I needed the below patch for the glxinfo Makefile to get glxinfo to build > properly on -current. Probably the change belongs somewhere else > (Imakefile, X11 config, or something), but this seemed to be sufficient. > > Robert N M Watson FreeBSD Core Team, TrustedBSD Projects > robert@fledge.watson.org Network Associates Laboratories > > > --- Makefile.bak Sun Jul 7 12:56:26 2002 > +++ Makefile Sun Jul 7 12:56:16 2002 > @@ -226,7 +226,7 @@ > STD_DEFINES = -DCSRG_BASED $(PROJECT_DEFINES) > EXTRA_LOAD_FLAGS = -Wl,-rpath,$(USRLIBDIRPATH) > EXTRA_LDOPTIONS = > - EXTRA_LIBRARIES = > + EXTRA_LIBRARIES = -lstdc++ > TAGS = ctags > > PARALLELMFLAGS = > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message