diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-07 05:30:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-07 05:30:30 +0000 |
commit | f59c50812e4bcf4036abb1db8cc49272976b45f5 (patch) | |
tree | 90c10b82aa5da9e8436cd8c6bb1b04e1e566de99 | |
parent | f5d75a04fe63903aeeb72c567bf1bbc89bcbc131 (diff) | |
download | ports-f59c50812e4bcf4036abb1db8cc49272976b45f5.tar.gz ports-f59c50812e4bcf4036abb1db8cc49272976b45f5.zip |
As announced on May 6, remove the broken xnetmaj port
Notes
Notes:
svn path=/head/; revision=86434
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/xnetmaj/Makefile | 29 | ||||
-rw-r--r-- | japanese/xnetmaj/distinfo | 2 | ||||
-rw-r--r-- | japanese/xnetmaj/files/patch-aa | 29 | ||||
-rw-r--r-- | japanese/xnetmaj/files/patch-ab | 36 | ||||
-rw-r--r-- | japanese/xnetmaj/files/patch-ac | 31 | ||||
-rw-r--r-- | japanese/xnetmaj/files/patch-ad | 642 | ||||
-rw-r--r-- | japanese/xnetmaj/files/patch-ae | 21 | ||||
-rw-r--r-- | japanese/xnetmaj/pkg-descr | 1 | ||||
-rw-r--r-- | japanese/xnetmaj/pkg-plist | 28 |
10 files changed, 0 insertions, 820 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 21b809cf4c71..4363315c7327 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -412,7 +412,6 @@ SUBDIR += xjman-3 SUBDIR += xjtext SUBDIR += xmsgsaver - SUBDIR += xnetmaj SUBDIR += xpdf SUBDIR += xshodo SUBDIR += xshodou diff --git a/japanese/xnetmaj/Makefile b/japanese/xnetmaj/Makefile deleted file mode 100644 index 78561680e345..000000000000 --- a/japanese/xnetmaj/Makefile +++ /dev/null @@ -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> diff --git a/japanese/xnetmaj/distinfo b/japanese/xnetmaj/distinfo deleted file mode 100644 index 35a140355b34..000000000000 --- a/japanese/xnetmaj/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (netmaj-2.0.7.tar.gz) = 06943c5d5e64a22bb439e4077d0fe291 -MD5 (netmaj-xui-2.0.7.tar.gz) = e61fb75977f11e05092f001bf993822a diff --git a/japanese/xnetmaj/files/patch-aa b/japanese/xnetmaj/files/patch-aa deleted file mode 100644 index 4d5db0b8082c..000000000000 --- a/japanese/xnetmaj/files/patch-aa +++ /dev/null @@ -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); diff --git a/japanese/xnetmaj/files/patch-ab b/japanese/xnetmaj/files/patch-ab deleted file mode 100644 index ce5ebe74c97d..000000000000 --- a/japanese/xnetmaj/files/patch-ab +++ /dev/null @@ -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 diff --git a/japanese/xnetmaj/files/patch-ac b/japanese/xnetmaj/files/patch-ac deleted file mode 100644 index 7845b3b45e66..000000000000 --- a/japanese/xnetmaj/files/patch-ac +++ /dev/null @@ -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 */ diff --git a/japanese/xnetmaj/files/patch-ad b/japanese/xnetmaj/files/patch-ad deleted file mode 100644 index 2218c22c20ec..000000000000 --- a/japanese/xnetmaj/files/patch-ad +++ /dev/null @@ -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 \ - diff --git a/japanese/xnetmaj/files/patch-ae b/japanese/xnetmaj/files/patch-ae deleted file mode 100644 index 29f65947c092..000000000000 --- a/japanese/xnetmaj/files/patch-ae +++ /dev/null @@ -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 diff --git a/japanese/xnetmaj/pkg-descr b/japanese/xnetmaj/pkg-descr deleted file mode 100644 index 7bf6b79cdb90..000000000000 --- a/japanese/xnetmaj/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -a mahhjong game for X diff --git a/japanese/xnetmaj/pkg-plist b/japanese/xnetmaj/pkg-plist deleted file mode 100644 index 94cf6ee0bd63..000000000000 --- a/japanese/xnetmaj/pkg-plist +++ /dev/null @@ -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 |