Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 1999 09:55:45 -0700 (PDT)
From:      sobomax@altavista.net
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/12695: [PATCH] the xglobe port can't find its files after installation
Message-ID:  <19990718165545.80C9F14C3C@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990718165545.80C9F14C3C>