summaryrefslogtreecommitdiff
path: root/games/xshisen/files/patch-aa
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-11-20 02:11:04 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-11-20 02:11:04 +0000
commit9aed410047a00970d12fb67e47cc02c2a45d267d (patch)
treebfb5f349768f78442395ca34e54b75fc77adf383 /games/xshisen/files/patch-aa
parentForgot to call ldconfig in post-install. (diff)
Upgrade to 1.36. I used a different MASTER_SITE than the submitter
did, since there's been a routing loop to the DNS servers for the MASTER_SITE in the PR for the last 5 days. PR: ports/2905 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
Notes
Notes: svn path=/head/; revision=8708
Diffstat (limited to 'games/xshisen/files/patch-aa')
-rw-r--r--games/xshisen/files/patch-aa102
1 files changed, 60 insertions, 42 deletions
diff --git a/games/xshisen/files/patch-aa b/games/xshisen/files/patch-aa
index 7f456c0cecf8..0da6d3e00e28 100644
--- a/games/xshisen/files/patch-aa
+++ b/games/xshisen/files/patch-aa
@@ -1,51 +1,69 @@
-*** Makefile.in.orig Tue Jan 23 08:35:21 1996
---- Makefile.in Fri Oct 11 08:19:53 1996
+*** configure.orig Tue Feb 27 21:29:29 1996
+--- configure Sat Feb 22 23:12:20 1997
***************
-*** 39,52 ****
- SCF = xshisen-scores
+*** 9,17 ****
- LIBS = @LIBS@
-! CODECONV = ./$(exec_name) -KCONV jis
+ # Defaults:
+ ac_help=
+! ac_default_prefix=/usr/local
+ # Any additions from configure.in:
+! ac_default_prefix=/usr/local
+ ac_help="$ac_help
+ --with-x use the X Window System"
+ ac_help="$ac_help
+--- 9,17 ----
- all: $(PROGS)
+ # Defaults:
+ ac_help=
+! ac_default_prefix=/usr/X11R6
+ # Any additions from configure.in:
+! ac_default_prefix=/usr/X11R6
+ ac_help="$ac_help
+ --with-x use the X Window System"
+ ac_help="$ac_help
+***************
+*** 53,59 ****
+ bindir='${exec_prefix}/bin'
+ sbindir='${exec_prefix}/sbin'
+ libexecdir='${exec_prefix}/libexec'
+! datadir='${prefix}/share'
+ sysconfdir='${prefix}/etc'
+ sharedstatedir='${prefix}/com'
+ localstatedir='${prefix}/var'
+--- 53,59 ----
+ bindir='${exec_prefix}/bin'
+ sbindir='${exec_prefix}/sbin'
+ libexecdir='${exec_prefix}/libexec'
+! datadir='${prefix}/lib/X11'
+ sysconfdir='${prefix}/etc'
+ sharedstatedir='${prefix}/com'
+ localstatedir='${prefix}/var'
+***************
+*** 1577,1589 ****
- $(exec_name): $(OBJS)
- $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(exec_name)
-! install: $(PROGS) $(AD) $(ADJ)
- @echo "XShisen executable directory is " $(bindir)
- @$(MKDIR) $(bindir)
- @chmod 755 $(bindir)
---- 39,52 ----
- SCF = xshisen-scores
+ # Check whether --enable-japanese or --disable-japanese was given.
+! if test "${enable_japanese+set}" = set; then
+! enableval="$enable_japanese"
+! cat >> confdefs.h <<EOF
+ #define KANJICODE "${enable_japanese}"
+! EOF
- LIBS = @LIBS@
-! CODECONV = ./$(exec_name) -KCONV euc
+! fi
- all: $(PROGS)
- $(exec_name): $(OBJS)
- $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(exec_name)
+ cat >> confdefs.h <<\EOF
+--- 1577,1589 ----
-! install: $(PROGS) $(AD) $(ADJ) install.man
- @echo "XShisen executable directory is " $(bindir)
- @$(MKDIR) $(bindir)
- @chmod 755 $(bindir)
-***************
-*** 63,73 ****
---- 63,77 ----
- for file in pixmaps/*.xpm; do \
- $(INSTALLD) $$file $(XSHISENLIB)/`basename $$file`; \
- done
-+ @$(MKDIR) $(XAD_DIR)/$(class_name)
-+ @$(MKDIR) $(JXAD_DIR)/$(class_name)
- $(INSTALLD) $(AD) $(XAD_DIR)/$(class_name)
- $(INSTALLD) $(ADJ) $(JXAD_DIR)/$(class_name)
-
- install.man: $(exec_name).jman $(exec_name).man
-+ mkdir -p $(MANDIR)/man6
- $(INSTALLD) $(exec_name).man $(MANDIR)/man6/$(exec_name).6
-+ mkdir -p $(MANDIR)/$(JAPANESE)/man6
- $(INSTALLD) $(exec_name).jman $(MANDIR)/$(JAPANESE)/man6/$(exec_name).6
-
- clean:
+
+ # Check whether --enable-japanese or --disable-japanese was given.
+! #if test "${enable_japanese+set}" = set; then
+! # enableval="$enable_japanese"
+! # cat >> confdefs.h <<EOF
+ #define KANJICODE "${enable_japanese}"
+! #EOF
+
+! #fi
+
+
+ cat >> confdefs.h <<\EOF