1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

As announced on May 6, remove the broken xnetmaj port

This commit is contained in:
Kris Kennaway 2003-08-07 05:30:30 +00:00
parent f5d75a04fe
commit f59c50812e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86434
10 changed files with 0 additions and 820 deletions

View File

@ -412,7 +412,6 @@
SUBDIR += xjman-3
SUBDIR += xjtext
SUBDIR += xmsgsaver
SUBDIR += xnetmaj
SUBDIR += xpdf
SUBDIR += xshodo
SUBDIR += xshodou

View File

@ -1,29 +0,0 @@
# New ports collection makefile for: xnetmaj
# Date created: 20 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= xnetmaj
PORTVERSION= 2.0.7
CATEGORIES= japanese games
MASTER_SITES= http://www.sfc.wide.ad.jp/~kusune/netmaj/files/
DISTNAME= netmaj
DISTFILES= netmaj-${PORTVERSION}.tar.gz \
netmaj-xui-${PORTVERSION}.tar.gz
MAINTAINER= nakai@FreeBSD.org
COMMENT= A mahhjong game for X
BROKEN= "Does not install"
USE_X_PREFIX= yes
USE_XPM= yes
ALL_TARGET= libs all
INSTALL_TARGET= install install-pf
post-extract:
( cd ${WRKDIR}/netmaj; ${LN} -s ../xui )
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
MD5 (netmaj-2.0.7.tar.gz) = 06943c5d5e64a22bb439e4077d0fe291
MD5 (netmaj-xui-2.0.7.tar.gz) = e61fb75977f11e05092f001bf993822a

View File

