Index: x11/XFree86-4-clients/Makefile =================================================================== RCS file: /home/ncvs/ports/x11/XFree86-4-clients/Makefile,v retrieving revision 1.99 diff -u -r1.99 Makefile --- x11/XFree86-4-clients/Makefile 18 Jul 2002 20:29:46 -0000 1.99 +++ x11/XFree86-4-clients/Makefile 1 Aug 2002 20:53:27 -0000 @@ -9,16 +9,15 @@ PORTVERSION= 4.2.0 PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XFREE} \ - ftp://psych.psy.uq.oz.au/pub/X11R5/:wrap \ - ftp://ftp.internat.freebsd.org/pub/FreeBSD/X11-Crypto/:wrap \ - ftp://ftp3.za.freebsd.org/pub/FreeBSD/X11-Crypto/:wrap -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= ${PORTVERSION}/:x \ + anholt/:local PKGNAMEPREFIX= XFree86- -DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz \ - X${PORTVERSION:S/.//g}src-2.tgz Wraphelp.c:wrap +DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz:x \ + X${PORTVERSION:S/.//g}src-2.tgz:x \ + Wraphelp.gz:local EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz -IGNOREFILES= Wraphelp.c MAINTAINER= anholt@freebsd.org @@ -61,7 +60,8 @@ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ ${DISTDIR}/${DIST_SUBDIR}/X${PORTVERSION:S/.//g}src-2.tgz \ | ${TAR} -xf - xc/fonts/util ) - ${CP} ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.c ${WRKSRC}/lib/Xdmcp/ + ${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.gz > \ + ${WRKSRC}/lib/Xdmcp/Wraphelp.c post-patch: cd ${WRKSRC}/nls; \ Index: x11/XFree86-4-clients/distinfo =================================================================== RCS file: /home/ncvs/ports/x11/XFree86-4-clients/distinfo,v retrieving revision 1.29 diff -u -r1.29 distinfo --- x11/XFree86-4-clients/distinfo 16 Mar 2002 23:40:16 -0000 1.29 +++ x11/XFree86-4-clients/distinfo 1 Aug 2002 20:59:43 -0000 @@ -1,3 +1,3 @@ MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f MD5 (xc/X420src-2.tgz) = dae33268a9f2735b9678a81fb23e8d3e -MD5 (xc/Wraphelp.c) = IGNORE +MD5 (xc/Wraphelp.gz) = 7ee30e397359e8d64ab23f29aa551659 Index: x11/XFree86-4-libraries/Makefile =================================================================== RCS file: /home/ncvs/ports/x11/XFree86-4-libraries/Makefile,v retrieving revision 1.107 diff -u -r1.107 Makefile --- x11/XFree86-4-libraries/Makefile 18 Jul 2002 20:29:53 -0000 1.107 +++ x11/XFree86-4-libraries/Makefile 1 Aug 2002 20:47:39 -0000 @@ -9,15 +9,13 @@ PORTVERSION= 4.2.0 PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XFREE} \ - ftp://psych.psy.uq.oz.au/pub/X11R5/:wrap \ - ftp://ftp.internat.FreeBSD.org/pub/FreeBSD/X11-Crypto/:wrap \ - ftp://ftp3.za.FreeBSD.org/pub/FreeBSD/X11-Crypto/:wrap -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= ${PORTVERSION}/:x \ + anholt/:local PKGNAMEPREFIX= XFree86- +DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz:x Wraphelp.gz:local EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz -DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz Wraphelp.c:wrap -IGNOREFILES= Wraphelp.c PATCH_SITES= ${MASTER_SITE_XFREE:S/source//g} PATCH_SITE_SUBDIR= ${PORTVERSION}/fixes @@ -87,7 +85,8 @@ .endif post-extract: - ${CP} ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.c ${WRKSRC}/lib/Xdmcp/ + ${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.gz > \ + ${WRKSRC}/lib/Xdmcp/Wraphelp.c post-patch: cd ${WRKSRC}/nls; \ Index: x11/XFree86-4-libraries/distinfo =================================================================== RCS file: /home/ncvs/ports/x11/XFree86-4-libraries/distinfo,v retrieving revision 1.31 diff -u -r1.31 distinfo --- x11/XFree86-4-libraries/distinfo 20 Mar 2002 00:33:47 -0000 1.31 +++ x11/XFree86-4-libraries/distinfo 1 Aug 2002 20:59:38 -0000 @@ -1,4 +1,4 @@ MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f +MD5 (xc/Wraphelp.gz) = 7ee30e397359e8d64ab23f29aa551659 MD5 (xc/4.2.0-xlib-i18n-module.patch) = 19a91692fdb4fa3d2797f57beebee34a MD5 (xc/4.2.0-libGLU-bad-extern.patch) = 2d5c738854c7cc0378ae457b09a029f4 -MD5 (xc/Wraphelp.c) = IGNORE Index: x11-fonts/XFree86-4-font100dpi/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-fonts/XFree86-4-font100dpi/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- x11-fonts/XFree86-4-font100dpi/Makefile 14 Jul 2002 20:26:14 -0000 1.8 +++ x11-fonts/XFree86-4-font100dpi/Makefile 1 Aug 2002 21:58:35 -0000 @@ -15,7 +15,7 @@ MAINTAINER= anholt@freebsd.org -BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +BUILD_DEPENDS= ucs2any.pl:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings XFREE86_VERSION= 4 Index: x11-fonts/XFree86-4-font75dpi/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-fonts/XFree86-4-font75dpi/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- x11-fonts/XFree86-4-font75dpi/Makefile 14 Jul 2002 20:26:16 -0000 1.7 +++ x11-fonts/XFree86-4-font75dpi/Makefile 1 Aug 2002 21:58:48 -0000 @@ -15,7 +15,7 @@ MAINTAINER= anholt@freebsd.org -BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +BUILD_DEPENDS= ucs2any.pl:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings XFREE86_VERSION= 4 Index: x11-fonts/XFree86-4-fontScalable/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-fonts/XFree86-4-fontScalable/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- x11-fonts/XFree86-4-fontScalable/Makefile 14 Jul 2002 20:26:21 -0000 1.7 +++ x11-fonts/XFree86-4-fontScalable/Makefile 1 Aug 2002 21:58:59 -0000 @@ -15,7 +15,7 @@ MAINTAINER= anholt@freebsd.org -BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +BUILD_DEPENDS= ucs2any.pl:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings XFREE86_VERSION= 4 Index: x11-servers/XFree86-4-FontServer/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-servers/XFree86-4-FontServer/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- x11-servers/XFree86-4-FontServer/Makefile 18 Jul 2002 20:29:59 -0000 1.13 +++ x11-servers/XFree86-4-FontServer/Makefile 1 Aug 2002 20:58:35 -0000 @@ -8,15 +8,13 @@ PORTNAME= FontServer PORTVERSION= 4.2.0 CATEGORIES= x11-servers x11-fonts -MASTER_SITES= ${MASTER_SITE_XFREE} \ - ftp://psych.psy.uq.oz.au/pub/X11R5/:wrap \ - ftp://ftp.internat.freebsd.org/pub/FreeBSD/X11-Crypto/:wrap \ - ftp://ftp3.za.freebsd.org/pub/FreeBSD/X11-Crypto/:wrap -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= ${PORTVERSION}/:x \ + anholt/:local PKGNAMEPREFIX= XFree86- -DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz Wraphelp.c:wrap +DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz:x Wraphelp.gz:local EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz -IGNOREFILES= Wraphelp.c MAINTAINER= anholt@freebsd.org @@ -31,7 +29,8 @@ MAN1= Xserver.1 xfs.1 post-extract: - ${CP} ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.c ${WRKSRC}/lib/Xdmcp/ + ${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.gz > \ + ${WRKSRC}/lib/Xdmcp/Wraphelp.c do-configure: cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure Index: x11-servers/XFree86-4-FontServer/distinfo =================================================================== RCS file: /home/ncvs/ports/x11-servers/XFree86-4-FontServer/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- x11-servers/XFree86-4-FontServer/distinfo 18 Jul 2002 20:29:59 -0000 1.6 +++ x11-servers/XFree86-4-FontServer/distinfo 1 Aug 2002 20:53:49 -0000 @@ -1,2 +1,2 @@ MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f -MD5 (xc/Wraphelp.c) = IGNORE +MD5 (xc/Wraphelp.gz) = 7ee30e397359e8d64ab23f29aa551659 Index: x11-servers/XFree86-4-NestServer/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-servers/XFree86-4-NestServer/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- x11-servers/XFree86-4-NestServer/Makefile 18 Jul 2002 20:30:04 -0000 1.14 +++ x11-servers/XFree86-4-NestServer/Makefile 1 Aug 2002 20:53:40 -0000 @@ -8,15 +8,13 @@ PORTNAME= NestServer PORTVERSION= 4.2.0 CATEGORIES= x11-servers -MASTER_SITES= ${MASTER_SITE_XFREE} \ - ftp://psych.psy.uq.oz.au/pub/X11R5/:wrap \ - ftp://ftp.internat.FreeBSD.org/pub/FreeBSD/X11-Crypto/:wrap \ - ftp://ftp3.za.freebsd.org/pub/FreeBSD/X11-Crypto/:wrap -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= ${PORTVERSION}/:x \ + anholt/:local PKGNAMEPREFIX= XFree86- -DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz Wraphelp.c:wrap +DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz:x Wraphelp.gz:local EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz -IGNOREFILES= Wraphelp.c MAINTAINER= anholt@freebsd.org @@ -32,7 +30,8 @@ MAN1= Xnest.1 Xserver.1 post-extract: - ${CP} ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.c ${WRKSRC}/lib/Xdmcp/ + ${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.gz > \ + ${WRKSRC}/lib/Xdmcp/Wraphelp.c do-configure: cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure Index: x11-servers/XFree86-4-NestServer/distinfo =================================================================== RCS file: /home/ncvs/ports/x11-servers/XFree86-4-NestServer/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- x11-servers/XFree86-4-NestServer/distinfo 16 Mar 2002 23:40:15 -0000 1.6 +++ x11-servers/XFree86-4-NestServer/distinfo 1 Aug 2002 20:53:54 -0000 @@ -1,2 +1,2 @@ MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f -MD5 (xc/Wraphelp.c) = IGNORE +MD5 (xc/Wraphelp.gz) = 7ee30e397359e8d64ab23f29aa551659 Index: x11-servers/XFree86-4-PrintServer/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-servers/XFree86-4-PrintServer/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- x11-servers/XFree86-4-PrintServer/Makefile 18 Jul 2002 20:30:11 -0000 1.14 +++ x11-servers/XFree86-4-PrintServer/Makefile 1 Aug 2002 20:53:37 -0000 @@ -8,15 +8,13 @@ PORTNAME= PrintServer PORTVERSION= 4.2.0 CATEGORIES= x11-servers -MASTER_SITES= ${MASTER_SITE_XFREE} \ - ftp://psych.psy.uq.oz.au/pub/X11R5/:wrap \ - ftp://ftp.internat.freebsd.org/pub/FreeBSD/X11-Crypto/:wrap \ - ftp://ftp3.za.freebsd.org/pub/FreeBSD/X11-Crypto/:wrap -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= ${PORTVERSION}/:x \ + anholt/:local PKGNAMEPREFIX= XFree86- -DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz Wraphelp.c:wrap +DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz:x Wraphelp.gz:local EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz -IGNOREFILES= Wraphelp.c MAINTAINER= anholt@freebsd.org @@ -30,7 +28,8 @@ INSTALL_TARGET= installXprt post-extract: - ${CP} ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.c ${WRKSRC}/lib/Xdmcp/ + ${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.gz > \ + ${WRKSRC}/lib/Xdmcp/Wraphelp.c do-configure: cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure Index: x11-servers/XFree86-4-PrintServer/distinfo =================================================================== RCS file: /home/ncvs/ports/x11-servers/XFree86-4-PrintServer/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- x11-servers/XFree86-4-PrintServer/distinfo 16 Mar 2002 23:40:15 -0000 1.6 +++ x11-servers/XFree86-4-PrintServer/distinfo 1 Aug 2002 20:53:58 -0000 @@ -1,2 +1,2 @@ MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f -MD5 (xc/Wraphelp.c) = IGNORE +MD5 (xc/Wraphelp.gz) = 7ee30e397359e8d64ab23f29aa551659 Index: x11-servers/XFree86-4-Server/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-servers/XFree86-4-Server/Makefile,v retrieving revision 1.114 diff -u -r1.114 Makefile --- x11-servers/XFree86-4-Server/Makefile 18 Jul 2002 20:30:15 -0000 1.114 +++ x11-servers/XFree86-4-Server/Makefile 1 Aug 2002 21:15:55 -0000 @@ -9,15 +9,13 @@ PORTVERSION= 4.2.0 PORTREVISION= 4 CATEGORIES= x11-servers -MASTER_SITES= ${MASTER_SITE_XFREE} \ - ftp://psych.psy.uq.oz.au/pub/X11R5/:wrap \ - ftp://ftp.internat.freebsd.org/pub/FreeBSD/X11-Crypto/:wrap \ - ftp://ftp3.za.freebsd.org/pub/FreeBSD/X11-Crypto/:wrap -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= ${PORTVERSION}/:x \ + anholt/:local PKGNAMEPREFIX= XFree86- -DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz Wraphelp.c:wrap +DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz:x Wraphelp.gz:local EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz -IGNOREFILES= Wraphelp.c MAINTAINER= anholt@freebsd.org @@ -90,8 +88,7 @@ .if ${ARCH} == i386 BuildXF86DRI= YES PLIST_SUB+= DRI="" -MASTER_SITES+= http://gladstone.uoregon.edu/~eanholt/dri/:glide -DISTFILES+= freebsd-glide3headers.tar.gz:glide +DISTFILES+= freebsd-glide3headers.tar.gz:local HasGlide3= YES post-extract:: @@ -193,7 +190,8 @@ .endif post-extract:: - ${CP} ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.c ${WRKSRC}/lib/Xdmcp/ + ${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.gz > \ + ${WRKSRC}/lib/Xdmcp/Wraphelp.c do-configure: cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure Index: x11-servers/XFree86-4-Server/distinfo =================================================================== RCS file: /home/ncvs/ports/x11-servers/XFree86-4-Server/distinfo,v retrieving revision 1.35 diff -u -r1.35 distinfo --- x11-servers/XFree86-4-Server/distinfo 2 Apr 2002 02:03:30 -0000 1.35 +++ x11-servers/XFree86-4-Server/distinfo 1 Aug 2002 20:57:17 -0000 @@ -1,4 +1,3 @@ MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f -MD5 (xc/mgadrivers-2.0-src.tgz) = 877db503967ae837c147953dbcd8ee6d -MD5 (xc/Wraphelp.c) = IGNORE +MD5 (xc/Wraphelp.gz) = 7ee30e397359e8d64ab23f29aa551659 MD5 (xc/freebsd-glide3headers.tar.gz) = 2bb614c909898a17c05e43e60cfb8e3b Index: x11-servers/XFree86-4-VirtualFramebufferServer/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- x11-servers/XFree86-4-VirtualFramebufferServer/Makefile 18 Jul 2002 20:30:20 -0000 1.15 +++ x11-servers/XFree86-4-VirtualFramebufferServer/Makefile 1 Aug 2002 20:53:34 -0000 @@ -9,15 +9,13 @@ PORTVERSION= 4.2.0 PORTREVISION= 1 CATEGORIES= x11-servers -MASTER_SITES= ${MASTER_SITE_XFREE} \ - ftp://psych.psy.uq.oz.au/pub/X11R5/:wrap \ - ftp://ftp.internat.freebsd.org/pub/FreeBSD/X11-Crypto/:wrap \ - ftp://ftp3.za.freebsd.org/pub/FreeBSD/X11-Crypto/:wrap -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= ${PORTVERSION}/:x \ + anholt/:local PKGNAMEPREFIX= XFree86- -DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz Wraphelp.c:wrap +DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz:x Wraphelp.gz:local EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz -IGNOREFILES= Wraphelp.c MAINTAINER= anholt@freebsd.org @@ -36,7 +34,8 @@ MAN1= Xserver.1 Xvfb.1 post-extract: - ${CP} ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.c ${WRKSRC}/lib/Xdmcp/ + ${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.gz > \ + ${WRKSRC}/lib/Xdmcp/Wraphelp.c do-configure: cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure Index: x11-servers/XFree86-4-VirtualFramebufferServer/distinfo =================================================================== RCS file: /home/ncvs/ports/x11-servers/XFree86-4-VirtualFramebufferServer/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- x11-servers/XFree86-4-VirtualFramebufferServer/distinfo 16 Mar 2002 23:40:16 -0000 1.6 +++ x11-servers/XFree86-4-VirtualFramebufferServer/distinfo 1 Aug 2002 20:54:03 -0000 @@ -1,2 +1,2 @@ MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f -MD5 (xc/Wraphelp.c) = IGNORE +MD5 (xc/Wraphelp.gz) = 7ee30e397359e8d64ab23f29aa551659