Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 1999 07:15:05 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/15402: Update port: games/xshisen
Message-ID:  <19991210151505.A3823153B1@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         15402
>Category:       ports
>Synopsis:       Update port: games/xshisen
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 10 07:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.3-RELEASE i386
>Organization:
>Environment:
>Description:
* Fixed install error (reported by bento.FreeBSD.org)

Maintainer contacted with no response.

New file:
patches/patch-ac

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/xshisen/patches/patch-ac games/xshisen/patches/patch-ac
--- /usr/ports/games/xshisen/patches/patch-ac	Thu Jan  1 09:00:00 1970
+++ games/xshisen/patches/patch-ac	Sun Nov 28 14:26:26 1999
@@ -0,0 +1,12 @@
+--- Makefile.in.orig	Tue Jan 23 17:35:21 1996
++++ Makefile.in	Sun Nov 28 13:59:53 1999
+@@ -64,6 +64,9 @@
+ 		$(INSTALLD) $$file $(XSHISENLIB)/`basename $$file`; \
+ 	done
+ 	$(INSTALLD) $(AD) $(XAD_DIR)/$(class_name)
++	@if [ ! -f $(JXAD_DIR) ]; then \
++	$(MKDIR) $(JXAD_DIR); \
++	fi
+ 	$(INSTALLD) $(ADJ) $(JXAD_DIR)/$(class_name)
+ 
+ install.man: $(exec_name).jman $(exec_name).man
diff -urN /usr/ports/games/xshisen/pkg/PLIST games/xshisen/pkg/PLIST
--- /usr/ports/games/xshisen/pkg/PLIST	Wed Nov 24 21:27:48 1999
+++ games/xshisen/pkg/PLIST	Sun Nov 28 14:20:17 1999
@@ -39,4 +39,5 @@
 lib/X11/app-defaults/XShisen
 lib/X11/ja_JP.EUC/app-defaults/XShisen
 @unexec rmdir %D/lib/X11/ja_JP.EUC/app-defaults 2>/dev/null || true
+@unexec rmdir %D/lib/X11/ja_JP.EUC 2>/dev/null || true
 @dirrm lib/X11/xshisen


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991210151505.A3823153B1>