1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
|
diff -Nurp tmp/WRPRC-2.11/config/Imake.params WRPRC-2.11/config/Imake.params
--- tmp/WRPRC-2.11/config/Imake.params 1997-05-23 22:19:11.000000000 +0100
+++ WRPRC-2.11/config/Imake.params 2007-08-19 08:09:51.000000000 +0100
@@ -583,16 +583,16 @@
*/
#ifndef InstProgFlags
-#define InstProgFlags $(INSTCOPY) $(INSTOWNER) $(INSTGROUP) $(INSTPROGMODE) $(INSTSTRIP)
+#define InstProgFlags $(INSTCOPY) $(INSTOWNER) $(INSTGROUP) $(INSTPROGMODE)
#endif
#ifndef InstUidProgFlags
-#define InstUidProgFlags $(INSTCOPY) $(INSTOWNER) $(INSTGROUP) $(INSTUIDPROGMODE) $(INSTSTRIP)
+#define InstUidProgFlags $(INSTCOPY) $(INSTOWNER) $(INSTGROUP) $(INSTUIDPROGMODE)
#endif
#ifndef InstGidProgFlags
-#define InstGidProgFlags $(INSTCOPY) $(INSTOWNER) $(INSTGROUP) $(INSTGIDPROGMODE) $(INSTSTRIP)
+#define InstGidProgFlags $(INSTCOPY) $(INSTOWNER) $(INSTGROUP) $(INSTGIDPROGMODE)
#endif
#ifndef InstUGidProgFlags
-#define InstUGidProgFlags $(INSTCOPY) $(INSTOWNER) $(INSTGROUP) $(INSTUGIDPROGMODE) $(INSTSTRIP)
+#define InstUGidProgFlags $(INSTCOPY) $(INSTOWNER) $(INSTGROUP) $(INSTUGIDPROGMODE)
#endif
#ifndef InstScriptFlags
#define InstScriptFlags $(INSTCOPY) $(INSTOWNER) $(INSTGROUP) $(INSTSCRIPTMODE)
diff -Nurp tmp/WRPRC-2.11/config/linux.cf WRPRC-2.11/config/linux.cf
--- tmp/WRPRC-2.11/config/linux.cf Wed Dec 31 19:00:00 1969
+++ WRPRC-2.11/config/linux.cf Mon Nov 10 22:25:15 1997
@@ -0,0 +1,94 @@
+/*
+ * Based upon WRPRC linux-pmac.cf.
+ *
+ * The values below are current for Linux server 2.0.28. If you're running
+ * a different server, set the OS{Major,Minor,Teeny}Version numbers to
+ * something more appropriate.
+ */
+
+XCOMM platform: linux.cf
+
+#ifndef OSName
+#define OSName Linux
+#endif
+#ifndef OSMajorVersion
+#define OSMajorVersion 2
+#endif
+#ifndef OSMinorVersion
+#define OSMinorVersion 0
+#endif
+#ifndef OSTeenyVersion
+#define OSTeenyVersion 31
+#endif
+
+#ifndef HasGcc
+#define HasGcc YES
+#endif
+#ifndef HasGcc2
+#define HasGcc2 YES
+#endif
+
+#ifndef HasVoidSignalReturn
+#define HasVoidSignalReturn YES
+#endif
+
+/* stdarg.h and varargs.h are under /usr/lib/gcc-lib/ppc-linux/... */
+#ifndef HasStdarg
+#define HasStdarg YES
+#endif
+#ifndef HasVarargs
+#define HasVarargs YES
+#endif
+
+#ifndef HasUnistdH
+#define HasUnistdH YES
+#endif
+
+/* hmm... */
+#define AvoidNullMakeCommand YES
+
+#ifndef InstStrip
+#define InstStrip -s
+#endif
+#ifndef InstUidProgMode
+#define InstUidProgMode -m 4711
+#endif
+#ifndef InstGidProgMode
+#define InstGidProgMode -m 2711
+#endif
+#ifndef InstUGidProgMode
+#define InstUGidProgMode -m 6711
+#endif
+
+#ifndef CcCmd
+#define CcCmd gcc
+#endif
+#ifndef MkdirHierCmd
+#define MkdirHierCmd mkdir -p
+#endif
+#ifndef StandardDefines
+#define StandardDefines -Dlinux -D_POSIX_SOURCE \
+ -D_BSD_SOURCE -D_GNU_SOURCE -DX_LOCALE
+#endif
+#ifndef StandardCppDefines
+#define StandardCppDefines -traditional StandardDefines
+#endif
+
+/* hmm... */
+#define PostIncDir `CcCmd --print-libgcc-file-name | sed 's/libgcc.a/include/'`
+
+/* perl and perl5 are the same... */
+#ifndef Perl5Cmd
+#define Perl5Cmd perl
+#endif
+#ifndef Perl5Path
+#define Perl5Path /usr/bin/perl
+#endif
+
+#ifndef SendmailPath
+#define SendmailPath /usr/sbin/sendmail
+#endif
+
+#ifndef SpoolRootDir
+#define SpoolRootDir /var/spool
+#endif
diff -Nurp tmp/WRPRC-2.11/config/site.def WRPRC-2.11/config/site.def
--- tmp/WRPRC-2.11/config/site.def Fri May 23 17:19:11 1997
+++ WRPRC-2.11/config/site.def Mon Nov 10 23:13:08 1997
@@ -55,26 +55,24 @@ XCOMM site: Primate Center 89/12/22
*/
#ifndef ConfigRootDir
-#define ConfigRootDir /usr/local/lib/config
+#define ConfigRootDir /raid/home/blp/troffcvt-1.04/config
#endif
-/*
#ifndef BinDir
-#define BinDir /usr/local/bin
+#define BinDir /usr/bin
#endif
-*/
#ifndef ManRoot
-#define ManRoot /usr/local/man
+#define ManRoot /usr/share/man
#endif
#ifndef ManSuffix /* set this to where man pages are "usually" installed */
#define ManSuffix $(MAN1SUFFIX) /* use just one tab or cpp will die */
#endif
#ifndef PerlPath /* for use in #! lines */
-#define PerlPath $(LOCALBINDIR)/perl
+#define PerlPath /usr/bin/perl
#endif
#ifndef Perl5Path /* for use in #! lines */
-#define Perl5Path $(LOCALBINDIR)/perl5
+#define Perl5Path /usr/bin/perl
#endif
/* document preparation preferences */
diff -Nurp tmp/WRPRC-2.11/config/linux.p-cf WRPRC-2.11/config/linux.p-cf
--- tmp/WRPRC-2.11/config/linux.p-cf Wed Dec 31 19:00:00 1969
+++ WRPRC-2.11/config/linux.p-cf Mon Nov 10 22:25:15 1997
@@ -0,0 +1,1 @@
+
|