diff options
author | anholt <anholt@FreeBSD.org> | 2002-09-19 14:37:28 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2002-09-19 14:37:28 +0800 |
commit | 4bb05d0cadf2e4d468cd961ea8a5a9f123f7cbff (patch) | |
tree | 2fd0e147152a7b17c8c0f23d85f3b66163a7581c /x11-servers/XFree86-4-Server/Makefile | |
parent | 798a439736b44f7812a46cb2db2ac690c8e190ae (diff) | |
download | freebsd-ports-gnome-4bb05d0cadf2e4d468cd961ea8a5a9f123f7cbff.tar.gz freebsd-ports-gnome-4bb05d0cadf2e4d468cd961ea8a5a9f123f7cbff.tar.zst freebsd-ports-gnome-4bb05d0cadf2e4d468cd961ea8a5a9f123f7cbff.zip |
Update XFree86 Servers ports to 4.2.1 + the second SHM security fix (for
XFree86-4-Servers, this fixes the case where the X Server is started by xdm).
Diffstat (limited to 'x11-servers/XFree86-4-Server/Makefile')
-rw-r--r-- | x11-servers/XFree86-4-Server/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-servers/XFree86-4-Server/Makefile b/x11-servers/XFree86-4-Server/Makefile index 10eb5a67b5e2..7a81fe31d4f1 100644 --- a/x11-servers/XFree86-4-Server/Makefile +++ b/x11-servers/XFree86-4-Server/Makefile @@ -7,17 +7,20 @@ PORTNAME= Server PORTVERSION= 4.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ ${MASTER_SITE_XFREE:S/source//g:S/$/:x421patch/} \ + ${MASTER_SITE_XFREE:S/source//g:S/$/:x421fixes/} \ ${MASTER_SITE_LOCAL:S/$/:local/} MASTER_SITE_SUBDIR= 4.2.0/:x \ ${PORTVERSION}/patches/:x421patch \ + ${PORTVERSION}/fixes/:x421fixes \ anholt/:local PKGNAMEPREFIX= XFree86- DISTFILES= X420src-1.tgz:x \ 4.2.0-4.2.1.diff.gz:x421patch \ + 4.2.1-mit-shm-security.patch:x421fixes \ Wraphelp.gz:local EXTRACT_ONLY= X420src-1.tgz @@ -206,6 +209,8 @@ post-extract:: pre-patch:: -@${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/4.2.0-4.2.1.diff.gz \ | ${PATCH} -d ${PATCH_WRKSRC} --forward --quiet -E -p1 --batch + -@${CAT} ${DISTDIR}/${DIST_SUBDIR}/4.2.1-mit-shm-security.patch \ + | ${PATCH} -d ${PATCH_WRKSRC} --forward --quiet -E -p1 --batch post-build: @${RM} -f ${PKGMESSAGE} |