From owner-freebsd-ports Sun Jul 18 10: 2:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 761BE15067 for ; Sun, 18 Jul 1999 10:02:38 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA57832; Sun, 18 Jul 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 80C9F14C3C; Sun, 18 Jul 1999 09:55:45 -0700 (PDT) Message-Id: <19990718165545.80C9F14C3C@hub.freebsd.org> Date: Sun, 18 Jul 1999 09:55:45 -0700 (PDT) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12695: [PATCH] the xglobe port can't find its files after installation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12695 >Category: ports >Synopsis: [PATCH] the xglobe port can't find its files after installation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 18 10:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 4.0-CURRENT, 3-2-STABLE >Organization: Vega International Capital >Environment: Doesn't really matter >Description: The localtion of the xglobe's image files incorrectly specified in the current patches. >How-To-Repeat: cd /usr/ports/astro/xglobe;make all install clean; /usr/X11R6/bin/xglobe >Fix: --- patches/patch-aa.orig Sun Jul 18 10:56:53 1999 +++ patches/patch-aa Sun Jul 18 10:58:51 1999 @@ -1,12 +1,13 @@ ---- Makefile.orig Mon Apr 19 18:51:04 1999 -+++ Makefile Sun May 9 12:57:37 1999 +--- Makefile.orig Mon Apr 19 12:21:04 1999 ++++ Makefile Sun Jul 18 10:58:21 1999 @@ -4,29 +4,31 @@ ####### Installation directory -XGLOBE_DIR = /usr/local +-XGLOBE_LIB_DIR = $(XGLOBE_DIR)/lib/xglobe +XGLOBE_DIR = $(PREFIX) - XGLOBE_LIB_DIR = $(XGLOBE_DIR)/lib/xglobe ++XGLOBE_LIB_DIR = $(XGLOBE_DIR)/share/xglobe XGLOBE_BIN_DIR = $(XGLOBE_DIR)/bin ####### Library directories - you may need to modify these >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message