From owner-freebsd-ports Fri Sep 22 11:50: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7441537B424 for ; Fri, 22 Sep 2000 11:50:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA95573; Fri, 22 Sep 2000 11:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 22 Sep 2000 11:50:03 -0700 (PDT) Message-Id: <200009221850.LAA95573@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Maxime Henrion Subject: Re: ports/21475: Port broken: xlockmore 4.17.2 Reply-To: Maxime Henrion Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/21475; it has been noted by GNATS. From: Maxime Henrion To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/21475: Port broken: xlockmore 4.17.2 Date: Fri, 22 Sep 2000 20:36:03 +0200 Hi, I managed to understand the problem and came to the following conclusion. The files /usr/include/GL/gl.h and glx.h needed at the compilation are part of Mesa3 port. However, the PLIST file of this port contains these lines : %%XFREE3:%%include/GL/gl.h %%XFREE3:%%include/GL/glx.h So the files aren't copied when you are running XFree86 4. I'm running XFree 4.0.1. I copied these files (and some others) manually to see if the compilation would be successful this way, but I got a lot of undefined reference when linking. Should I renonce to have any GL app under XFree 4 ? Maxime Henrion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message