aboutsummaryrefslogtreecommitdiff
path: root/astro/xephem/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-10-25 11:30:51 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-10-25 11:30:51 +0000
commitf04a4ffd3fd1396b7687643d5c24c3f7eb8079fd (patch)
tree83110d0d3d841a5657425b6677186fd4befc00b6 /astro/xephem/files
parentf2ac1a1b0d6f1e4473fde1d18a95e79002a7837b (diff)
downloadports-f04a4ffd3fd1396b7687643d5c24c3f7eb8079fd.tar.gz
ports-f04a4ffd3fd1396b7687643d5c24c3f7eb8079fd.zip
Upgrade to 3.5.
Notes
Notes: svn path=/head/; revision=49189
Diffstat (limited to 'astro/xephem/files')
-rw-r--r--astro/xephem/files/patch-saveres.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/astro/xephem/files/patch-saveres.c b/astro/xephem/files/patch-saveres.c
deleted file mode 100644
index 8f7616a6e909..000000000000
--- a/astro/xephem/files/patch-saveres.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- saveres.c.orig Thu Nov 30 07:01:20 2000
-+++ saveres.c Sat Dec 30 16:07:54 2000
-@@ -1026,6 +1026,7 @@
- /* try mdovride else use default */
- FILE *ofp = fopenh (mdovride, "r");
- char *vp = NULL;
-+ char *vph;
- char nam[MRNAM], val[MRVAL], buf[MLL];
-
- if (ofp) {
-@@ -1043,7 +1044,8 @@
- }
- if (!vp)
- vp = mydirdef;
-- mydir = XtNewString (expand_home(vp));
-+ vph = expand_home(vp);
-+ mydir = XtNewString (vph);
- if (access (mydir, X_OK) < 0 && mkdir (mydir, 0744) < 0) {
- sprintf (buf, "%s: %s", mydir, syserrstr());
- xe_msg (buf, 1);