From owner-freebsd-ports Wed Mar 12 20:00:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA01532 for ports-outgoing; Wed, 12 Mar 1997 20:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA01489; Wed, 12 Mar 1997 20:00:02 -0800 (PST) Date: Wed, 12 Mar 1997 20:00:02 -0800 (PST) Message-Id: <199703130400.UAA01489@freefall.freebsd.org> To: freebsd-ports Cc: From: Nakai@Mlab.t.u-tokyo.ac.jp Subject: Re: ports/2905 diff of the xshisen fixed port Reply-To: Nakai@Mlab.t.u-tokyo.ac.jp Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2905; it has been noted by GNATS. From: Nakai@Mlab.t.u-tokyo.ac.jp To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/2905 diff of the xshisen fixed port Date: Wed, 12 Mar 1997 19:54:02 -0800 (PST) >Submitter-Id: net >Originator: Yukihiro Nakai >Organization: University of Tokyo >Confidential: no >Synopsis: Re: ports/2905 diff of the xshisen fixed port >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: 3.0-SNAP >Environment: FreeBSD PyroPolis.t.u-tokyo.ac.jp 3.0-970209-SNAP FreeBSD 3.0-970209-SNAP #0: Mon Feb 10 08:05:29 GMT 1997 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: xshisen-1.35 port -> xshisen-1.36 port. diff -ru xshisen.orig/Makefile xshisen/Makefile --- xshisen.orig/Makefile Thu Mar 13 12:48:12 1997 +++ xshisen/Makefile Wed Mar 5 09:02:28 1997 @@ -1,33 +1,25 @@ # New ports collection makefile for: xshisen -# Version required: 1.35 -# Date created: 9 Oct 1996 +# Version required: 1.36 +# Date created: 22 February 1997 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.6 1997/03/06 04:54:41 asami Exp $ +# $Id$ # -DISTNAME= xshisen-1.35 +DISTNAME= xshisen-1.36 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= games +MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1996/feb/ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -# runs fine on ssh connection -#IS_INTERACTIVE= YES # Has to create an app-defaults file USE_X11= YES -GNU_CONFIGURE= YES -#CONFIGURE_ARGS=--enable-japanese=euc #Japanese char set euc, jis sjis +HAS_CONFIGURE= YES MAN6= xshisen.6 post-install: - @ strip ${PREFIX}/bin/xshisen - @ /bin/chmod 755 ${PREFIX}/bin/xshisen - @ /usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xshisen -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/ja_JP.JIS7/man6/xshisen.6 -.endif + ${MKDIR} ${PREFIX}/man/man6 + (cd ${WRKSRC}; make install.man) .include diff -ru xshisen.orig/files/md5 xshisen/files/md5 --- xshisen.orig/files/md5 Thu Mar 13 12:48:11 1997 +++ xshisen/files/md5 Wed Mar 5 08:46:40 1997 @@ -1 +1 @@ -MD5 (xshisen-1.35.tar.gz) = 36c979ccb5b958b6ae1f3807a26ffabd +MD5 (xshisen-1.36.tar.gz) = 3c3904ff99075012201a2f6a8d6a5beb diff -ru xshisen.orig/patches/patch-aa xshisen/patches/patch-aa --- xshisen.orig/patches/patch-aa Thu Mar 13 12:48:12 1997 +++ xshisen/patches/patch-aa Sat Feb 22 23:12:41 1997 @@ -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 ---- + + # 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 **** - all: $(PROGS) - $(exec_name): $(OBJS) - $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(exec_name) + # Check whether --enable-japanese or --disable-japanese was given. +! if test "${enable_japanese+set}" = set; then +! enableval="$enable_japanese" +! cat >> confdefs.h <> confdefs.h <<\EOF +--- 1577,1589 ---- - $(exec_name): $(OBJS) - $(CXX) $(LDFLAGS) $(OBJS) $(LIBS) -o $(exec_name) -! 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 + # Check whether --enable-japanese or --disable-japanese was given. +! #if test "${enable_japanese+set}" = set; then +! # enableval="$enable_japanese" +! # cat >> confdefs.h <> confdefs.h <<\EOF Only in xshisen/patches: patch-ab diff -ru xshisen.orig/pkg/PLIST xshisen/pkg/PLIST --- xshisen.orig/pkg/PLIST Thu Mar 13 12:48:11 1997 +++ xshisen/pkg/PLIST Wed Mar 5 08:57:55 1997 @@ -1,43 +1,39 @@ bin/xshisen -share/xshisen/xshisen-scores -share/xshisen/chun.xpm -share/xshisen/haku.xpm -share/xshisen/hana.xpm -share/xshisen/hatsu.xpm -share/xshisen/hishi.xpm -share/xshisen/m1.xpm -share/xshisen/m2.xpm -share/xshisen/m3.xpm -share/xshisen/m4.xpm -share/xshisen/m5.xpm -share/xshisen/m6.xpm -share/xshisen/m7.xpm -share/xshisen/m8.xpm -share/xshisen/m9.xpm -share/xshisen/nan.xpm -share/xshisen/p1.xpm -share/xshisen/p2.xpm -share/xshisen/p3.xpm -share/xshisen/p4.xpm -share/xshisen/p5.xpm -share/xshisen/p6.xpm -share/xshisen/p7.xpm -share/xshisen/p8.xpm -share/xshisen/p9.xpm -share/xshisen/pei.xpm -share/xshisen/s1.xpm -share/xshisen/s2.xpm -share/xshisen/s3.xpm -share/xshisen/s4.xpm -share/xshisen/s5.xpm -share/xshisen/s6.xpm -share/xshisen/s7.xpm -share/xshisen/s8.xpm -share/xshisen/s9.xpm -share/xshisen/sha.xpm -share/xshisen/ton.xpm -lib/X11/app-defaults/XShisen/XShisen.ad -lib/X11/ja_JP.JIS7/app-defaults/XShisen/XShisen-j.ad +lib/X11/xshisen/xshisen-scores +lib/X11/xshisen/chun.xpm +lib/X11/xshisen/haku.xpm +lib/X11/xshisen/hana.xpm +lib/X11/xshisen/hatsu.xpm +lib/X11/xshisen/hishi.xpm +lib/X11/xshisen/m1.xpm +lib/X11/xshisen/m2.xpm +lib/X11/xshisen/m3.xpm +lib/X11/xshisen/m4.xpm +lib/X11/xshisen/m5.xpm +lib/X11/xshisen/m6.xpm +lib/X11/xshisen/m7.xpm +lib/X11/xshisen/m8.xpm +lib/X11/xshisen/m9.xpm +lib/X11/xshisen/nan.xpm +lib/X11/xshisen/p1.xpm +lib/X11/xshisen/p2.xpm +lib/X11/xshisen/p3.xpm +lib/X11/xshisen/p4.xpm +lib/X11/xshisen/p5.xpm +lib/X11/xshisen/p6.xpm +lib/X11/xshisen/p7.xpm +lib/X11/xshisen/p8.xpm +lib/X11/xshisen/p9.xpm +lib/X11/xshisen/pei.xpm +lib/X11/xshisen/s1.xpm +lib/X11/xshisen/s2.xpm +lib/X11/xshisen/s3.xpm +lib/X11/xshisen/s4.xpm +lib/X11/xshisen/s5.xpm +lib/X11/xshisen/s6.xpm +lib/X11/xshisen/s7.xpm +lib/X11/xshisen/s8.xpm +lib/X11/xshisen/s9.xpm +lib/X11/xshisen/sha.xpm +lib/X11/xshisen/ton.xpm man/man6/xshisen.6.gz -man/ja_JP.JIS7/man6/xshisen.6.gz -@dirrm share/xshisen Only in xshisen: scripts >How-To-Repeat: >Fix: