From owner-freebsd-ports Tue Jun 30 12:41:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19879 for freebsd-ports-outgoing; Tue, 30 Jun 1998 12:41:13 -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 MAA19858 for ; Tue, 30 Jun 1998 12:41:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA00372; Tue, 30 Jun 1998 12:40:01 -0700 (PDT) Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18070 for ; Tue, 30 Jun 1998 12:31:23 -0700 (PDT) (envelope-from cmascott@world.std.com) Received: from world.std.com by europe.std.com (8.7.6/BZS-8-1.0) id PAA08711; Tue, 30 Jun 1998 15:31:19 -0400 (EDT) Received: from europa.my.pc (world-f.std.com) by world.std.com (TheWorld/Spike-2.0) id AA22872; Tue, 30 Jun 1998 15:29:03 -0400 Received: (from cem@localhost) by europa.my.pc (8.8.8/8.8.8) id PAA10337; Tue, 30 Jun 1998 15:28:37 -0400 (EDT) (envelope-from cem) Message-Id: <199806301928.PAA10337@europa.my.pc> Date: Tue, 30 Jun 1998 15:28:37 -0400 (EDT) From: cmascott@world.std.com Reply-To: cmascott@world.std.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7131: lesstif-0.85 port: FreeBSD patch errors Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7131 >Category: ports >Synopsis: lesstif-0.85 port: FreeBSD patch errors >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 Jun 30 12:40:00 PDT 1998 >Last-Modified: >Originator: Carl Mascott >Organization: >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: >Description: The following FreeBSD patches for lesstif-0.85 patch-af patch-ag patch-ah patch-ai patch-aj create a bizarre directory structure: /usr/X11R6/share/doc/LessTif/doc/... and use inconsistent data paths. One consequence of this is that the images are in a place: /usr/X11R6/share/doc/LessTif/doc/images where the www html files: /usr/X11R6/share/LessTif/doc can't find them. The images directory must be immediately below the directory where the www html files reside. The following patches use $(datadir)/doc/LessTif: patch-af patch-ag patch-ah The following patches use $(datadir)/LessTif: patch-ai patch-aj >How-To-Repeat: N/A >Fix: All of these patches must use the same data path. If I had to choose, I would prefer $(datadir)/LessTif. Or you could do what I did: simply discard all of the above patches and use only the following patches: patch-ab patch-ac This gives a nice, clean installation in /usr/X11R6/LessTif. The patch author was obviously trying to avoid putting LessTif directly under /usr/X11R6, but that location doesn't bother me. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message