Index: head/japanese/xnetmaj/pkg-descr =================================================================== --- head/japanese/xnetmaj/pkg-descr (revision 86433) +++ head/japanese/xnetmaj/pkg-descr (nonexistent) @@ -1 +0,0 @@ -a mahhjong game for X Property changes on: head/japanese/xnetmaj/pkg-descr ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/japanese/xnetmaj/distinfo =================================================================== --- head/japanese/xnetmaj/distinfo (revision 86433) +++ head/japanese/xnetmaj/distinfo (nonexistent) @@ -1,2 +0,0 @@ -MD5 (netmaj-2.0.7.tar.gz) = 06943c5d5e64a22bb439e4077d0fe291 -MD5 (netmaj-xui-2.0.7.tar.gz) = e61fb75977f11e05092f001bf993822a Property changes on: head/japanese/xnetmaj/distinfo ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/japanese/xnetmaj/pkg-plist =================================================================== --- head/japanese/xnetmaj/pkg-plist (revision 86433) +++ head/japanese/xnetmaj/pkg-plist (nonexistent) @@ -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 Property changes on: head/japanese/xnetmaj/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/japanese/xnetmaj/Makefile =================================================================== --- head/japanese/xnetmaj/Makefile (revision 86433) +++ head/japanese/xnetmaj/Makefile (nonexistent) @@ -1,29 +0,0 @@ -# New ports collection makefile for: xnetmaj -# Date created: 20 June 1997 -# Whom: Yukihiro Nakai -# -# $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 Property changes on: head/japanese/xnetmaj/Makefile ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.11 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/japanese/xnetmaj/files/patch-aa =================================================================== --- head/japanese/xnetmaj/files/patch-aa (revision 86433) +++ head/japanese/xnetmaj/files/patch-aa (nonexistent) @@ -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 -+ #include - #include - #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); Property changes on: head/japanese/xnetmaj/files/patch-aa ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/japanese/xnetmaj/files/patch-ab =================================================================== --- head/japanese/xnetmaj/files/patch-ab (revision 86433) +++ head/japanese/xnetmaj/files/patch-ab (nonexistent) @@ -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 Property changes on: head/japanese/xnetmaj/files/patch-ab ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/japanese/xnetmaj/files/patch-ac =================================================================== --- head/japanese/xnetmaj/files/patch-ac (revision 86433) +++ head/japanese/xnetmaj/files/patch-ac (nonexistent) @@ -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 -+ #include - #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 */ Property changes on: head/japanese/xnetmaj/files/patch-ac ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/japanese/xnetmaj/files/patch-ad =================================================================== --- head/japanese/xnetmaj/files/patch-ad (revision 86433) +++ head/japanese/xnetmaj/files/patch-ad (nonexistent) @@ -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 \ - Property changes on: head/japanese/xnetmaj/files/patch-ad ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/japanese/xnetmaj/files/patch-ae =================================================================== --- head/japanese/xnetmaj/files/patch-ae (revision 86433) +++ head/japanese/xnetmaj/files/patch-ae (nonexistent) @@ -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 Property changes on: head/japanese/xnetmaj/files/patch-ae ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/japanese/Makefile =================================================================== --- head/japanese/Makefile (revision 86433) +++ head/japanese/Makefile (revision 86434) @@ -1,429 +1,428 @@ # $FreeBSD$ # SUBDIR += ASCIIdates98-fpw SUBDIR += CGdic-fpw SUBDIR += Canna SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server SUBDIR += VTPSfont SUBDIR += Wnn6 SUBDIR += Wnn6-lib SUBDIR += Wnn7-lib SUBDIR += a2ps SUBDIR += ack SUBDIR += acroread5-jpnfont SUBDIR += addttfont SUBDIR += alias-fonts SUBDIR += another-htmllint SUBDIR += anthy SUBDIR += aterm SUBDIR += balsa SUBDIR += bible_names-fpw SUBDIR += binder SUBDIR += bookview SUBDIR += cal.rb SUBDIR += cannadic SUBDIR += cdrom2 SUBDIR += celrw SUBDIR += chasen SUBDIR += chasen-base SUBDIR += chimera SUBDIR += csrd SUBDIR += dbskkd-cdb SUBDIR += ddskk SUBDIR += ddskk-emacs20 SUBDIR += deepforest SUBDIR += devil-fpw SUBDIR += diclookup-emacs20 SUBDIR += diclookup-mule SUBDIR += drpl SUBDIR += dserver SUBDIR += dvi2dvi SUBDIR += dvi2ps SUBDIR += dvi2tty SUBDIR += dvipdfm SUBDIR += dvipsk SUBDIR += dvipsk-vflib SUBDIR += e2ps SUBDIR += easypr SUBDIR += eb SUBDIR += ebd-fpw SUBDIR += eblook SUBDIR += ebview SUBDIR += ebw3 SUBDIR += edict SUBDIR += edict-fpw SUBDIR += edict-sdic SUBDIR += eijiro-fpw SUBDIR += elisa10x8 SUBDIR += elisa8x8 SUBDIR += elisp-manual SUBDIR += elvis SUBDIR += emacs-manual SUBDIR += emacs20-dl-canna SUBDIR += emacs20-dl-wnn6 SUBDIR += emacs20-emcws SUBDIR += emacs21-emcws SUBDIR += epic4 SUBDIR += epwutil SUBDIR += escpf SUBDIR += esecanna SUBDIR += esecanna-module-vje25 SUBDIR += esecanna-module-vje30 SUBDIR += esecanna-module-wnn6 SUBDIR += eterm SUBDIR += ewipe SUBDIR += exmh2 SUBDIR += expect SUBDIR += flower-fpw SUBDIR += foldoc-fpw SUBDIR += freepwing SUBDIR += fumeikai-fpw SUBDIR += gal SUBDIR += gauche-kakasi SUBDIR += gawk SUBDIR += gd SUBDIR += ghostscript-gnu-jpnfont SUBDIR += gicq SUBDIR += gn-gnspool SUBDIR += gnome SUBDIR += gnomelibs SUBDIR += gnumeric SUBDIR += gorua SUBDIR += gqmpeg SUBDIR += grep SUBDIR += groff SUBDIR += gtkicq SUBDIR += gxditview SUBDIR += hex SUBDIR += hns SUBDIR += ical SUBDIR += ipadic SUBDIR += ircII SUBDIR += iv SUBDIR += jadetex-ptex SUBDIR += japaneseAFM SUBDIR += jargon-fpw SUBDIR += jcode.pl SUBDIR += jed SUBDIR += jgv SUBDIR += jhd SUBDIR += jisx0213-fonts SUBDIR += jls SUBDIR += jmode SUBDIR += jpilot SUBDIR += jvim SUBDIR += jvim-canna SUBDIR += jvim-canna+freewnn SUBDIR += jvim-canna+wnn6 SUBDIR += jvim-canna+wnn7 SUBDIR += jvim-freewnn SUBDIR += jvim-wnn6 SUBDIR += jvim-wnn7 SUBDIR += jvim3 SUBDIR += jvim3-canna SUBDIR += jvim3-canna+freewnn SUBDIR += jvim3-canna+wnn6 SUBDIR += jvim3-canna+wnn7 SUBDIR += jvim3-direct_canna SUBDIR += jvim3-freewnn SUBDIR += jvim3-wnn6 SUBDIR += jvim3-wnn7 SUBDIR += jyuroku SUBDIR += k10 SUBDIR += k12 SUBDIR += kakasi SUBDIR += kanji18 SUBDIR += kanji26 SUBDIR += kanjipad SUBDIR += kappa20 SUBDIR += kbanner SUBDIR += kcc SUBDIR += kde3-i18n SUBDIR += koffice-i18n SUBDIR += kdrill SUBDIR += kinput2-canna SUBDIR += kinput2-canna+freewnn SUBDIR += kinput2-canna+freewnn+sj3 SUBDIR += kinput2-canna+sj3 SUBDIR += kinput2-canna+sj3+wnn6 SUBDIR += kinput2-canna+sj3+wnn7 SUBDIR += kinput2-canna+wnn6 SUBDIR += kinput2-canna+wnn7 SUBDIR += kinput2-freewnn SUBDIR += kinput2-freewnn+sj3 SUBDIR += kinput2-sj3 SUBDIR += kinput2-sj3+wnn6 SUBDIR += kinput2-sj3+wnn7 SUBDIR += kinput2-wnn6 SUBDIR += kinput2-wnn7 SUBDIR += kochi-cidfonts SUBDIR += kochi-ttfonts SUBDIR += kon2-14dot SUBDIR += kon2-16dot SUBDIR += kpcal SUBDIR += kterm SUBDIR += kterm16c SUBDIR += lambdamoo SUBDIR += latex2html SUBDIR += leafrogue SUBDIR += less SUBDIR += libicq SUBDIR += libimg SUBDIR += libjcode SUBDIR += libjconv SUBDIR += libslang SUBDIR += linux-JM SUBDIR += linux_locale SUBDIR += lipsf SUBDIR += lookup SUBDIR += lookup-emacs20 SUBDIR += lookup-mule SUBDIR += lookup-xemacs SUBDIR += lsd-fpw SUBDIR += lynx SUBDIR += lynx-current SUBDIR += lyx SUBDIR += lyx-doc SUBDIR += magicpoint SUBDIR += makejvf SUBDIR += man SUBDIR += man-doc SUBDIR += marumoji-fonts SUBDIR += mecab SUBDIR += mendexk-euc SUBDIR += mendexk-sjis SUBDIR += mh SUBDIR += migemo SUBDIR += migemo-emacs20 SUBDIR += migemo-emacs21 SUBDIR += migemo-xemacs-devel-mule SUBDIR += migemo-xemacs21-mule SUBDIR += mikachan-ttfonts SUBDIR += mimekit SUBDIR += ming SUBDIR += monafonts SUBDIR += mozilla-jlp SUBDIR += mozilla-jlp-devel SUBDIR += mplusfonts SUBDIR += msdosfs SUBDIR += mtools SUBDIR += muggy SUBDIR += mule-canna SUBDIR += mule-canna+freewnn SUBDIR += mule-canna+freewnn+sj3 SUBDIR += mule-canna+sj3 SUBDIR += mule-canna+sj3+wnn6 SUBDIR += mule-canna+sj3+wnn7 SUBDIR += mule-canna+wnn6 SUBDIR += mule-canna+wnn7 SUBDIR += mule-freewnn SUBDIR += mule-freewnn+sj3 SUBDIR += mule-sj3 SUBDIR += mule-sj3+wnn6 SUBDIR += mule-sj3+wnn7 SUBDIR += mule-wnn6 SUBDIR += mule-wnn7 SUBDIR += mutt SUBDIR += mutt-devel SUBDIR += mypaedia-fpw SUBDIR += mypaedia-fpw-package SUBDIR += namazu SUBDIR += namazu2 SUBDIR += navi2ch-emacs20 SUBDIR += navi2ch-emacs21 SUBDIR += navi2ch-xemacs21-mule SUBDIR += ndtpd SUBDIR += ne SUBDIR += nethack32 SUBDIR += nethack34 SUBDIR += netscape48-communicator SUBDIR += netscape48-navigator SUBDIR += netscape7 SUBDIR += netype SUBDIR += netypesv SUBDIR += newosaka SUBDIR += ng SUBDIR += ng-canna SUBDIR += ng-devel SUBDIR += ngraph-fonts SUBDIR += nkf SUBDIR += nvi-euc-jp SUBDIR += nvi-iso-2022-jp SUBDIR += nvi-sjis SUBDIR += okphone SUBDIR += oleo SUBDIR += onew-canna SUBDIR += onew-canna+freewnn SUBDIR += onew-canna+wnn6 SUBDIR += onew-canna+wnn7 SUBDIR += onew-freewnn SUBDIR += onew-wnn6 SUBDIR += onew-wnn7 SUBDIR += openoffice SUBDIR += openoffice-devel SUBDIR += otojiro-fpw SUBDIR += p5-Date-Japanese-Era SUBDIR += p5-Jcode SUBDIR += p5-MeCab SUBDIR += p5-PDFJ SUBDIR += p5-Text-ChaSen SUBDIR += p5-Text-Kakasi SUBDIR += p5-jcode.pl SUBDIR += p5-manual SUBDIR += p5-mkres SUBDIR += p5-nkf SUBDIR += paledit SUBDIR += pejv-fpw SUBDIR += perl5 SUBDIR += pgp.language SUBDIR += php_doc SUBDIR += phpgroupware SUBDIR += plain2 SUBDIR += plan SUBDIR += platex209-euc SUBDIR += platex209-jis SUBDIR += platex209-sjis SUBDIR += postgresql SUBDIR += postgresql-man SUBDIR += postgresql-tcltk SUBDIR += ppxp SUBDIR += prn SUBDIR += ptex SUBDIR += ptex-base SUBDIR += ptex-pkfonts118 SUBDIR += ptex-pkfonts240 SUBDIR += ptex-pkfonts300 SUBDIR += ptex-pkfonts360 SUBDIR += ptex-pkfonts400 SUBDIR += ptex-pkfonts600 SUBDIR += py-kanjilib SUBDIR += pycodec SUBDIR += qkc SUBDIR += qt23 SUBDIR += rbnamazu SUBDIR += recjis SUBDIR += roget-fpw SUBDIR += rogue_s SUBDIR += rskkserv SUBDIR += ruby-chasen SUBDIR += ruby-eb SUBDIR += ruby-gyokuro SUBDIR += ruby-kakasi SUBDIR += ruby-man SUBDIR += ruby-mecab SUBDIR += ruby-refe SUBDIR += ruby-romkan SUBDIR += ruby-slang SUBDIR += ruby-tcltklib SUBDIR += ruby-tk SUBDIR += ruby-uconv SUBDIR += ruby-usersguide SUBDIR += rxvt SUBDIR += ryaku-fpw SUBDIR += samba SUBDIR += sdic SUBDIR += sed SUBDIR += seizedesktop SUBDIR += shinonome SUBDIR += sj3 SUBDIR += skk-jisyo SUBDIR += skk-jisyo-cdb SUBDIR += skk-tools SUBDIR += skk10-elisp-emacs20 SUBDIR += skkinput SUBDIR += skkinput3 SUBDIR += skkserv SUBDIR += slirc SUBDIR += slrn SUBDIR += srd-fpw SUBDIR += srd-fpw-package SUBDIR += t2ps SUBDIR += tcl76 SUBDIR += tcl80 SUBDIR += tcsh-nls-asuka SUBDIR += tcsh-nls-ayanami SUBDIR += tcsh-nls-generic SUBDIR += tcsh-nls-koshiki SUBDIR += tcsh-nls-merril SUBDIR += tcsh-nls-miyakonjo SUBDIR += tcsh-nls-multi SUBDIR += tcsh-nls-rishu SUBDIR += tcsh-nls-roomi SUBDIR += tcsh-nls-ruri2 SUBDIR += tdiary SUBDIR += texinfo SUBDIR += tgif SUBDIR += tgif2tex SUBDIR += timidity++-slang SUBDIR += timidity++-tcltk SUBDIR += tk42 SUBDIR += tk80 SUBDIR += tkdesk SUBDIR += tkhonyaku SUBDIR += tkstep80 SUBDIR += today SUBDIR += truetypefonts SUBDIR += typist SUBDIR += vera-fpw SUBDIR += vflib SUBDIR += vftool SUBDIR += vfxdvi118 SUBDIR += vfxdvi240 SUBDIR += vfxdvi300 SUBDIR += vfxdvi360 SUBDIR += vfxdvi400 SUBDIR += vfxdvi600 SUBDIR += vje30 SUBDIR += vje30-trial SUBDIR += w3 SUBDIR += w3m SUBDIR += w3m-img SUBDIR += waeijiro-fpw SUBDIR += wdic-fpw SUBDIR += weather-emacs20 SUBDIR += web1913-fpw SUBDIR += webalizer SUBDIR += weblint97 SUBDIR += wnn7egg SUBDIR += wordnet-fpw SUBDIR += wwasw-fpw SUBDIR += xchat SUBDIR += xdvik-vflib SUBDIR += xdvik-vflib-pk118 SUBDIR += xdvik-vflib-pk240 SUBDIR += xdvik-vflib-pk300 SUBDIR += xdvik-vflib-pk360 SUBDIR += xdvik-vflib-pk400 SUBDIR += xdvik-vflib-pk600 SUBDIR += xdvik-vflib-pkall SUBDIR += xemacs-devel-canna SUBDIR += xemacs-devel-canna+freewnn SUBDIR += xemacs-devel-canna+wnn6 SUBDIR += xemacs-devel-freewnn SUBDIR += xemacs-devel-wnn6 SUBDIR += xemacs21-canna SUBDIR += xemacs21-canna+freewnn SUBDIR += xemacs21-canna+wnn6 SUBDIR += xemacs21-freewnn SUBDIR += xemacs21-wnn6 SUBDIR += xjman SUBDIR += xjman-3 SUBDIR += xjtext SUBDIR += xmsgsaver - SUBDIR += xnetmaj SUBDIR += xpdf SUBDIR += xshodo SUBDIR += xshodou SUBDIR += xtr SUBDIR += xv SUBDIR += xvi-euc SUBDIR += xvi-sjis SUBDIR += xyagamo SUBDIR += xyaku SUBDIR += yc.el SUBDIR += zangband SUBDIR += zipcodes .include Property changes on: head/japanese/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.494 \ No newline at end of property +1.495 \ No newline at end of property