diff options
author | anholt <anholt@FreeBSD.org> | 2002-08-02 02:57:26 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2002-08-02 02:57:26 +0000 |
commit | 238800182b0596eaaa43ccaf4c2704738716e829 (patch) | |
tree | 832121fa5e9aa6be2b02e9c74fd647d95ebc1b5c /x11/XFree86-4-libraries | |
parent | d287fa67317f645c00b0e4c61c3f208ee82dfa35 (diff) | |
download | FreeBSD-ports-238800182b0596eaaa43ccaf4c2704738716e829.zip FreeBSD-ports-238800182b0596eaaa43ccaf4c2704738716e829.tar.gz |
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)
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 15 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/distinfo | 2 |
2 files changed, 8 insertions, 9 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 838d911..ff379a4 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -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; \ diff --git a/x11/XFree86-4-libraries/distinfo b/x11/XFree86-4-libraries/distinfo index 08db7c3..6876f69 100644 --- a/x11/XFree86-4-libraries/distinfo +++ b/x11/XFree86-4-libraries/distinfo @@ -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 |