From owner-freebsd-ports Tue Apr 23 11:30:36 2002 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 1926B37B405 for ; Tue, 23 Apr 2002 11:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3NIU1M45909; Tue, 23 Apr 2002 11:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E45B37B417 for ; Tue, 23 Apr 2002 11:28:36 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3NISa745702; Tue, 23 Apr 2002 11:28:36 -0700 (PDT) (envelope-from nobody) Message-Id: <200204231828.g3NISa745702@freefall.freebsd.org> Date: Tue, 23 Apr 2002 11:28:36 -0700 (PDT) From: David Johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/37388: x11-toolkits/qt30 port breaks hier 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: 37388 >Category: ports >Synopsis: x11-toolkits/qt30 port breaks hier >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 23 11:30:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Johnson >Release: 4.5-RELEASE >Organization: >Environment: FreeBSD balderdash.acuson.com 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Tue Mar 19 14:09:24 PST 2002 djohnson@balderdash.acuson.com:/usr/src/sys/compile/BALDERDASH i386 >Description: The new x11-toolkits/qt30 port does not follow the standard described in hier(7). Specifically, documentation is installed to /usr/X11R6/doc/html, qmake specs installed to /usr/X11R6/mkspecs, plugins to /usr/X11R6/plugins, and ui templates to /usr/X11R6/templates. hier(7) specifies that architecture independent files in /usr/X11R6 be installed under /usr/X11R6/share. There is also the strong implication that documentation should be installed under /usr/X11R6/share/doc/. The Qt library appears to be designed for installing everything in a single directory (suggested in their INSTALL is /usr/local/qt). Reconciling the "standard" Qt directory structure with hier(7) is no trivial matter. Dumping everything into PREFIX does not do it, which is what this port appears to be doing. >How-To-Repeat: Install the x11-toolkits/qt30 port. >Fix: As a suggestion only, install documentation to ${PREFIX}/share/doc/qt30, and mkspecs, plugins and templates to ${PREFIX}/share/qt30. If hier must be broken to get this port to function, then perhaps it should be installed to ${PREFIX}/qt30 instead. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message