@ -1,29 +0,0 @@
*** server.c.orig Fri Sep 6 06:29:53 1996
--- server.c Wed Aug 27 04:27:00 1997
***************
*** 22,27 ****
--- 22,28 ----
/* $Id: server.c,v 1.25 1996/09/05 21:29:53 suz Exp $ */
#include <signal.h>
+ #include <unistd.h>
#include <sys/wait.h>
#ifndef SIGCHLD
#define SIGCHLD SIGCLD
***************
*** 131,137 ****
pack_rule(&rule);
if (debug == 0) {
! if (!fork(0)) {
fclose(stdin);
fclose(stdout);
fclose(stderr);
--- 132,138 ----
pack_rule(&rule);
if (debug == 0) {
! if (!fork()) {
fclose(stdin);
fclose(stdout);
fclose(stderr);

View File

@ -1,36 +0,0 @@
*** Makefile.orig Mon Nov 11 23:43:22 1996
--- Makefile Wed Aug 27 07:09:40 1997
***************
*** 27,41 ****
SHELL=/bin/sh
# Install Directory
! LIBDIR=/usr/local/lib/netmaj
! BINDIR=/usr/local/bin
PERL=/usr/bin/perl
STD_CFLAGS=-I. -Ilib -DNETMAJ_LIB=\"$(LIBDIR)\"
# for 386BSD,FreeBSD,NetBSD...
CC=gcc
! OS_CFLAGS= -O -g -DUSE_SGTTY -DUSE_FWOPEN -DUSE_TERMCAP -DHAVE_GETTIMEOFDAY
RANLIB=ranlib
LIBS=
CURSES= -lcurses -ltermcap
--- 27,42 ----
SHELL=/bin/sh
# Install Directory
! LIBDIR=/usr/X11R6/lib/X11/xnetmaj
! BINDIR=/usr/X11R6/bin
PERL=/usr/bin/perl
STD_CFLAGS=-I. -Ilib -DNETMAJ_LIB=\"$(LIBDIR)\"
# for 386BSD,FreeBSD,NetBSD...
CC=gcc
! OS_CFLAGS= -O -g -DUSE_SGTTY -DUSE_FWOPEN -DUSE_TERMCAP \
! -DDEF_OPTARG -DHAVE_GETTIMEOFDAY
RANLIB=ranlib
LIBS=
CURSES= -lcurses -ltermcap

View File

@ -1,31 +0,0 @@
*** global.h.orig Wed Aug 27 05:26:59 1997
--- global.h Wed Aug 27 05:28:53 1997
***************
*** 18,23 ****
--- 18,24 ----
*/
/* $Id: global.h,v 1.13 1996/08/31 08:14:40 suz Exp $ */
#include <stdio.h>
+ #include <string.h>
#include "comm.h"
#include "ss.h"
***************
*** 40,47 ****
#define index strchr
#define rindex strrchr
#endif
! extern char *index();
! extern char *rindex();
extern FILE *plog; /* protocol logging */
--- 41,48 ----
#define index strchr
#define rindex strrchr
#endif
! /*extern char *index();
! extern char *rindex();*/
extern FILE *plog; /* protocol logging */

View File

@ -1,642 +0,0 @@
*** xui/src/xui/Makefile.orig Wed Aug 27 04:42:07 1997
--- xui/src/xui/Makefile Wed Aug 27 04:54:54 1997
***************
*** 18,24 ****
GT=../gt
UT=../util
INT=../int
! NM=../../..
#NMOBJS=../netmaj-1.2.x/client.o $(NM)/libnetmaj.a
NMOBJS=$(NM)/client.o $(NM)/libnetmaj.a
PLVOBJS=$(NM)/plview.o $(NM)/libnetmaj.a
--- 18,24 ----
GT=../gt
UT=../util
INT=../int
! NM=../../../netmaj
#NMOBJS=../netmaj-1.2.x/client.o $(NM)/libnetmaj.a
NMOBJS=$(NM)/client.o $(NM)/libnetmaj.a
PLVOBJS=$(NM)/plview.o $(NM)/libnetmaj.a
***************
*** 70,78 ****
../gt/dev/x11gdev.h ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h
advice.o: advice.c xnet.h \
--- 70,78 ----
../gt/dev/x11gdev.h ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h
advice.o: advice.c xnet.h \
***************
*** 81,91 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
! ../../..//ahand.h \
bitmap/misc/adv.xpm
advice2.o: advice2.c xnet.h \
../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \
--- 81,91 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
! ../../../netmaj/ahand.h \
bitmap/misc/adv.xpm
advice2.o: advice2.c xnet.h \
../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \
***************
*** 93,101 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
bitmap/attr/252/tiny0.xpm \
bitmap/attr/252/tiny1.xpm bitmap/attr/252/tiny2.xpm \
--- 93,101 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
bitmap/attr/252/tiny0.xpm \
bitmap/attr/252/tiny1.xpm bitmap/attr/252/tiny2.xpm \
***************
*** 109,117 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
auto.o: auto.c xnet.h \
--- 109,117 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
auto.o: auto.c xnet.h \
***************
*** 120,128 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
bdcolor.o: bdcolor.c xnet.h \
--- 120,128 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
bdcolor.o: bdcolor.c xnet.h \
***************
*** 131,139 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
bg.o: bg.c
--- 131,139 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
bg.o: bg.c
***************
*** 143,151 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
../gt/widget/text.h \
pfinfo.h
--- 143,151 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
../gt/widget/text.h \
pfinfo.h
***************
*** 157,165 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
getline.o: getline.c \
--- 157,165 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
getline.o: getline.c \
***************
*** 172,180 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
hora.o: hora.c xnet.h \
--- 172,180 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
hora.o: hora.c xnet.h \
***************
*** 183,191 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
init.o: init.c xnet.h \
--- 183,191 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
init.o: init.c xnet.h \
***************
*** 194,202 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
intint.o: intint.c
--- 194,202 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
intint.o: intint.c
***************
*** 208,216 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
msg.o: msg.c xnet.h \
--- 208,216 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
msg.o: msg.c xnet.h \
***************
*** 219,227 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
bitmap/misc/tting.xpm \
bitmap/misc/failconn.xpm bitmap/misc/connect.xpm bitmap/misc/disconne.xpm \
--- 219,227 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
bitmap/misc/tting.xpm \
bitmap/misc/failconn.xpm bitmap/misc/connect.xpm bitmap/misc/disconne.xpm \
***************
*** 240,248 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
pfinfo.h \
--- 240,248 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
pfinfo.h \
***************
*** 278,286 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
bitmap/misc/digit0.xpm \
bitmap/misc/digit1.xpm bitmap/misc/digit2.xpm bitmap/misc/digit3.xpm \
--- 278,286 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
bitmap/misc/digit0.xpm \
bitmap/misc/digit1.xpm bitmap/misc/digit2.xpm bitmap/misc/digit3.xpm \
***************
*** 314,322 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h
pixread.o: pixread.c pixread.h ../gt/widget/widget.h ../gt/include/deftype.h \
--- 314,322 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h
pixread.o: pixread.c pixread.h ../gt/widget/widget.h ../gt/include/deftype.h \
***************
*** 331,339 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
bitmap/yaku/yaku.xpm \
bitmap/misc/rryukyok.xpm bitmap/misc/rtumo.xpm bitmap/misc/rron.xpm \
--- 331,339 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
bitmap/yaku/yaku.xpm \
bitmap/misc/rryukyok.xpm bitmap/misc/rtumo.xpm bitmap/misc/rron.xpm \
***************
*** 346,354 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
../gt/widget/text.h \
pfinfo.h
--- 346,354 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
../gt/widget/text.h \
pfinfo.h
***************
*** 358,371 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
pfinfo.h
! rc.o: rc.c xnetmaj.h ../../..//pai.h ../../..//global.h \
! ../../..//comm.h \
! ../../..//result.h xnet.h \
../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \
../gt/dev/x11gdev.h \
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h ../gt/widget/itemtype.h \
--- 358,371 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
pfinfo.h
! rc.o: rc.c xnetmaj.h ../../../netmaj/pai.h ../../../netmaj/global.h \
! ../../../netmaj/comm.h \
! ../../../netmaj/result.h xnet.h \
../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \
../gt/dev/x11gdev.h \
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h ../gt/widget/itemtype.h \
***************
*** 380,410 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
! ../../..//ahand.h
rule.o: rule.c xnet.h \
../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \
../gt/dev/x11gdev.h \
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
! ../../..//ruledef.h
talkcmd.o: talkcmd.c \
xnet.h ../gt/widget/widget.h \
../gt/include/deftype.h ../gt/dev/gdev.h ../gt/dev/x11gdev.h \
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h ../gt/widget/itemtype.h \
../gt/widget/resource.h ../gt/widget/event.h \
../gt/widget/funcdecl.h ../gt/widget/widgetde.h ../util/util.h flags.h \
! geom.h decl.h xnetmaj.h ../../..//pai.h ../../..//global.h \
! ../../..//comm.h \
! ../../..//result.h pixread.h pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h \
../misc/mydir.h
testpai.o: testpai.c xnet.h \
../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \
--- 380,410 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
! ../../../netmaj/ahand.h
rule.o: rule.c xnet.h \
../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \
../gt/dev/x11gdev.h \
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
! ../../../netmaj/ruledef.h
talkcmd.o: talkcmd.c \
xnet.h ../gt/widget/widget.h \
../gt/include/deftype.h ../gt/dev/gdev.h ../gt/dev/x11gdev.h \
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h ../gt/widget/itemtype.h \
../gt/widget/resource.h ../gt/widget/event.h \
../gt/widget/funcdecl.h ../gt/widget/widgetde.h ../util/util.h flags.h \
! geom.h decl.h xnetmaj.h ../../../netmaj/pai.h ../../../netmaj/global.h \
! ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h \
../misc/mydir.h
testpai.o: testpai.c xnet.h \
../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \
***************
*** 412,420 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
title.o: title.c xnet.h \
--- 412,420 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
title.o: title.c xnet.h \
***************
*** 423,431 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
version.o: version.c
--- 423,431 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
version.o: version.c
***************
*** 435,443 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
rc.c ../int/export.h
yaku.o: yaku.c xnet.h \
--- 435,443 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
rc.c ../int/export.h
yaku.o: yaku.c xnet.h \
***************
*** 446,454 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
xui2.o: xui2.c xnet.h \
--- 446,454 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
xui2.o: xui2.c xnet.h \
***************
*** 457,465 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
misc.h
config.o: config.c xnet.h \
--- 457,465 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
misc.h
config.o: config.c xnet.h \
***************
*** 468,476 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
lang.h
board2.o: board2.c xnet.h \
--- 468,476 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
lang.h
board2.o: board2.c xnet.h \
***************
*** 479,486 ****
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \
! ../../..//global.h ../../..//comm.h \
! ../../..//result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \
--- 479,486 ----
../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \
../gt/widget/itemtype.h ../gt/widget/resource.h \
../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \
! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \
! ../../../netmaj/global.h ../../../netmaj/comm.h \
! ../../../netmaj/result.h pixread.h \
pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \

View File

@ -1,21 +0,0 @@
*** xui/Makefile.orig Wed Aug 27 07:10:44 1997
--- xui/Makefile Wed Aug 27 07:11:05 1997
***************
*** 475,482 ****
# start of Imakefile
# Please Modifed Here
! BINDIR=/usr/local/bin
! LIBDIR=/usr/local/lib/netmaj
# #######################################################
G=-O
--- 475,482 ----
# start of Imakefile
# Please Modifed Here
! BINDIR=/usr/X11R6/bin
! LIBDIR=/usr/X11R6/lib/X11/xnetmaj
# #######################################################
G=-O

View File

@ -1 +0,0 @@
a mahhjong game for X

View File

@ -1,28 +0,0 @@
bin/netmaj
bin/netmaj1
bin/plview
bin/xnetmaj1
bin/xplview
lib/X11/xnetmaj/.fcc.pf
lib/X11/xnetmaj/.momokuri.pf
lib/X11/xnetmaj/.naki.pf
lib/X11/xnetmaj/.nomi.pf
lib/X11/xnetmaj/.puyo.pf
lib/X11/xnetmaj/.puyo2.pf
lib/X11/xnetmaj/.yakuman.pf
lib/X11/xnetmaj/auto
lib/X11/xnetmaj/auto-1.pf
lib/X11/xnetmaj/auto-2.pf
lib/X11/xnetmaj/auto-3.pf
lib/X11/xnetmaj/auto-4.pf
lib/X11/xnetmaj/auto.pf
lib/X11/xnetmaj/client
lib/X11/xnetmaj/inputserver
lib/X11/xnetmaj/netmaj.hlp
lib/X11/xnetmaj/player_info
lib/X11/xnetmaj/proxyclient
lib/X11/xnetmaj/proxyserver
lib/X11/xnetmaj/server
lib/X11/xnetmaj/server.pf
lib/X11/xnetmaj/server_kill
lib/X11/xnetmaj/xclient