diff options
author | ache <ache@FreeBSD.org> | 1997-05-29 01:15:48 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-05-29 01:15:48 +0000 |
commit | 815d0198ffe7a34000da2606c6401c2cf90d90b5 (patch) | |
tree | 49d61c541aa0700fafab45da21cff4fca81619b8 /misc/astrolog/files | |
parent | f18b5e5e906ad639adc2a21faa90ec059ff9701d (diff) | |
download | FreeBSD-ports-815d0198ffe7a34000da2606c6401c2cf90d90b5.zip FreeBSD-ports-815d0198ffe7a34000da2606c6401c2cf90d90b5.tar.gz |
Switch to new distribution scheme
Diffstat (limited to 'misc/astrolog/files')
-rw-r--r-- | misc/astrolog/files/patch-aa | 2 | ||||
-rw-r--r-- | misc/astrolog/files/patch-ab | 48 |
2 files changed, 21 insertions, 29 deletions
diff --git a/misc/astrolog/files/patch-aa b/misc/astrolog/files/patch-aa index 9945840..4af7e56 100644 --- a/misc/astrolog/files/patch-aa +++ b/misc/astrolog/files/patch-aa @@ -1,5 +1,5 @@ *** makefile.unx.bak Sun Sep 29 23:27:00 1996 ---- makefile.unx Tue Jan 14 01:06:55 1997 +--- Makefile Tue Jan 14 01:06:55 1997 *************** *** 23,30 **** charts0.o charts1.o charts2.o charts3.o intrpret.o\ diff --git a/misc/astrolog/files/patch-ab b/misc/astrolog/files/patch-ab index 4dec816..8da349f 100644 --- a/misc/astrolog/files/patch-ab +++ b/misc/astrolog/files/patch-ab @@ -1,38 +1,30 @@ -*** astrolog.h.bak Sun Sep 29 23:27:00 1996 ---- astrolog.h Tue Jan 14 01:16:37 1997 +*** astrolog.h.orig Sun Feb 2 23:06:03 1997 +--- astrolog.h Thu May 29 05:06:03 1997 *************** -*** 47,61 **** - ** the X11 graphics can be disabled even if you are running X windows. - */ - -! #define PC /* Comment out this #define if you have a Unix, Mac, or other */ - /* system that isn't a generic PC running DOS or MS Windows. */ - - /*#define MAC /* Comment out this #define if you're not compiling for a Mac. */ +*** 82,92 **** + #define ENVIRON /* Comment out this #define if your system doesn't have */ + /* environment variables or can't compile calls to them. */ -! /*#define X11 /* Comment out this #define if you don't have X windows, or */ - /* else have them and don't wish to compile in X graphics. */ - -! #define WIN /* Comment out this #define if you don't have MS Windows, or */ - /* else have them but want to compile a DOS version instead. */ - - /*#define MSG /* Comment out this #define if you don't have access to the */ ---- 47,61 ---- - ** the X11 graphics can be disabled even if you are running X windows. - */ +! #define ATOF /* Comment out this #define if you have a system in which */ + /* 'atof' and related functions aren't defined in stdio.h, */ + /* such as most PC's, Linux, VMS compilers, and NeXT's. */ -! /*#define PC /* Comment out this #define if you have a Unix, Mac, or other */ - /* system that isn't a generic PC running DOS or MS Windows. */ +! /*#define PROTO /* Comment out this #define if you have an older compiler */ + /* which doesn't allow full Ansi function prototypes. This */ + /* is for programmers only and has no effect on executable. */ - /*#define MAC /* Comment out this #define if you're not compiling for a Mac. */ +--- 82,92 ---- + #define ENVIRON /* Comment out this #define if your system doesn't have */ + /* environment variables or can't compile calls to them. */ -! #define X11 /* Comment out this #define if you don't have X windows, or */ - /* else have them and don't wish to compile in X graphics. */ +! /*#define ATOF /* Comment out this #define if you have a system in which */ + /* 'atof' and related functions aren't defined in stdio.h, */ + /* such as most PC's, Linux, VMS compilers, and NeXT's. */ -! /*#define WIN /* Comment out this #define if you don't have MS Windows, or */ - /* else have them but want to compile a DOS version instead. */ +! #define PROTO /* Comment out this #define if you have an older compiler */ + /* which doesn't allow full Ansi function prototypes. This */ + /* is for programmers only and has no effect on executable. */ - /*#define MSG /* Comment out this #define if you don't have access to the */ *************** *** 131,137 **** --- 131,139 ---- |