Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2000 23:03:41 -0400 (EDT)
From:      patseal@hyperhost.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19395: XTide weirdness
Message-ID:  <20000620030341.E7B22138229@foobar.foobar.eyep.net>

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

>Number:         19395
>Category:       ports
>Synopsis:       XTide weirdness
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 19 20:10:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Seal
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:
>Description:

replace the existing patch-aa with whats in the Fix section to
correctly set the default for the harmonics file.


also, ports/18910

which says:
please repo-copy patches/ to patches.alpha/ and add this additional patch.

alex@freebsd.org put that file in patches/patch-makefile

So somebody should probably move it.

>How-To-Repeat:
>Fix:

here's the new patch-aa:


*** TideContext.cc.orig	Sun Dec  5 15:12:17 1999
--- TideContext.cc	Mon Jun 19 22:51:03 2000
***************
*** 53,59 ****
      }
    }
    if (hfile_path.isNull())
!     hfile_path = "harmonics";
    harmonicsPath = new HarmonicsPath (hfile_path);
  
    homedir = getenv ("HOME");
--- 53,59 ----
      }
    }
    if (hfile_path.isNull())
!     hfile_path = "/usr/X11R6/share/xtide/harmonics";
    harmonicsPath = new HarmonicsPath (hfile_path);
  
    homedir = getenv ("HOME");


>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?20000620030341.E7B22138229>