diff options
Diffstat (limited to 'games/xscrabble/files')
-rw-r--r-- | games/xscrabble/files/patch-aa | 13 | ||||
-rw-r--r-- | games/xscrabble/files/patch-ab | 15 | ||||
-rw-r--r-- | games/xscrabble/files/patch-ac | 13 | ||||
-rw-r--r-- | games/xscrabble/files/patch-ad | 21 |
4 files changed, 62 insertions, 0 deletions
diff --git a/games/xscrabble/files/patch-aa b/games/xscrabble/files/patch-aa new file mode 100644 index 000000000000..0ca4c7e06c59 --- /dev/null +++ b/games/xscrabble/files/patch-aa @@ -0,0 +1,13 @@ +--- Imakefile.orig Tue Mar 11 06:56:29 1997 ++++ Imakefile Sun Jul 27 10:43:53 1997 +@@ -9,3 +9,10 @@ + MakeLintLibSubdirs($(SUBDIRS)) + MakeLintSubdirs($(SUBDIRS),install.ln,install.ln) + ++InstallNamedNonExec(XScrabble.ad,XScrabble,$(LIBDIR)/app-defaults) ++InstallNonExecFile(OSPD3.gz,@XSCRABBLEDIR@) ++InstallNonExecFile(scrabble_permutations,@XSCRABBLEDIR@) ++InstallNonExecFile(xscrabble.scores,@XSCRABBLEDIR@) ++ ++install:: ++ @chmod a+rw @XSCRABBLEDIR@/xscrabble.scores diff --git a/games/xscrabble/files/patch-ab b/games/xscrabble/files/patch-ab new file mode 100644 index 000000000000..dac2cbd54197 --- /dev/null +++ b/games/xscrabble/files/patch-ab @@ -0,0 +1,15 @@ +--- XScrabble.ad.orig Tue Mar 11 06:57:16 1997 ++++ XScrabble.ad Sun Jul 27 09:53:56 1997 +@@ -1,9 +1,9 @@ + ! *** XScrabble resource file *** + + ! edit the following three pathnames as required: +-XScrabble.dictfile: /usr/local/lib/OSPD3 +-XScrabble.permfile: /usr/local/lib/scrabble_permutations +-XScrabble.scorefile: /usr/local/lib/xscrabble.scores ++XScrabble.dictfile: @XSCRABBLEDIR@/OSPD3 ++XScrabble.permfile: @XSCRABBLEDIR@/scrabble_permutations ++XScrabble.scorefile: @XSCRABBLEDIR@/xscrabble.scores + + ! version string, to make sure correct resource file is loaded + XScrabble*version: 100 diff --git a/games/xscrabble/files/patch-ac b/games/xscrabble/files/patch-ac new file mode 100644 index 000000000000..896e533cb75c --- /dev/null +++ b/games/xscrabble/files/patch-ac @@ -0,0 +1,13 @@ +--- Xc/Imakefile.orig Fri Nov 10 18:53:09 1995 ++++ Xc/Imakefile Sun Jul 27 10:23:24 1997 +@@ -22,10 +22,8 @@ + #endif + + NormalLibraryTarget(Xc,$(OBJS)) +-InstallLibrary(Xc,$(USRLIBDIR)) + + BuildIncludes($(HEADERS),Xc,..) +-InstallMultiple($(HEADERS),$(INCDIR)/Xc) + + #clean:: + # $(RM) -r $(TOP)/X11 diff --git a/games/xscrabble/files/patch-ad b/games/xscrabble/files/patch-ad new file mode 100644 index 000000000000..bfaa8eb19452 --- /dev/null +++ b/games/xscrabble/files/patch-ad @@ -0,0 +1,21 @@ +--- src/Imakefile.orig Tue Mar 11 06:56:24 1997 ++++ src/Imakefile Sun Jul 27 10:04:12 1997 +@@ -28,8 +28,8 @@ + PROGRAMS = xscrab xscrabble + SLIBS = + +- INCLUDES = -I.. -I/home/mchapman/include +-SYS_LIBRARIES = -lXpm -L../Xc -lXc -L/home/mchapman/lib ++ INCLUDES = -I.. ++SYS_LIBRARIES = -lXpm -L../Xc -lXc + + CCOPTIONS = + +@@ -39,4 +39,7 @@ + NormalProgramTarget(xscrabble,$(SETUP_OBJS),$(DEPLIBS),$(LOCAL_LIBS),$(SLIBS)) + + DependTarget() ++ ++InstallProgram(xscrab,$(BINDIR)) ++InstallProgram(xscrabble,$(BINDIR)) + |