gzip Wraphelp.c and put it in local_distfiles, to help users having troubles
downloading it. Move freebsd-glide3headers there too. Update BUILD_DEPENDS for font ports to catch new requirements as of 4.2.0. PR: 40362, 40759 Approved by: des (mentor)
This commit is contained in:
parent
04f8520956
commit
21aa2d1516
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63862
19 changed files with 71 additions and 82 deletions
|
@ -15,7 +15,7 @@ DISTFILES= X${PORTVERSION:S/.//g}src-2.tgz
|
|||
|
||||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ DISTFILES= X${PORTVERSION:S/.//g}src-2.tgz
|
|||
|
||||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ DISTFILES= X${PORTVERSION:S/.//g}src-2.tgz
|
|||
|
||||
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
|
||||
|
|
|
@ -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 @@ INSTALL_TARGET= FreeBSDPortsInstall installXserver.man
|
|||
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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f
|
||||
MD5 (xc/Wraphelp.c) = IGNORE
|
||||
MD5 (xc/Wraphelp.gz) = 7ee30e397359e8d64ab23f29aa551659
|
||||
|
|
|
@ -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 @@ MANCOMPRESSED= yes
|
|||
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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f
|
||||
MD5 (xc/Wraphelp.c) = IGNORE
|
||||
MD5 (xc/Wraphelp.gz) = 7ee30e397359e8d64ab23f29aa551659
|
||||
|
|
|
@ -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 @@ ALL_TARGET= FreeBSDPortsBuild
|
|||
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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f
|
||||
MD5 (xc/Wraphelp.c) = IGNORE
|
||||
MD5 (xc/Wraphelp.gz) = 7ee30e397359e8d64ab23f29aa551659
|
||||
|
|
|
@ -9,15 +9,13 @@ PORTNAME= Server
|
|||
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 @@ ExtendedInputDevices?= DEFAULT
|
|||
.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 @@ PLIST_SUB+= MATROX="@comment "
|
|||
.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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,15 +9,13 @@ PORTNAME= Server
|
|||
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 @@ ExtendedInputDevices?= DEFAULT
|
|||
.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 @@ PLIST_SUB+= MATROX="@comment "
|
|||
.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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,15 +9,13 @@ PORTNAME= VirtualFramebufferServer
|
|||
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 @@ MAKE_ENV= MAN_INSTALL_TARGET=installXvfb.man
|
|||
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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f
|
||||
MD5 (xc/Wraphelp.c) = IGNORE
|
||||
MD5 (xc/Wraphelp.gz) = 7ee30e397359e8d64ab23f29aa551659
|
||||
|
|
|
@ -9,16 +9,15 @@ PORTNAME= clients
|
|||
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 @@ post-extract:
|
|||
${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; \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,15 +9,13 @@ PORTNAME= libraries
|
|||
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 @@ PLIST_SUB+= OSMESA:=""
|
|||
.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; \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue