summaryrefslogtreecommitdiff
path: root/x11/Xfixes
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-01-14 17:44:01 +0000
committerwiz <wiz@pkgsrc.org>2021-01-14 17:44:01 +0000
commit27acca8ec04b8c1921c48273903c921c906040c8 (patch)
tree018a0c7a58b9bae6abe033a7d6ecdfc6c00369ec /x11/Xfixes
parent07182f21697dd04ba3f2f306e3bda6b48aa654c3 (diff)
downloadpkgsrc-27acca8ec04b8c1921c48273903c921c906040c8.tar.gz
Xfixes: remove, old version of libXfixes
Diffstat (limited to 'x11/Xfixes')
-rw-r--r--x11/Xfixes/DESCR7
-rw-r--r--x11/Xfixes/Makefile32
-rw-r--r--x11/Xfixes/PLIST4
-rw-r--r--x11/Xfixes/buildlink3.mk18
-rw-r--r--x11/Xfixes/builtin.mk50
-rw-r--r--x11/Xfixes/distinfo6
6 files changed, 0 insertions, 117 deletions
diff --git a/x11/Xfixes/DESCR b/x11/Xfixes/DESCR
deleted file mode 100644
index 656480852e0..00000000000
--- a/x11/Xfixes/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-The X Fixes Extension provides workarounds for various limitations
-in the core protocol. The extension is designed to hold various
-vaguely related extension bits that change how the X server and
-clients interact with fundamental parts of the window system.
-
-This package is for use with older native X11 versions. The modular
-X.org version is in x11/libXfixes.
diff --git a/x11/Xfixes/Makefile b/x11/Xfixes/Makefile
deleted file mode 100644
index 36a78931ecb..00000000000
--- a/x11/Xfixes/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.33 2020/01/18 23:35:46 rillig Exp $
-
-DISTNAME= libXfixes-2.0.1
-PKGNAME= ${DISTNAME:S/libX/X/}
-PKGREVISION= 5
-CATEGORIES= x11 devel
-MASTER_SITES= https://xlibs.freedesktop.org/release/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://freedesktop.org/
-COMMENT= X Fixes extension of X RandR
-
-CONFLICTS+= libXfixes-[0-9]*
-
-USE_TOOLS+= pkg-config
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-
-PKGCONFIG_OVERRIDE+= xfixes.pc.in
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${X11_TYPE} != "native"
-PKG_FAIL_REASON+= "This package is for native X11 only; use libXfixes instead."
-.endif
-
-CFLAGS.Darwin+= -fno-common
-
-.include "../../x11/fixesproto4/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/x11/Xfixes/PLIST b/x11/Xfixes/PLIST
deleted file mode 100644
index 95f4cc134ff..00000000000
--- a/x11/Xfixes/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:57 jlam Exp $
-include/X11/extensions/Xfixes.h
-lib/libXfixes.la
-lib/pkgconfig/xfixes.pc
diff --git a/x11/Xfixes/buildlink3.mk b/x11/Xfixes/buildlink3.mk
deleted file mode 100644
index 19373319f1e..00000000000
--- a/x11/Xfixes/buildlink3.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.17 2010/12/08 00:42:16 abs Exp $
-
-.include "../../mk/bsd.fast.prefs.mk"
-
-BUILDLINK_TREE+= Xfixes
-
-.if !defined(XFIXES_BUILDLINK3_MK)
-XFIXES_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.Xfixes+= Xfixes>=2.0.0
-BUILDLINK_ABI_DEPENDS.Xfixes+= Xfixes>=2.0.1nb2
-BUILDLINK_PKGSRCDIR.Xfixes?= ../../x11/Xfixes
-
-.include "../../mk/x11.buildlink3.mk"
-.include "../../x11/fixesproto4/buildlink3.mk"
-.endif # XFIXES_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -Xfixes
diff --git a/x11/Xfixes/builtin.mk b/x11/Xfixes/builtin.mk
deleted file mode 100644
index 644e13c4bf4..00000000000
--- a/x11/Xfixes/builtin.mk
+++ /dev/null
@@ -1,50 +0,0 @@
-# $NetBSD: builtin.mk,v 1.13 2019/11/03 09:14:06 rillig Exp $
-
-BUILTIN_PKG:= Xfixes
-
-BUILTIN_FIND_FILES_VAR:= H_XFIXES
-BUILTIN_FIND_FILES.H_XFIXES= ${X11BASE}/include/X11/extensions/Xfixes.h
-
-.include "../../mk/buildlink3/bsd.builtin.mk"
-
-###
-### Determine if there is a built-in implementation of the package and
-### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
-###
-.if !defined(IS_BUILTIN.Xfixes)
-. if empty(H_XFIXES:M__nonexistent__)
-IS_BUILTIN.Xfixes= yes
-. else
-IS_BUILTIN.Xfixes= no
-. endif
-.endif
-MAKEVARS+= IS_BUILTIN.Xfixes
-
-###
-### Determine whether we should use the built-in implementation if it
-### exists, and set USE_BUILTIN.<pkg> appropriate ("yes" or "no").
-###
-.if !defined(USE_BUILTIN.Xfixes)
-. if ${PREFER.Xfixes} == "pkgsrc"
-USE_BUILTIN.Xfixes= no
-. else
-USE_BUILTIN.Xfixes= ${IS_BUILTIN.Xfixes}
-. if defined(BUILTIN_PKG.Xfixes) && \
- !empty(IS_BUILTIN.Xfixes:M[yY][eE][sS])
-USE_BUILTIN.Xfixes= yes
-. for _dep_ in ${BUILDLINK_API_DEPENDS.Xfixes}
-. if !empty(USE_BUILTIN.Xfixes:M[yY][eE][sS])
-USE_BUILTIN.Xfixes!= \
- if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.Xfixes:Q}; then \
- ${ECHO} yes; \
- else \
- ${ECHO} no; \
- fi
-. endif
-. endfor
-. endif
-. endif # PREFER.Xfixes
-.endif
-MAKEVARS+= USE_BUILTIN.Xfixes
-
-.include "../../mk/x11.builtin.mk"
diff --git a/x11/Xfixes/distinfo b/x11/Xfixes/distinfo
deleted file mode 100644
index 7f9093a58fa..00000000000
--- a/x11/Xfixes/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 03:28:25 agc Exp $
-
-SHA1 (libXfixes-2.0.1.tar.bz2) = a484b9721b6f61df5245c7e34ef1370c3d91357f
-RMD160 (libXfixes-2.0.1.tar.bz2) = 9ee4fabc388a92eed251091b1d559cb846e2f5ba
-SHA512 (libXfixes-2.0.1.tar.bz2) = a0d8db10fd08488c981fcb2631d2766f21201607cb3374ec255e5da0f90afeb89fdd16ca11a6004d99f7b52f036fc06eccf1943f811d583b914b5ea671543ca2
-Size (libXfixes-2.0.1.tar.bz2) = 186336 bytes