From owner-cvs-all Sun Sep 19 4:44:26 1999 Delivered-To: cvs-all@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 3C12C14CD5; Sun, 19 Sep 1999 04:44:04 -0700 (PDT) (envelope-from andy@mail.cgu.chel.su) Received: from mail.cgu.chel.su (andy@mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2/$Revision: 1.4 $) with ESMTP id RAA76829; Sun, 19 Sep 1999 17:44:00 +0600 (ESS) (envelope-from andy@mail.cgu.chel.su) Received: (from andy@localhost) by mail.cgu.chel.su (8.8.7/8.8.6) id RAA06647; Sun, 19 Sep 1999 17:44:00 +0600 (ESS) From: Andrey Zakhvatov Message-Id: <199909191144.RAA06647@mail.cgu.chel.su> Subject: Re: cvs commit: ports/x11-toolkits/qt2 - Imported sources In-Reply-To: <19990919174041U.imura@cs.titech.ac.jp> from "R. Imura" at "Sep 19, 99 05:40:41 pm" To: imura@FreeBSD.org (R. Imura) Date: Sun, 19 Sep 1999 17:44:00 +0600 (ESS) Cc: asami@FreeBSD.org, andy@cgu.chel.su, cpiazza@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hello, > I have one question. > Why /usr/X11R6/include/X11 exists? For historical reasons (and I think it's Right Thing) all X system includes goes to include/X11 and applications use #include Third party applications must use include/app/ or include/, so we just -I${X11BASE}/include -I${X11BASE}/include/app. Qt applications use #include . At my POV, for example, KDE must use include/kde and not install include files directly in ${PREFIX}/include. And another question: Should we _strongly_ push X applications to use ${LOCALBASE} as ${PREFIX}, leave ${X11BASE} for only X11 system staff? I prefer using ${X11BASE} as ${PREFIX} for _all_ X related applications, but.. What your opinions? Sincerely yours, Andy -- Tel: +7-(3512)-38-39-73, E-mail: andy@icc.surw.chel.su WWW: http://surw.chel.su/~andy/index.html, ICQ:10705306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message