summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-04-27 17:06:04 +0000
committerwiz <wiz@pkgsrc.org>2021-04-27 17:06:04 +0000
commit0ef9af4a336b8991107252e72bad9e457a31b7fb (patch)
tree3b0ac69cc28263935f66951aaa66e24b0b1dd9db /x11
parent0e41b8e51681d0860244851589a0b6c1fa4109ea (diff)
downloadpkgsrc-0ef9af4a336b8991107252e72bad9e457a31b7fb.tar.gz
renderproto9: remove
Compatibility package for native X from 2010. Nothing in pkgsrc references it. I think we can remove it now.
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile3
-rw-r--r--x11/renderproto9/DESCR2
-rw-r--r--x11/renderproto9/Makefile21
-rw-r--r--x11/renderproto9/PLIST5
-rw-r--r--x11/renderproto9/distinfo7
-rw-r--r--x11/renderproto9/patches/patch-aa25
6 files changed, 1 insertions, 62 deletions
diff --git a/x11/Makefile b/x11/Makefile
index df3ce54ac5b..ea31b5eaceb 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.930 2021/04/27 17:01:49 wiz Exp $
+# $NetBSD: Makefile,v 1.931 2021/04/27 17:06:04 wiz Exp $
#
COMMENT= Packages to support the X Window System
@@ -396,7 +396,6 @@ SUBDIR+= qwtplot3d-qt4
SUBDIR+= ratmen
SUBDIR+= redshift
SUBDIR+= rendercheck
-SUBDIR+= renderproto9
SUBDIR+= rep-gtk2
SUBDIR+= rgb
SUBDIR+= rofi
diff --git a/x11/renderproto9/DESCR b/x11/renderproto9/DESCR
deleted file mode 100644
index be3704388e2..00000000000
--- a/x11/renderproto9/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This provides the Render extension headers from modular X.org X11
-project, for use in non modular X11 installs.
diff --git a/x11/renderproto9/Makefile b/x11/renderproto9/Makefile
deleted file mode 100644
index df179b0f773..00000000000
--- a/x11/renderproto9/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:35:55 rillig Exp $
-#
-# This package is for use with native X11. Do not update to later versions.
-
-DISTNAME= renderproto-0.9.3
-PKGREVISION= 2
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://xorg.freedesktop.org/
-COMMENT= Render extension headers
-
-CONFLICTS+= renderext-[0-9]*
-
-GNU_CONFIGURE= yes
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/renderproto.pc.in
-USE_LANGUAGES= # none, not even C
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/x11/renderproto9/PLIST b/x11/renderproto9/PLIST
deleted file mode 100644
index f0b32492682..00000000000
--- a/x11/renderproto9/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2015/06/07 03:40:48 joerg Exp $
-include/X11/extensions/render.h
-include/X11/extensions/renderproto.h
-lib/pkgconfig/renderproto.pc
-share/doc/renderproto/renderproto.txt
diff --git a/x11/renderproto9/distinfo b/x11/renderproto9/distinfo
deleted file mode 100644
index 76dc3be3c57..00000000000
--- a/x11/renderproto9/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 03:28:53 agc Exp $
-
-SHA1 (renderproto-0.9.3.tar.bz2) = c3425e2a5ceecd160b09462c50a69848756e449e
-RMD160 (renderproto-0.9.3.tar.bz2) = 60326cd364e1de1c539f4b2433b25628050a6f11
-SHA512 (renderproto-0.9.3.tar.bz2) = de815df659b81f5f16c438e2c47ed3f69941d4e6c2b9d074fcd5f2e30ef296474c26705fb35641f5ebe5b67a250e96a45d61ab3a14ce642b94ba818706688329
-Size (renderproto-0.9.3.tar.bz2) = 54128 bytes
-SHA1 (patch-aa) = 56aeb04b428057079f203538e2e73c40e80c2b5c
diff --git a/x11/renderproto9/patches/patch-aa b/x11/renderproto9/patches/patch-aa
deleted file mode 100644
index 16905ae8c30..00000000000
--- a/x11/renderproto9/patches/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2010/12/15 09:29:34 abs Exp $
-
-Include X11/X.h, plus adjust RENDER_MINOR down to 9 so at least cairo does not
-assume it defines XLinearGradient
-
---- render.h.orig 2007-08-31 21:42:38.000000000 +0000
-+++ render.h
-@@ -26,6 +26,8 @@
- #ifndef _RENDER_H_
- #define _RENDER_H_
-
-+#include <X11/X.h>
-+
- typedef XID Glyph;
- typedef XID GlyphSet;
- typedef XID Picture;
-@@ -33,7 +35,7 @@ typedef XID PictFormat;
-
- #define RENDER_NAME "RENDER"
- #define RENDER_MAJOR 0
--#define RENDER_MINOR 10
-+#define RENDER_MINOR 9
-
- #define X_RenderQueryVersion 0
- #define X_RenderQueryPictFormats 1