summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2002-08-02 02:57:26 +0000
committerEric Anholt <anholt@FreeBSD.org>2002-08-02 02:57:26 +0000
commit21aa2d1516a00e7e88478d974c9a01dc8e0db3d7 (patch)
treed148ee8e969d616394773ea0091c683813caea4c /x11/XFree86-4-libraries/Makefile
parentBump PORTREVISION. KDE is fragile enough in its dependencies; we don't (diff)
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)
Notes
Notes: svn path=/head/; revision=63862
Diffstat (limited to 'x11/XFree86-4-libraries/Makefile')
-rw-r--r--x11/XFree86-4-libraries/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile
index 838d911e67f6..ff379a4ab7bd 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; \