summaryrefslogtreecommitdiff
path: root/x11/Xfixes
diff options
context:
space:
mode:
Diffstat (limited to 'x11/Xfixes')
-rw-r--r--x11/Xfixes/DESCR1
-rw-r--r--x11/Xfixes/Makefile32
-rw-r--r--x11/Xfixes/PLIST4
-rw-r--r--x11/Xfixes/buildlink3.mk31
-rw-r--r--x11/Xfixes/builtin.mk49
-rw-r--r--x11/Xfixes/distinfo5
6 files changed, 0 insertions, 122 deletions
diff --git a/x11/Xfixes/DESCR b/x11/Xfixes/DESCR
deleted file mode 100644
index 25c40663c97..00000000000
--- a/x11/Xfixes/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Xfixes extension of X RandR
diff --git a/x11/Xfixes/Makefile b/x11/Xfixes/Makefile
deleted file mode 100644
index 256828d46e6..00000000000
--- a/x11/Xfixes/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2007/02/22 19:27:25 wiz Exp $
-#
-
-DISTNAME= libXfixes-2.0.1
-PKGNAME= ${DISTNAME:S/libX/X/}
-PKGREVISION= 4
-CATEGORIES= x11 devel
-MASTER_SITES= http://xlibs.freedesktop.org/release/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://freedesktop.org/
-COMMENT= X Fixes extension of X RandR
-
-CONFLICTS+= libXfixes-[0-9]*
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-USE_TOOLS+= pkg-config
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-
-PKGCONFIG_OVERRIDE+= xfixes.pc.in
-
-.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} == "Darwin")
-CFLAGS+= -fno-common
-.endif
-
-.include "../../x11/fixesproto/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 999eb3df729..00000000000
--- a/x11/Xfixes/buildlink3.mk
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.13 2006/12/12 21:52:37 joerg Exp $
-
-.include "../../mk/bsd.fast.prefs.mk"
-
-.if ${X11_TYPE} == "xorg"
-.include "../../mk/x11.buildlink3.mk"
-.else
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-XFIXES_BUILDLINK3_MK:= ${XFIXES_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= Xfixes
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NXfixes}
-BUILDLINK_PACKAGES+= Xfixes
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}Xfixes
-
-.if !empty(XFIXES_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.Xfixes+= Xfixes>=2.0.0
-BUILDLINK_ABI_DEPENDS.Xfixes+= Xfixes>=2.0.1nb2
-BUILDLINK_PKGSRCDIR.Xfixes?= ../../x11/Xfixes
-.endif # XFIXES_BUILDLINK3_MK
-
-.include "../../mk/x11.buildlink3.mk"
-.include "../../x11/fixesproto/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
-
-.endif
diff --git a/x11/Xfixes/builtin.mk b/x11/Xfixes/builtin.mk
deleted file mode 100644
index 506d4a6b937..00000000000
--- a/x11/Xfixes/builtin.mk
+++ /dev/null
@@ -1,49 +0,0 @@
-# $NetBSD: builtin.mk,v 1.10 2006/04/06 06:22:56 reed 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)
-IS_BUILTIN.Xfixes= no
-. if empty(H_XFIXES:M__nonexistent__)
-BUILTIN_IMAKE_CHECK:= Xfixes:BuildXfixesLibrary
-. include "../../mk/buildlink3/imake-check.mk"
-IS_BUILTIN.Xfixes= ${BUILTIN_IMAKE_CHECK.Xfixes}
-. 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
diff --git a/x11/Xfixes/distinfo b/x11/Xfixes/distinfo
deleted file mode 100644
index bdfff10ea60..00000000000
--- a/x11/Xfixes/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 17:36:09 wiz Exp $
-
-SHA1 (libXfixes-2.0.1.tar.bz2) = a484b9721b6f61df5245c7e34ef1370c3d91357f
-RMD160 (libXfixes-2.0.1.tar.bz2) = 9ee4fabc388a92eed251091b1d559cb846e2f5ba
-Size (libXfixes-2.0.1.tar.bz2) = 186336 bytes