summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-11-24 21:43:39 +0000
committerwiz <wiz@pkgsrc.org>2019-11-24 21:43:39 +0000
commit810cec3b9be7a47fc5ecf10536108d3ead4f9069 (patch)
treefcaad3ffcbee4798c1db4853913d0c13240105c1 /x11
parenta21caf8087a97ef17d73dc04077a913ed7c94915 (diff)
downloadpkgsrc-810cec3b9be7a47fc5ecf10536108d3ead4f9069.tar.gz
modular-xorg-server*: Remove libXxf86misc inclusion
It is not actually used. Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r--x11/modular-xorg-server/Makefile4
-rw-r--r--x11/modular-xorg-server/Makefile.common3
-rw-r--r--x11/modular-xorg-xephyr/Makefile4
-rw-r--r--x11/modular-xorg-xquartz/Makefile5
-rw-r--r--x11/modular-xorg-xwayland/Makefile3
5 files changed, 9 insertions, 10 deletions
diff --git a/x11/modular-xorg-server/Makefile b/x11/modular-xorg-server/Makefile
index 7305b977191..b8e9de5b984 100644
--- a/x11/modular-xorg-server/Makefile
+++ b/x11/modular-xorg-server/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.120 2019/08/22 19:52:29 nia Exp $
+# $NetBSD: Makefile,v 1.121 2019/11/24 21:43:39 wiz Exp $
DISTNAME= xorg-server-${XORG_VERSION}
PKGNAME= modular-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Modular X11 server from modular X.org
diff --git a/x11/modular-xorg-server/Makefile.common b/x11/modular-xorg-server/Makefile.common
index da7305373fe..eac928e6055 100644
--- a/x11/modular-xorg-server/Makefile.common
+++ b/x11/modular-xorg-server/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2019/11/15 09:18:17 wiz Exp $
+# $NetBSD: Makefile.common,v 1.30 2019/11/24 21:43:39 wiz Exp $
# used by x11/modular-xorg-server/Makefile
# used by x11/modular-xorg-xephyr/Makefile
# used by x11/modular-xorg-xwayland/Makefile
@@ -138,7 +138,6 @@ BUILDLINK_API_DEPENDS.libXext+= libXext>=1.1.1
.include "../../x11/libXfixes/buildlink3.mk"
.include "../../x11/libXfont2/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
-.include "../../x11/libXxf86misc/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libxkbfile/buildlink3.mk"
diff --git a/x11/modular-xorg-xephyr/Makefile b/x11/modular-xorg-xephyr/Makefile
index 150b1de2a8b..141d081111b 100644
--- a/x11/modular-xorg-xephyr/Makefile
+++ b/x11/modular-xorg-xephyr/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2019/08/22 19:52:29 nia Exp $
+# $NetBSD: Makefile,v 1.16 2019/11/24 21:43:39 wiz Exp $
DISTNAME= xorg-server-${XORG_VERSION}
PKGNAME= modular-xorg-xephyr-${XORG_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
DISTINFO_FILE= ${.CURDIR}/../../x11/modular-xorg-server/distinfo
PATCHDIR= ${.CURDIR}/../../x11/modular-xorg-server/patches
diff --git a/x11/modular-xorg-xquartz/Makefile b/x11/modular-xorg-xquartz/Makefile
index b745f20bf52..8023bb7d816 100644
--- a/x11/modular-xorg-xquartz/Makefile
+++ b/x11/modular-xorg-xquartz/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2019/11/15 09:18:17 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2019/11/24 21:43:40 wiz Exp $
DISTNAME= xorg-server-1.17.2
PKGNAME= ${DISTNAME:S/xorg-server/modular-xorg-xquartz/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= https://www.x.org/releases/individual/xserver/
EXTRACT_SUFX= .tar.bz2
@@ -103,7 +103,6 @@ MESSAGE_SUBST+= PREFIX=${PREFIX}
.include "../../x11/libXfixes/buildlink3.mk"
.include "../../x11/libXfont/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
-.include "../../x11/libXxf86misc/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libxkbfile/buildlink3.mk"
diff --git a/x11/modular-xorg-xwayland/Makefile b/x11/modular-xorg-xwayland/Makefile
index b568664f62b..900cf7148c7 100644
--- a/x11/modular-xorg-xwayland/Makefile
+++ b/x11/modular-xorg-xwayland/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/22 19:52:29 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/24 21:43:40 wiz Exp $
DISTNAME= xorg-server-${XORG_VERSION}
PKGNAME= modular-xorg-xwayland-${XORG_VERSION}
+PKGREVISION= 1
DISTINFO_FILE= ${.CURDIR}/../../x11/modular-xorg-server/distinfo
PATCHDIR= ${.CURDIR}/../../x11/modular-xorg-server/patches