From 33f38761fd695e48a9b6fb46407686837ce4f265 Mon Sep 17 00:00:00 2001 From: sada Date: Sat, 2 Jan 1999 19:11:13 +0000 Subject: Update to 1.1 PR: ports/9242 Submitted by: Taguchi Takeshi --- x11-servers/XttXF86srv-8514/Makefile | 6 +- x11-servers/XttXF86srv-AGX/Makefile | 6 +- x11-servers/XttXF86srv-I128/Makefile | 6 +- x11-servers/XttXF86srv-Mach32/Makefile | 6 +- x11-servers/XttXF86srv-Mach64/Makefile | 6 +- x11-servers/XttXF86srv-Mach8/Makefile | 6 +- x11-servers/XttXF86srv-Mono/Makefile | 6 +- x11-servers/XttXF86srv-P9000/Makefile | 6 +- x11-servers/XttXF86srv-S3/Makefile | 6 +- x11-servers/XttXF86srv-S3V/Makefile | 6 +- x11-servers/XttXF86srv-SVGA/Makefile | 6 +- x11-servers/XttXF86srv-VGA16/Makefile | 6 +- x11-servers/XttXF86srv-W32/Makefile | 6 +- x11-servers/XttXF86srv-common/Makefile | 203 +++++++++++---------- x11-servers/XttXF86srv-common/distinfo | 13 +- x11-servers/XttXF86srv-common/files/Imakefile | 20 +- x11-servers/XttXF86srv-common/files/host.def.ALL | 1 + .../XttXF86srv-common/files/host.def.XF86_8514 | 1 + .../XttXF86srv-common/files/host.def.XF86_AGX | 1 + .../XttXF86srv-common/files/host.def.XF86_I128 | 1 + .../XttXF86srv-common/files/host.def.XF86_Mach32 | 1 + .../XttXF86srv-common/files/host.def.XF86_Mach64 | 1 + .../XttXF86srv-common/files/host.def.XF86_Mach8 | 1 + .../XttXF86srv-common/files/host.def.XF86_Mono | 1 + .../XttXF86srv-common/files/host.def.XF86_P9000 | 1 + .../XttXF86srv-common/files/host.def.XF86_S3 | 1 + .../XttXF86srv-common/files/host.def.XF86_S3V | 1 + .../XttXF86srv-common/files/host.def.XF86_SVGA | 1 + .../XttXF86srv-common/files/host.def.XF86_VGA16 | 1 + .../XttXF86srv-common/files/host.def.XF86_W32 | 1 + .../XttXF86srv-common/files/host.def.common | 21 +++ x11-servers/XttXF86srv-common/pkg-descr | 14 +- x11-servers/XttXF86srv-common/pkg-plist | 25 ++- x11-servers/XttXF86srv-xfs/Makefile | 6 +- x11-servers/XttXF98srv-EGC/Makefile | 6 +- x11-servers/XttXF98srv-GA968/Makefile | 6 +- x11-servers/XttXF98srv-GANBWAP/Makefile | 6 +- x11-servers/XttXF98srv-MGA/Makefile | 6 +- x11-servers/XttXF98srv-NEC480/Makefile | 6 +- x11-servers/XttXF98srv-NECS3/Makefile | 6 +- x11-servers/XttXF98srv-NKVNEC/Makefile | 6 +- x11-servers/XttXF98srv-PWLB/Makefile | 6 +- x11-servers/XttXF98srv-PWSKB/Makefile | 6 +- x11-servers/XttXF98srv-SVGA/Makefile | 6 +- x11-servers/XttXF98srv-TGUI/Makefile | 6 +- x11-servers/XttXF98srv-WABEP/Makefile | 6 +- x11-servers/XttXF98srv-WABS/Makefile | 6 +- x11-servers/XttXF98srv-WSNA/Makefile | 6 +- 48 files changed, 250 insertions(+), 228 deletions(-) create mode 100644 x11-servers/XttXF86srv-common/files/host.def.common diff --git a/x11-servers/XttXF86srv-8514/Makefile b/x11-servers/XttXF86srv-8514/Makefile index 100a287d1ec..835c80c102a 100644 --- a/x11-servers/XttXF86srv-8514/Makefile +++ b/x11-servers/XttXF86srv-8514/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Xserver for I8514 with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 15 April 1998 # Whom: Taguchi Takeshi # -# $Id: Makefile,v 1.3 1998/10/10 04:21:58 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/01 03:06:39 asami Exp $ # DISTNAME= xc -PKGNAME= xtt-8514-1.0 +PKGNAME= xtt-8514-1.1 CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp diff --git a/x11-servers/XttXF86srv-AGX/Makefile b/x11-servers/XttXF86srv-AGX/Makefile index fa59cf0eb22..85fcc9c4492 100644 --- a/x11-servers/XttXF86srv-AGX/Makefile +++ b/x11-servers/XttXF86srv-AGX/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Xserver for AGX with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 15 April 1998 # Whom: Taguchi Takeshi # -# $Id: Makefile,v 1.3 1998/10/10 04:22:03 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/01 03:06:40 asami Exp $ # DISTNAME= xc -PKGNAME= xtt-AGX-1.0 +PKGNAME= xtt-AGX-1.1 CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp diff --git a/x11-servers/XttXF86srv-I128/Makefile b/x11-servers/XttXF86srv-I128/Makefile index f0cb57fb3da..81ea2a67e2c 100644 --- a/x11-servers/XttXF86srv-I128/Makefile +++ b/x11-servers/XttXF86srv-I128/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Xserver for I128 with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 15 April 1998 # Whom: Taguchi Takeshi # -# $Id: Makefile,v 1.3 1998/10/10 04:22:03 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/01 03:06:40 asami Exp $ # DISTNAME= xc -PKGNAME= xtt-I128-1.0 +PKGNAME= xtt-I128-1.1 CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp diff --git a/x11-servers/XttXF86srv-Mach32/Makefile b/x11-servers/XttXF86srv-Mach32/Makefile index 065b9a9b48e..bc26de9c0a2 100644 --- a/x11-servers/XttXF86srv-Mach32/Makefile +++ b/x11-servers/XttXF86srv-Mach32/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Xserver for Mach32 with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 15 April 1998 # Whom: Taguchi Takeshi # -# $Id: Makefile,v 1.3 1998/10/10 04:22:04 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/01 03:06:41 asami Exp $ # DISTNAME= xc -PKGNAME= xtt-Mach32-1.0 +PKGNAME= xtt-Mach32-1.1 CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp diff --git a/x11-servers/XttXF86srv-Mach64/Makefile b/x11-servers/XttXF86srv-Mach64/Makefile index 70ec4d0b799..4166fbffe7b 100644 --- a/x11-servers/XttXF86srv-Mach64/Makefile +++ b/x11-servers/XttXF86srv-Mach64/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Xserver for Mach64 with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 15 April 1998 # Whom: Taguchi Takeshi # -# $Id: Makefile,v 1.3 1998/10/10 04:22:05 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/01 03:06:41 asami Exp $ # DISTNAME= xc -PKGNAME= xtt-Mach64-1.0 +PKGNAME= xtt-Mach64-1.1 CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp diff --git a/x11-servers/XttXF86srv-Mach8/Makefile b/x11-servers/XttXF86srv-Mach8/Makefile index b5824ad9f15..e593115b13e 100644 --- a/x11-servers/XttXF86srv-Mach8/Makefile +++ b/x11-servers/XttXF86srv-Mach8/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Xserver for Mach8 with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 15 April 1998 # Whom: Taguchi Takeshi # -# $Id: Makefile,v 1.3 1998/10/10 04:22:05 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/01 03:06:42 asami Exp $ # DISTNAME= xc -PKGNAME= xtt-Mach8-1.0 +PKGNAME= xtt-Mach8-1.1 CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp diff --git a/x11-servers/XttXF86srv-Mono/Makefile b/x11-servers/XttXF86srv-Mono/Makefile index 9f79d7c7367..b0602008a41 100644 --- a/x11-servers/XttXF86srv-Mono/Makefile +++ b/x11-servers/XttXF86srv-Mono/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Xserver for Mono with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 15 April 1998 # Whom: Taguchi Takeshi # -# $Id: Makefile,v 1.3 1998/10/10 04:22:06 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/01 03:06:42 asami Exp $ # DISTNAME= xc -PKGNAME= xtt-Mono-1.0 +PKGNAME= xtt-Mono-1.1 CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp diff --git a/x11-servers/XttXF86srv-P9000/Makefile b/x11-servers/XttXF86srv-P9000/Makefile index d7b23900f48..2fcaa10e178 100644 --- a/x11-servers/XttXF86srv-P9000/Makefile +++ b/x11-servers/XttXF86srv-P9000/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Xserver for P9000 with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 15 April 1998 # Whom: Taguchi Takeshi # -# $Id: Makefile,v 1.3 1998/10/10 04:22:06 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/01 03:06:43 asami Exp $ # DISTNAME= xc -PKGNAME= xtt-P9000-1.0 +PKGNAME= xtt-P9000-1.1 CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp diff --git a/x11-servers/XttXF86srv-S3/Makefile b/x11-servers/XttXF86srv-S3/Makefile index 42c036bfa1f..2107b1dc918 100644 --- a/x11-servers/XttXF86srv-S3/Makefile +++ b/x11-servers/XttXF86srv-S3/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Xserver for S3 with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 15 April 1998 # Whom: Taguchi Takeshi # -# $Id: Makefile,v 1.3 1998/10/10 04:22:07 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/01 03:06:43 asami Exp $ # DISTNAME= xc -PKGNAME= xtt-S3-1.0 +PKGNAME= xtt-S3-1.1 CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp diff --git a/x11-servers/XttXF86srv-S3V/Makefile b/x11-servers/XttXF86srv-S3V/Makefile index c79c1f1cf9f..ffd9bfed041 100644 --- a/x11-servers/XttXF86srv-S3V/Makefile +++ b/x11-servers/XttXF86srv-S3V/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Xserver for S3V with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 15 April 1998 # Whom: Taguchi Takeshi # -# $Id: Makefile,v 1.3 1998/10/10 04:22:07 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/01 03:06:44 asami Exp $ # DISTNAME= xc -PKGNAME= xtt-S3V-1.0 +PKGNAME= xtt-S3V-1.1 CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp diff --git a/x11-servers/XttXF86srv-SVGA/Makefile b/x11-servers/XttXF86srv-SVGA/Makefile index a603d480284..d2fe691f7e6 100644 --- a/x11-servers/XttXF86srv-SVGA/Makefile +++ b/x11-servers/XttXF86srv-SVGA/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Xserver for SVGA with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 15 April 1998 # Whom: Taguchi Takeshi # -# $Id: Makefile,v 1.4 1998/12/01 03:06:45 asami Exp $ +# $Id: Makefile,v 1.5 1998/12/05 06:16:22 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-SVGA-1.0 +PKGNAME= xtt-SVGA-1.1 CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp diff --git a/x11-servers/XttXF86srv-VGA16/Makefile b/x11-servers/XttXF86srv-VGA16/Makefile index 335e2014b2b..a95817e69b6 100644 --- a/x11-servers/XttXF86srv-VGA16/Makefile +++ b/x11-servers/XttXF86srv-VGA16/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Xserver for VGA16 with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 15 April 1998 # Whom: Taguchi Takeshi # -# $Id: Makefile,v 1.3 1998/10/10 04:22:08 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/01 03:06:45 asami Exp $ # DISTNAME= xc -PKGNAME= xtt-VGA16-1.0 +PKGNAME= xtt-VGA16-1.1 CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp diff --git a/x11-servers/XttXF86srv-W32/Makefile b/x11-servers/XttXF86srv-W32/Makefile index 6b8c0eda60f..272abc069ee 100644 --- a/x11-servers/XttXF86srv-W32/Makefile +++ b/x11-servers/XttXF86srv-W32/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Xserver for W32 with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 15 April 1998 # Whom: Taguchi Takeshi # -# $Id: Makefile,v 1.3 1998/10/10 04:22:09 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/01 03:06:46 asami Exp $ # DISTNAME= xc -PKGNAME= xtt-W32-1.0 +PKGNAME= xtt-W32-1.1 CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp diff --git a/x11-servers/XttXF86srv-common/Makefile b/x11-servers/XttXF86srv-common/Makefile index c51f4322795..5abe9780e1e 100644 --- a/x11-servers/XttXF86srv-common/Makefile +++ b/x11-servers/XttXF86srv-common/Makefile @@ -1,30 +1,30 @@ # New ports collection makefile for: Common Files for Xservers with Xtt -# Version required: 1.0 +# Version required: 1.1 # Date created: 15 April 1998 # Whom: Taguchi Takeshi # -# $Id: Makefile,v 1.10 1998/12/05 06:12:16 kuriyama Exp $ +# $Id: Makefile,v 1.11 1998/12/12 21:03:36 jseger Exp $ # DISTNAME= xc -PKGNAME?= xtt-common-1.0 +PKGNAME?= xtt-common-1.1 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/3.3.2/source/ \ - ftp://xfree86.cdrom.com/pub/XFree86/3.3.2/source/ \ - http://hawk.ise.chuo-u.ac.jp/student/person/tshiozak/x-tt/dists/ \ +MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/3.3.3/source/ \ + ftp://xfree86.cdrom.com/pub/XFree86/3.3.3/source/ \ + http://hawk.ise.chuo-u.ac.jp/student/person/tshiozak/x-tt/dists/1.x/ \ ftp://www.tohoku.iij.ad.jp/xtt/ -DISTFILES= X332src-1.tgz xtt-1.0.tar.gz xttdoc10-to-pl00.diff.gz +DISTFILES= X333src-1.tgz xtt-1.1.tar.gz \ + xttdoc11-to-pl01.diff.gz -PATCH_SITES= ftp://ftp.xfree86.org/pub/XFree86/3.3.2/fixes/ \ - ftp://xfree86.cdrom.com/pub/XFree86/3.3.2/fixes/ \ - http://hawk.ise.chuo-u.ac.jp/student/person/tshiozak/x-tt/dists/ \ +PATCH_SITES= http://hawk.ise.chuo-u.ac.jp/student/person/tshiozak/x-tt/dists/1.x/ \ ftp://www.tohoku.iij.ad.jp/xtt/ -PATCHFILES= 3.3.2-patch1 3.3.2-patch2 3.3.2-patch3 \ - xtt10-to-pl00.diff.gz +PATCHFILES= xtt11-to-pl00.diff.gz xtt11pl00-to-pl01.diff.gz \ + xtt11pl01-to-pl02.diff.gz MAINTAINER= taguchi@tohoku.iij.ad.jp LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype +RUN_DEPENDS+= mkttfdir:${PORTSDIR}/print/perlftlib .if !defined(XDM_DES) && defined(USA_RESIDENT) .if ${USA_RESIDENT} == NO @@ -35,109 +35,84 @@ DISTFILES+= Wraphelp.c IGNOREFILES= Wraphelp.c .endif .endif -EXTRACT_ONLY= X332src-1.tgz xtt-1.0.tar.gz -# can't use USE_X_PREFIX here -PREFIX= ${X11BASE} -MTREE_FILE= /etc/mtree/BSD.x11.dist +USE_X_PREFIX= YES +EXTRACT_ONLY= X333src-1.tgz xtt-1.1.tar.gz +BINOWN= root +BINGRP= wheel +FILESDIR= ${.CURDIR}/../XttXF86srv-common/files +PATCHDIR= ${.CURDIR}/../XttXF86srv-common/patches +.if defined(SHARED_WRKSRC) && ${SHARED_WRKSRC} == YES WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../XttXF86srv-common/work +.endif WRKSRC= ${WRKDIR}/xc -XTTDIR= ${WRKDIR}/xtt-1.0 +DIST_SUBDIR= xc +XTTDIR= ${WRKDIR}/xtt-1.1 DOCDIR= ${PREFIX}/share/doc/Xtt -DIST_SUBDIR= xc -PATCH_DIST_STRIP= -p1 -ALL_SERVER= XF86_8514 XF86_AGX XF86_I128 XF86_Mach32 XF86_Mach64 \ - XF86_Mach8 XF86_Mono XF86_P9000 XF86_S3 XF86_S3V \ - XF86_SVGA XF86_VGA16 XF86_W32 -ALL_SERVER+= XF98_EGC XF98_GA968 XF98_GANBWAP XF98_MGA XF98_NEC480 \ - XF98_NECS3 XF98_NKVNEC XF98_PWLB XF98_PWSKB XF98_SVGA \ - XF98_TGUI XF98_WABEP XF98_WABS XF98_WSNA -HOSTDEFLOCAL= ${WRKDIR}/host.def.local -.if defined(SERVER) && (${SERVER} == xfs) -ALL_TARGET= xfs -HOSTDEFSRV= -HOSTDEFDST= ${WRKSRC}/config/cf/host.def.xfs -.else +SERVER?= common +PATCH_DIST_ARGS= -d ${WRKDIR} --forward --quiet -E ${PATCH_STRIP} +#PATCH_DIST_STRIP= -p1 + +.if (defined(SHARED_WRKSRC) && ${SHARED_WRKSRC} == YES) +.if ${SERVER} != xfs ALL_TARGET= World -.if (defined(THIS_SERVER_ONLY) && ${THIS_SERVER_ONLY} == YES) -HOSTDEFSRV= ${FILESDIR}/host.def.${SERVER} -.else +.if defined(COMPILE_ALL_SERVERS_AT_ONCE) && ${COMPILE_ALL_SERVERS_AT_ONCE} == YES +ALL_SERVER= XF86_3DLabs XF86_8514 XF86_AGX XF86_I128 XF86_Mach32 \ + XF86_Mach64 XF86_Mach8 XF86_Mono XF86_P9000 XF86_S3 XF86_S3V \ + XF86_SVGA XF86_VGA16 XF86_W32 \ + XF98_EGC XF98_GA968 XF98_GANBWAP XF98_MGA XF98_NEC480 \ + XF98_NECS3 XF98_NKVNEC XF98_SVGA XF98_TGUI XF98_PWLB XF98_PWSKB \ + XF98_WABEP XF98_WABS XF98_WSNA \ + common HOSTDEFSRV= ${FILESDIR}/host.def.ALL +.else +HOSTDEFSRV= ${FILESDIR}/host.def.${SERVER} .endif HOSTDEFDST= ${WRKSRC}/config/cf/host.def +.else +ALL_TARGET= xfs +ALL_SERVER= xfs common +HOSTDEFSRV= +HOSTDEFDST= ${WRKSRC}/config/cf/host.def.xfs .endif -BINOWN= root -BINGRP= wheel - -.if defined(SERVER) CONFIGURE_COOKIE= ${WRKDIR}/.configure_done.${SERVER} BUILD_COOKIE= ${WRKDIR}/.build_done.${SERVER} INSTALL_COOKIE= ${WRKDIR}/.install_done.${SERVER} PACKAGE_COOKIE= ${WRKDIR}/.package_done.${SERVER} TMPPLIST= ${WRKDIR}/.PLIST.${SERVER}.mktmp .else -PACKAGE_COOKIE= ${WRKDIR}/.package_done.common -TMPPLIST= ${WRKDIR}/.PLIST.common.mktmp +.if (${SERVER} == xfs) +ALL_TARGET= xfs +HOSTDEFSRV= +HOSTDEFDST= ${WRKSRC}/config/cf/host.def.xfs +.elif (${SERVER} == common) +ALL_TARGET= libfont +HOSTDEFSRV= ${FILESDIR}/host.def.${SERVER} +HOSTDEFDST= ${WRKSRC}/config/cf/host.def +.else +ALL_TARGET= World +HOSTDEFSRV= ${FILESDIR}/host.def.${SERVER} +HOSTDEFDST= ${WRKSRC}/config/cf/host.def .endif - -.if !defined(SERVER) && !exists(${WRKDIR}/.build_done) -BROKEN= This port is dummy. .endif +HOSTDEFLOCAL= ${WRKDIR}/host.def.local .include -.if defined(SERVER) -.if ${SERVER} != xfs -pre-fetch: - @( \ - ${ECHO_MSG} "*******" ; \ - ${ECHO_MSG} "NOTICE:" ; \ - ${ECHO_MSG} "*******" ; \ - ${ECHO_MSG} " If you want to build/install this ${SERVER} server only," ; \ - ${ECHO_MSG} "you should execute:" ; \ - ${ECHO_MSG} " # make THIS_SERVER_ONLY=YES" ; \ - ${ECHO_MSG} "If the THIS_SERVER_ONLY flag not be set, this port will" ; \ - ${ECHO_MSG} "build ALL Xtt-X servers, and install only ${SERVER}." ; \ - ${ECHO_MSG} "This means you will need more disk space and CPU times." ; \ - ${ECHO_MSG} "" ) -.endif -.endif - pre-patch: - @( ${PATCH} ${PATCH_DIST_ARGS} < ${XTTDIR}/xtt-1.0.diff; \ - ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/xttdoc10-to-pl00.diff.gz | \ - ${PATCH} -s -d ${XTTDIR} ) + @( cd ${WRKSRC}; ${PATCH} -p1 -t -s < ${XTTDIR}/xtt-1.1.diff ; \ + cd ${XTTDIR}; \ + ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/xttdoc11-to-pl01.diff.gz | \ + ${PATCH} -t -s ) pre-configure: @( \ ${CP} ${FILESDIR}/Imakefile ${WRKDIR} ; \ - (cd ${WRKDIR} ; ${XMKMF} ; ${SETENV} ${MAKE_ENV} DISTDIR=${DISTDIR} WRKDIR=${WRKDIR} FILESDIR=${FILESDIR} ${MAKE}) ; \ + (cd ${WRKDIR} ; ${XMKMF} ; \ + ${SETENV} ${MAKE_ENV} DISTDIR=${DISTDIR} WRKDIR=${WRKDIR} \ + FILESDIR=${FILESDIR} ${MAKE}) ; \ ${CAT} ${HOSTDEFLOCAL} ${HOSTDEFSRV} > ${HOSTDEFDST} ) -.if defined(SERVER) -.if (defined(THIS_SERVER_ONLY) && ${THIS_SERVER_ONLY} == YES) || ${SERVER} == xfs -post-configure: - @${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE} - -post-build: - @${TOUCH} ${TOUCH_FLAGS} ${BUILD_COOKIE} -.else -post-configure: - @ ( \ - cd ${WRKDIR} ; \ - for i in ${ALL_SERVER} ; do \ - ${TOUCH} ${TOUCH_FLAGS} `${BASENAME} ${CONFIGURE_COOKIE} .${SERVER}`.$${i} ; \ - done ) - -post-build: - @ ( \ - cd ${WRKDIR} ; \ - for i in ${ALL_SERVER} ; do \ - ${TOUCH} ${TOUCH_FLAGS} `${BASENAME} ${BUILD_COOKIE} .${SERVER}`.$${i} ; \ - done ) -.endif -.endif - -.if !defined(SERVER) +.if ${SERVER} == common do-install: @( \ cd ${WRKSRC}/lib/font; \ @@ -145,25 +120,59 @@ do-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib; \ ${INSTALL_SCRIPT} ${FILESDIR}/mkfontdir.pl ${PREFIX}/bin; \ ${MKDIR} ${DOCDIR}; \ - ${INSTALL_DATA} ${XTTDIR}/xtt10-*.eng ${DOCDIR}; \ - ${INSTALL_DATA} ${XTTDIR}/xtt10-*.jis ${DOCDIR} ) + ${INSTALL_DATA} ${XTTDIR}/[0A-Z]*.eng ${DOCDIR}; \ + ${INSTALL_DATA} ${XTTDIR}/[0A-Z]*.jis ${DOCDIR} ) .if ${PORTOBJFORMAT} == "aout" - ${LN} -sf libfont.so.1.0 ${PREFIX}/lib/libfont.so + ${LN} -sf libfont.so.1.1 ${PREFIX}/lib/libfont.so .endif -.elif defined(SERVER) && ${SERVER} == xfs +.elif ${SERVER} == xfs do-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${INSTALL_PROGRAM} ${WRKSRC}/programs/xfs/xfs ${PREFIX}/bin/xfs.xtt + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${INSTALL_PROGRAM} \ + ${WRKSRC}/programs/xfs/xfs ${PREFIX}/bin/xfs.xtt .else do-install: @( \ - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${INSTALL_PROGRAM} ${WRKSRC}/programs/Xserver/${SERVER} ${PREFIX}/bin/${SERVER}.xtt; \ + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${INSTALL_PROGRAM} \ + ${WRKSRC}/programs/Xserver/${SERVER} ${PREFIX}/bin/${SERVER}.xtt; \ ${LN} -fs ${PREFIX}/bin/${SERVER}.xtt ${PREFIX}/bin/X ) .endif +.if defined(SHARED_WRKSRC) && ${SHARED_WRKSRC} == YES +.if defined(COMPILE_ALL_SERVERS_AT_ONCE) && ${COMPILE_ALL_SERVERS_AT_ONCE} == YES +post-configure: + @( \ + cd ${WRKDIR} ; \ + for i in ${ALL_SERVER} ; do \ + ${TOUCH} ${TOUCH_FLAGS} `${BASENAME} ${CONFIGURE_COOKIE} .${SERVER}`.$${i} ; \ + done ) + +post-build: + @( \ + cd ${WRKDIR} ; \ + for i in ${ALL_SERVER} ; do \ + ${TOUCH} ${TOUCH_FLAGS} `${BASENAME} ${BUILD_COOKIE} .${SERVER}`.$${i} ; \ + done ) +.else +post-configure: + @( cd ${WRKDIR} ; \ + ${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE} ; \ + ${TOUCH} ${TOUCH_FLAGS} `${BASENAME} ${CONFIGURE_COOKIE} .${SERVER}`.common ) + +post-build: + @( cd ${WRKDIR} ; \ + ${TOUCH} ${TOUCH_FLAGS} ${BUILD_COOKIE} ; \ + ${TOUCH} ${TOUCH_FLAGS} `${BASENAME} ${BUILD_COOKIE} .${SERVER}`.common ) +.endif + post-install: - @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE} + @( \ + cd ${WRKDIR} ; \ + ${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE} ) post-package: - @${TOUCH} ${TOUCH_FLAGS} ${PACKAGE_COOKIE} + @( \ + cd ${WRKDIR} ; \ + ${TOUCH} ${TOUCH_FLAGS} ${PACKAGE_COOKIE} ) +.endif .include diff --git a/x11-servers/XttXF86srv-common/distinfo b/x11-servers/XttXF86srv-common/distinfo index ce85121d365..e56c712c892 100644 --- a/x11-servers/XttXF86srv-common/distinfo +++ b/x11-servers/XttXF86srv-common/distinfo @@ -1,8 +1,7 @@ -MD5 (xc/X332src-1.tgz) = 61c0340f91c883e214886fb81d1eefc3 -MD5 (xc/xtt-1.0.tar.gz) = a3c917f79b35d102079efceeb9b9ab0c -MD5 (xc/xttdoc10-to-pl00.diff.gz) = b848273897162314cc37124e78088a50 -MD5 (xc/3.3.2-patch1) = e5a66e732d62cf23007d6b939281028a -MD5 (xc/3.3.2-patch2) = ba4752cdab2f73e34020285043d51e14 -MD5 (xc/3.3.2-patch3) = 413331b5bce0490a335855a7d3f42995 -MD5 (xc/xtt10-to-pl00.diff.gz) = 6366d34ae4da163c68a6a3b1421edd98 +MD5 (xc/X333src-1.tgz) = 4c7518284e05d8858a95501d2013c985 +MD5 (xc/xtt-1.1.tar.gz) = 9a6df3f641ffccde0d65271ff60fa813 +MD5 (xc/xttdoc11-to-pl01.diff.gz) = 09911c05ba01a57b4518e2b1f94ef177 +MD5 (xc/xtt11-to-pl00.diff.gz) = 4e78449a5448b761051be8ba8eaca0a7 +MD5 (xc/xtt11pl00-to-pl01.diff.gz) = 13a411f6162b5a15418e8e8536c89a6d +MD5 (xc/xtt11pl01-to-pl02.diff.gz) = 914aa5605b75eb4f22351e9eb4439daa MD5 (xc/Wraphelp.c) = IGNORE diff --git a/x11-servers/XttXF86srv-common/files/Imakefile b/x11-servers/XttXF86srv-common/files/Imakefile index c364eeb7320..3558636b0aa 100644 --- a/x11-servers/XttXF86srv-common/files/Imakefile +++ b/x11-servers/XttXF86srv-common/files/Imakefile @@ -25,11 +25,8 @@ HASSECURERPC= YES #if HasXdmAuth HASXDMAUTH= YES #endif -#if HasKrb4 -HASKRB4= YES -#endif -all:: SecureRPCCheck XdmAuthCheck Krb4Check \ +all:: SecureRPCCheck XdmAuthCheck \ InputExtCheck pexCheck xieCheck \ ELFCheck @@ -54,6 +51,7 @@ initialize:: ${ECHO} "#undef XF86AGXServer" >> ${CONFFILE}; \ ${ECHO} "#undef XF86W32Server" >> ${CONFFILE}; \ ${ECHO} "#undef XF86I128Server" >> ${CONFFILE}; \ + ${ECHO} "#undef XF86GLINTServer" >> ${CONFFILE}; \ ${ECHO} "#undef XF98EGCServer" >> ${CONFFILE}; \ ${ECHO} "#undef XF98GA968Server" >> ${CONFFILE}; \ ${ECHO} "#undef XF98GANBWAPServer" >> ${CONFFILE}; \ @@ -151,17 +149,3 @@ XdmAuthCheck:: initialize .else @${DO_NADA} .endif - -Krb4Check:: initialize -.if defined(HASKRB4) && ${HASKRB4} == YES - @( \ - ${ECHO} "#define HasKrb4 ${HASKRB4}" >> ${CONFFILE} ; \ - ${ECHO_MSG} " Using KerberosIV." ; \ - ${ECHO_MSG} " Applying KerberosIV patches" ; \ - ${CP} ${FILESDIR}/krb4auth.c ${FILESDIR}/krb4auth.h ${WRKDIR}/xc/programs/xdm/; \ - patch -s -d ${WRKDIR}/xc -E -p0 < ${FILESDIR}/kerberos4.diffs ; \ - ) -.else - @${DO_NADA} -.endif - diff --git a/x11-servers/XttXF86srv-common/files/host.def.ALL b/x11-servers/XttXF86srv-common/files/host.def.ALL index 879560610b8..2cd88a31fa3 100644 --- a/x11-servers/XttXF86srv-common/files/host.def.ALL +++ b/x11-servers/XttXF86srv-common/files/host.def.ALL @@ -17,6 +17,7 @@ #define XF86AGXServer YES #define XF86W32Server YES #define XF86I128Server YES +#define XF86GLINTServer YES #define BuildPC98Servers YES diff --git a/x11-servers/XttXF86srv-common/files/host.def.XF86_8514 b/x11-servers/XttXF86srv-common/files/host.def.XF86_8514 index 57e584e0a5f..ad719ee082e 100644 --- a/x11-servers/XttXF86srv-common/files/host.def.XF86_8514 +++ b/x11-servers/XttXF86srv-common/files/host.def.XF86_8514 @@ -17,6 +17,7 @@ #define XF86AGXServer NO #define XF86W32Server NO #define XF86I128Server NO +#define XF86GLINTServer NO #undef BuildPC98Servers #define BuildPC98Servers NO diff --git a/x11-servers/XttXF86srv-common/files/host.def.XF86_AGX b/x11-servers/XttXF86srv-common/files/host.def.XF86_AGX index f5bc8c52049..f8652155f5b 100644 --- a/x11-servers/XttXF86srv-common/files/host.def.XF86_AGX +++ b/x11-servers/XttXF86srv-common/files/host.def.XF86_AGX @@ -17,6 +17,7 @@ #define XF86AGXServer YES #define XF86W32Server NO #define XF86I128Server NO +#define XF86GLINTServer NO #undef BuildPC98Servers #define BuildPC98Servers NO diff --git a/x11-servers/XttXF86srv-common/files/host.def.XF86_I128 b/x11-servers/XttXF86srv-common/files/host.def.XF86_I128 index eaae23b37b9..c8096836729 100644 --- a/x11-servers/XttXF86srv-common/files/host.def.XF86_I128 +++ b/x11-servers/XttXF86srv-common/files/host.def.XF86_I128 @@ -17,6 +17,7 @@ #define XF86AGXServer NO #define XF86W32Server NO #define XF86I128Server YES +#define XF86GLINTServer NO #undef BuildPC98Servers #define BuildPC98Servers NO diff --git a/x11-servers/XttXF86srv-common/files/host.def.XF86_Mach32 b/x11-servers/XttXF86srv-common/files/host.def.XF86_Mach32 index 4e6c7ba9c72..de3b8c40a26 100644 --- a/x11-servers/XttXF86srv-common/files/host.def.XF86_Mach32 +++ b/x11-servers/XttXF86srv-common/files/host.def.XF86_Mach32 @@ -17,6 +17,7 @@ #define XF86AGXServer NO #define XF86W32Server NO #define XF86I128Server NO +#define XF86GLINTServer NO #undef BuildPC98Servers #define BuildPC98Servers NO diff --git a/x11-servers/XttXF86srv-common/files/host.def.XF86_Mach64 b/x11-servers/XttXF86srv-common/files/host.def.XF86_Mach64 index 785ef121e97..2bd19753e85 100644 --- a/x11-servers/XttXF86srv-common/files/host.def.XF86_Mach64 +++ b/x11-servers/XttXF86srv-common/files/host.def.XF86_Mach64 @@ -17,6 +17,7 @@ #define XF86AGXServer NO #define XF86W32Server NO #define XF86I128Server NO +#define XF86GLINTServer NO #undef BuildPC98Servers #define BuildPC98Servers NO diff --git a/x11-servers/XttXF86srv-common/files/host.def.XF86_Mach8 b/x11-servers/XttXF86srv-common/files/host.def.XF86_Mach8 index 8702a6d408c..f0dc129c9a3 100644 --- a/x11-servers/XttXF86srv-common/files/host.def.XF86_Mach8 +++ b/x11-servers/XttXF86srv-common/files/host.def.XF86_Mach8 @@ -17,6 +17,7 @@ #define XF86AGXServer NO #define XF86W32Server NO #define XF86I128Server NO +#define XF86GLINTServer NO #undef BuildPC98Servers #define BuildPC98Servers NO diff --git a/x11-servers/XttXF86srv-common/files/host.def.XF86_Mono b/x11-servers/XttXF86srv-common/files/host.def.XF86_Mono index cbdb85cd21a..c2032fbb2b8 100644 --- a/x11-servers/XttXF86srv-common/files/host.def.XF86_Mono +++ b/x11-servers/XttXF86srv-common/files/host.def.XF86_Mono @@ -17,6 +17,7 @@ #define XF86AGXServer NO #define XF86W32Server NO #define XF86I128Server NO +#define XF86GLINTServer NO #undef BuildPC98Servers #define BuildPC98Servers NO diff --git a/x11-servers/XttXF86srv-common/files/host.def.XF86_P9000 b/x11-servers/XttXF86srv-common/files/host.def.XF86_P9000 index 8c3a2cc0556..0bde6641d1c 100644 --- a/x11-servers/XttXF86srv-common/files/host.def.XF86_P9000 +++ b/x11-servers/XttXF86srv-common/files/host.def.XF86_P9000 @@ -17,6 +17,7 @@ #define XF86AGXServer NO #define XF86W32Server NO #define XF86I128Server NO +#define XF86GLINTServer NO #undef BuildPC98Servers #define BuildPC98Servers NO diff --git a/x11-servers/XttXF86srv-common/files/host.def.XF86_S3 b/x11-servers/XttXF86srv-common/files/host.def.XF86_S3 index 1b8d66bc203..468429da787 100644 --- a/x11-servers/XttXF86srv-common/files/host.def.XF86_S3 +++ b/x11-servers/XttXF86srv-common/files/host.def.XF86_S3 @@ -17,6 +17,7 @@ #define XF86AGXServer NO #define XF86W32Server NO #define XF86I128Server NO +#define XF86GLINTServer NO #undef BuildPC98Servers #define BuildPC98Servers NO diff --git a/x11-servers/XttXF86srv-common/files/host.def.XF86_S3V b/x11-servers/XttXF86srv-common/files/host.def.XF86_S3V index 56091b190e4..bea887c2685 100644 --- a/x11-servers/XttXF86srv-common/files/host.def.XF86_S3V +++ b/x11-servers/XttXF86srv-common/files/host.def.XF86_S3V @@ -17,6 +17,7 @@ #define XF86AGXServer NO #define XF86W32Server NO #define XF86I128Server NO +#define XF86GLINTServer NO #undef BuildPC98Servers #define BuildPC98Servers NO diff --git a/x11-servers/XttXF86srv-common/files/host.def.XF86_SVGA b/x11-servers/XttXF86srv-common/files/host.def.XF86_SVGA index 8b381249a5e..a37b5fe1363 100644 --- a/x11-servers/XttXF86srv-common/files/host.def.XF86_SVGA +++ b/x11-servers/XttXF86srv-common/files/host.def.XF86_SVGA @@ -17,6 +17,7 @@ #define XF86AGXServer NO #define XF86W32Server NO #define XF86I128Server NO +#define XF86GLINTServer NO #undef BuildPC98Servers #define BuildPC98Servers NO diff --git a/x11-servers/XttXF86srv-common/files/host.def.XF86_VGA16 b/x11-servers/XttXF86srv-common/files/host.def.XF86_VGA16 index 73e85cbe1a6..ea7b42be7b7 100644 --- a/x11-servers/XttXF86srv-common/files/host.def.XF86_VGA16 +++ b/x11-servers/XttXF86srv-common/files/host.def.XF86_VGA16 @@ -17,6 +17,7 @@ #define XF86AGXServer NO #define XF86W32Server NO #define XF86I128Server NO +#define XF86GLINTServer NO #undef BuildPC98Servers #define BuildPC98Servers NO diff --git a/x11-servers/XttXF86srv-common/files/host.def.XF86_W32 b/x11-servers/XttXF86srv-common/files/host.def.XF86_W32 index 38656afa764..8170fb861e1 100644 --- a/x11-servers/XttXF86srv-common/files/host.def.XF86_W32 +++ b/x11-servers/XttXF86srv-common/files/host.def.XF86_W32 @@ -17,6 +17,7 @@ #define XF86AGXServer NO #define XF86W32Server YES #define XF86I128Server NO +#define XF86GLINTServer NO #undef BuildPC98Servers #define BuildPC98Servers NO diff --git a/x11-servers/XttXF86srv-common/files/host.def.common b/x11-servers/XttXF86srv-common/files/host.def.common new file mode 100644 index 00000000000..4dc84865a39 --- /dev/null +++ b/x11-servers/XttXF86srv-common/files/host.def.common @@ -0,0 +1,21 @@ +#define BuildServersOnly YES +#define BuildFontServer NO + +#define XF86SVGAServer NO +#define XF86VGA16Server NO +#define XF86VGA16DualServer NO +#define XF86MonoServer NO +#define XF86MonoDualServer NO +#define XF86S3Server NO +#define XF86S3VServer NO +#define XF86I8514Server NO +#define XF86Mach8Server NO +#define XF86Mach32Server NO +#define XF86Mach64Server NO +#define XF86P9000Server NO +#define XF86AGXServer NO +#define XF86W32Server NO +#define XF86I128Server NO + +#undef BuildPC98Servers +#define BuildPC98Servers NO diff --git a/x11-servers/XttXF86srv-common/pkg-descr b/x11-servers/XttXF86srv-common/pkg-descr index bdaafa29076..f01ae53931e 100644 --- a/x11-servers/XttXF86srv-common/pkg-descr +++ b/x11-servers/XttXF86srv-common/pkg-descr @@ -1,21 +1,17 @@ Common files for X True Type Servers. +This ports requires XFree86 3.3.3. I. INSTALL: - For compiling this ports, you will need about 112 - 140 MByte on your HDD. + For compiling this ports, you will need about 200 MByte on your HDD. II. CONFIGURATION - After installing this ports, following instructions are required. + After installing this ports, following instructions are required. 1. extract your True Type Font to FONTDIR. # mkdir /usr/X11R6/lib/X11/fonts/TrueType # cp *.ttf /usr/X11R6/lib/X11/fonts/TrueType/ -2. create your font.dir file. mkfontdir.pl is a utility script. - # cd /usr/X11R6/lib/X11/fonts/TrueType/ - # mkfontdir.pl > font.dir - Alternatively, Use mkttfdir.pl. It's cool. You can get it from - http://www.io.com/~kazushi/xtt/ - Also, you can edit your font.dir file manually. see documents for more - details. +2. create your font.dir file. mkttfdir.pl is a good utility script. + And now, this port depend on it. For more detail, see its documents. 3. set FontPath in your XF86Config add following line to your XF86Config FontPath "/usr/X11R6/lib/X11/fonts/TrueType" 4. restart your X server. diff --git a/x11-servers/XttXF86srv-common/pkg-plist b/x11-servers/XttXF86srv-common/pkg-plist index bab69d04b05..3fef4769ad1 100644 --- a/x11-servers/XttXF86srv-common/pkg-plist +++ b/x11-servers/XttXF86srv-common/pkg-plist @@ -1,16 +1,14 @@ bin/mkfontdir.pl -share/doc/Xtt/xtt10-announce.eng -share/doc/Xtt/xtt10-announce.jis -share/doc/Xtt/xtt10-example.eng -share/doc/Xtt/xtt10-example.jis -share/doc/Xtt/xtt10-install.eng -share/doc/Xtt/xtt10-install.jis -share/doc/Xtt/xtt10-miscnote.eng -share/doc/Xtt/xtt10-miscnote.jis -share/doc/Xtt/xtt10-readme.eng -share/doc/Xtt/xtt10-readme.jis -share/doc/Xtt/xtt10-changes.eng -share/doc/Xtt/xtt10-changes.jis +share/doc/Xtt/00README.eng +share/doc/Xtt/CHANGES.eng +share/doc/Xtt/EXAMPLES.eng +share/doc/Xtt/INSTALL.eng +share/doc/Xtt/MISCNOTES.eng +share/doc/Xtt/00README.jis +share/doc/Xtt/CHANGES.jis +share/doc/Xtt/EXAMPLES.jis +share/doc/Xtt/INSTALL.jis +share/doc/Xtt/MISCNOTES.jis include/X11/fonts/codeconv/ftcap.h include/X11/fonts/codeconv/ftcconv.h include/X11/fonts/codeconv/ftcconvC.h @@ -37,10 +35,11 @@ lib/modules/codeconv/JISX0212.so lib/modules/codeconv/KOI8.so lib/modules/codeconv/KSC5601.so lib/modules/codeconv/KSCJOHAB.so +lib/modules/codeconv/TCVN.so lib/modules/codeconv/VISCII.so lib/libfont.a lib/libfont.so -lib/libfont.so.1.0 +lib/libfont.so.1.1 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm share/doc/Xtt diff --git a/x11-servers/XttXF86srv-xfs/Makefile b/x11-servers/XttXF86srv-xfs/Makefile index 949dccf3432..b30d24f3445 100644 --- a/x11-servers/XttXF86srv-xfs/Makefile +++ b/x11-servers/XttXF86srv-xfs/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: X Font Server with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 15 April 1998 # Whom: Taguchi Takeshi # -# $Id: Makefile,v 1.3 1998/10/10 04:22:12 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/01 03:06:47 asami Exp $ # DISTNAME= xc -PKGNAME= xtt-xfs-1.0 +PKGNAME= xtt-xfs-1.1 CATEGORIES= x11 MAINTAINER= taguchi@tohoku.iij.ad.jp diff --git a/x11-servers/XttXF98srv-EGC/Makefile b/x11-servers/XttXF98srv-EGC/Makefile index ced1ff53669..c35ab180b27 100644 --- a/x11-servers/XttXF98srv-EGC/Makefile +++ b/x11-servers/XttXF98srv-EGC/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: X98server for EGC with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 25 October 1998 # Whom: NAKAJI Hiroyuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 06:12:38 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-98EGC-1.0 +PKGNAME= xtt-98EGC-1.1 CATEGORIES= x11 MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp diff --git a/x11-servers/XttXF98srv-GA968/Makefile b/x11-servers/XttXF98srv-GA968/Makefile index 9a71839e57b..41e1900a91b 100644 --- a/x11-servers/XttXF98srv-GA968/Makefile +++ b/x11-servers/XttXF98srv-GA968/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: X98server for GA968 with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 25 October 1998 # Whom: NAKAJI Hiroyuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 06:12:38 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-98GA968-1.0 +PKGNAME= xtt-98GA968-1.1 CATEGORIES= x11 MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp diff --git a/x11-servers/XttXF98srv-GANBWAP/Makefile b/x11-servers/XttXF98srv-GANBWAP/Makefile index b6de16485c9..4295c8f9af6 100644 --- a/x11-servers/XttXF98srv-GANBWAP/Makefile +++ b/x11-servers/XttXF98srv-GANBWAP/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: X98server for GANBWAP with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 25 October 1998 # Whom: NAKAJI Hiroyuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 06:12:38 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-98GANBWAP-1.0 +PKGNAME= xtt-98GANBWAP-1.1 CATEGORIES= x11 MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp diff --git a/x11-servers/XttXF98srv-MGA/Makefile b/x11-servers/XttXF98srv-MGA/Makefile index 086416c284d..02a30a9801a 100644 --- a/x11-servers/XttXF98srv-MGA/Makefile +++ b/x11-servers/XttXF98srv-MGA/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: X98server for MGA with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 25 October 1998 # Whom: NAKAJI Hiroyuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 06:12:38 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-98MGA-1.0 +PKGNAME= xtt-98MGA-1.1 CATEGORIES= x11 MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp diff --git a/x11-servers/XttXF98srv-NEC480/Makefile b/x11-servers/XttXF98srv-NEC480/Makefile index c36cfe59dbb..37bc9703a1a 100644 --- a/x11-servers/XttXF98srv-NEC480/Makefile +++ b/x11-servers/XttXF98srv-NEC480/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: X98server for NEC480 with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 25 October 1998 # Whom: NAKAJI Hiroyuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 06:12:38 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-98NEC480-1.0 +PKGNAME= xtt-98NEC480-1.1 CATEGORIES= x11 MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp diff --git a/x11-servers/XttXF98srv-NECS3/Makefile b/x11-servers/XttXF98srv-NECS3/Makefile index 59328f2f0e1..ce4a0abbe94 100644 --- a/x11-servers/XttXF98srv-NECS3/Makefile +++ b/x11-servers/XttXF98srv-NECS3/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: X98server for NECS3 with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 25 October 1998 # Whom: NAKAJI Hiroyuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 06:12:38 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-98NECS3-1.0 +PKGNAME= xtt-98NECS3-1.1 CATEGORIES= x11 MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp diff --git a/x11-servers/XttXF98srv-NKVNEC/Makefile b/x11-servers/XttXF98srv-NKVNEC/Makefile index 9ca202f4888..e773f6b369a 100644 --- a/x11-servers/XttXF98srv-NKVNEC/Makefile +++ b/x11-servers/XttXF98srv-NKVNEC/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: X98server for NKVNEC with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 25 October 1998 # Whom: NAKAJI Hiroyuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 06:12:38 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-98NKVNEC-1.0 +PKGNAME= xtt-98NKVNEC-1.1 CATEGORIES= x11 MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp diff --git a/x11-servers/XttXF98srv-PWLB/Makefile b/x11-servers/XttXF98srv-PWLB/Makefile index 62cde124781..de2ad0a5bce 100644 --- a/x11-servers/XttXF98srv-PWLB/Makefile +++ b/x11-servers/XttXF98srv-PWLB/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: X98server for PWLB with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 25 October 1998 # Whom: NAKAJI Hiroyuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 06:12:38 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-98PWLB-1.0 +PKGNAME= xtt-98PWLB-1.1 CATEGORIES= x11 MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp diff --git a/x11-servers/XttXF98srv-PWSKB/Makefile b/x11-servers/XttXF98srv-PWSKB/Makefile index 66eb5fdb333..35c6572582f 100644 --- a/x11-servers/XttXF98srv-PWSKB/Makefile +++ b/x11-servers/XttXF98srv-PWSKB/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: X98server for PWSKB with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 25 October 1998 # Whom: NAKAJI Hiroyuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 06:12:38 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-98PWSKB-1.0 +PKGNAME= xtt-98PWSKB-1.1 CATEGORIES= x11 MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp diff --git a/x11-servers/XttXF98srv-SVGA/Makefile b/x11-servers/XttXF98srv-SVGA/Makefile index b85137560b5..ec5cbd3d0ad 100644 --- a/x11-servers/XttXF98srv-SVGA/Makefile +++ b/x11-servers/XttXF98srv-SVGA/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: X98server for SVGA with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 25 October 1998 # Whom: NAKAJI Hiroyuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 06:12:38 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-98SVGA-1.0 +PKGNAME= xtt-98SVGA-1.1 CATEGORIES= x11 MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp diff --git a/x11-servers/XttXF98srv-TGUI/Makefile b/x11-servers/XttXF98srv-TGUI/Makefile index ed50f9039fb..ed019865a9c 100644 --- a/x11-servers/XttXF98srv-TGUI/Makefile +++ b/x11-servers/XttXF98srv-TGUI/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: X98server for TGUI with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 25 October 1998 # Whom: NAKAJI Hiroyuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 06:12:38 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-98TGUI-1.0 +PKGNAME= xtt-98TGUI-1.1 CATEGORIES= x11 MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp diff --git a/x11-servers/XttXF98srv-WABEP/Makefile b/x11-servers/XttXF98srv-WABEP/Makefile index e08c5fa29c2..9207962472a 100644 --- a/x11-servers/XttXF98srv-WABEP/Makefile +++ b/x11-servers/XttXF98srv-WABEP/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: X98server for WABEP with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 25 October 1998 # Whom: NAKAJI Hiroyuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 06:12:38 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-98WABEP-1.0 +PKGNAME= xtt-98WABEP-1.1 CATEGORIES= x11 MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp diff --git a/x11-servers/XttXF98srv-WABS/Makefile b/x11-servers/XttXF98srv-WABS/Makefile index 1d8a032d0fe..536ad1f59b5 100644 --- a/x11-servers/XttXF98srv-WABS/Makefile +++ b/x11-servers/XttXF98srv-WABS/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: X98server for WABS with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 25 October 1998 # Whom: NAKAJI Hiroyuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 06:12:38 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-98WABS-1.0 +PKGNAME= xtt-98WABS-1.1 CATEGORIES= x11 MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp diff --git a/x11-servers/XttXF98srv-WSNA/Makefile b/x11-servers/XttXF98srv-WSNA/Makefile index 00a267ebd24..1e4c0f96857 100644 --- a/x11-servers/XttXF98srv-WSNA/Makefile +++ b/x11-servers/XttXF98srv-WSNA/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: X98server for WSNA with X True Type -# Version required: 1.0 +# Version required: 1.1 # Date created: 25 October 1998 # Whom: NAKAJI Hiroyuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 06:12:38 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-98WSNA-1.0 +PKGNAME= xtt-98WSNA-1.1 CATEGORIES= x11 MAINTAINER= nakaji@zeisei.dpri.kyoto-u.ac.jp -- cgit