From owner-freebsd-ports Tue Aug 11 03:20:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA10532 for freebsd-ports-outgoing; Tue, 11 Aug 1998 03:20:07 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA10510 for ; Tue, 11 Aug 1998 03:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA11957; Tue, 11 Aug 1998 03:20:01 -0700 (PDT) Received: from counter.bik-gmbh.de (counter.bik-gmbh.de [194.233.237.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09723; Tue, 11 Aug 1998 03:13:42 -0700 (PDT) (envelope-from cracauer@counter.bik-gmbh.de) Received: (from cracauer@localhost) by counter.bik-gmbh.de (8.8.8/8.8.8) id MAA02589; Tue, 11 Aug 1998 12:11:14 +0200 (CEST) (envelope-from cracauer) Message-Id: <199808111011.MAA02589@counter.bik-gmbh.de> Date: Tue, 11 Aug 1998 12:11:14 +0200 (CEST) From: cracauer@cons.org Reply-To: cracauer@cons.org To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: andreas@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7572: qt-133 /usr/local vs. /usr/X11R6 mismatch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7572 >Category: ports >Synopsis: The qt-1.33 make package fails >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 11 03:20:00 PDT 1998 >Last-Modified: >Originator: Martin Cracauer >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: Newest port of qt-1.33 on -stable. >Description: The port tries to install the libraries and the binaries to $(X11BASE), while the rest of the port is being installed to /usr/local That's bad, since the packaging list isn't prepared to do so and looks for libraries and bin/moc in /usr/local/, hence "make package" fails. >How-To-Repeat: cd /usr/ports/x11-toolkits/qt133 && make all install package >Fix: By using a special "do-install" definition, "Makefile" tries to relocate each part. This obviously isn't though to the end. Quick fix: s/$(X11BASE)/$(PREFIX)/ in Makefile. You might think over the concept of installing parts to X11BASE and other parts to PREFIX, I think it's highly ugly to have libs in /usr/X11R6/lib and the includefiles to use these libs in /usr/local/include/X11. Choose one location for the whole port, please. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message