diff options
author | reed <reed@pkgsrc.org> | 2006-06-10 16:36:45 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-06-10 16:36:45 +0000 |
commit | b2336a17411cc7448b7f2164ac717d6957cbe3e4 (patch) | |
tree | ae2b1cba19f7ab1889e45b05233d9885f0a08052 /x11 | |
parent | 517824ca145719cceca5a01a0ed548055f83ce82 (diff) | |
download | pkgsrc-b2336a17411cc7448b7f2164ac717d6957cbe3e4.tar.gz |
Remove package.
This was replaced by fixesproto in April.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fixesext/DESCR | 7 | ||||
-rw-r--r-- | x11/fixesext/Makefile | 24 | ||||
-rw-r--r-- | x11/fixesext/PLIST | 6 | ||||
-rw-r--r-- | x11/fixesext/buildlink3.mk | 20 | ||||
-rw-r--r-- | x11/fixesext/builtin.mk | 56 | ||||
-rw-r--r-- | x11/fixesext/distinfo | 6 | ||||
-rw-r--r-- | x11/fixesext/patches/patch-aa | 16 |
7 files changed, 0 insertions, 135 deletions
diff --git a/x11/fixesext/DESCR b/x11/fixesext/DESCR deleted file mode 100644 index 811e0a7b4af..00000000000 --- a/x11/fixesext/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -The XFIXES Extension is designed to provide the minimal server-side -support necessary to eliminate problems caused by workarounds needed -by X applications due to various shortcomings in the core X window -system. - -This is part of the freedesktop.org X Libraries and Protocol Headers -Project. diff --git a/x11/fixesext/Makefile b/x11/fixesext/Makefile deleted file mode 100644 index 864ea404a5c..00000000000 --- a/x11/fixesext/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.16 2006/03/31 23:29:28 reed Exp $ -# - -DISTNAME= fixesext-2.0.1 -PKGREVISION= 2 -CATEGORIES= x11 devel -MASTER_SITES= http://xlibs.freedesktop.org/release/ -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.freedesktop.org/Software/FixesExt -COMMENT= X Fixes extension headers and specification - -CONFLICTS+= fixesproto-[0-9]* - -PKG_INSTALLATION_TYPES= overwrite pkgviews - -USE_TOOLS+= pkg-config -GNU_CONFIGURE= yes - -PKGCONFIG_OVERRIDE+= fixesext.pc.in - -.include "../../mk/x11.buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/x11/fixesext/PLIST b/x11/fixesext/PLIST deleted file mode 100644 index 80bf2d07c44..00000000000 --- a/x11/fixesext/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/16 08:39:24 recht Exp $ -include/X11/extensions/xfixesproto.h -include/X11/extensions/xfixeswire.h -lib/pkgconfig/fixesext.pc -share/doc/fixesext/protocol -@dirrm share/doc/fixesext diff --git a/x11/fixesext/buildlink3.mk b/x11/fixesext/buildlink3.mk deleted file mode 100644 index 1fa43a51e81..00000000000 --- a/x11/fixesext/buildlink3.mk +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.6 2006/04/18 19:35:25 reed Exp $ - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ -FIXESEXT_BUILDLINK3_MK:= ${FIXESEXT_BUILDLINK3_MK}+ - -.if !empty(BUILDLINK_DEPTH:M+) -BUILDLINK_DEPENDS+= fixesext -.endif - -BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nfixesext} -BUILDLINK_PACKAGES+= fixesext - -.if !empty(FIXESEXT_BUILDLINK3_MK:M+) -BUILDLINK_API_DEPENDS.fixesext+= fixesext>=2.0 -BUILDLINK_ABI_DEPENDS.fixesext?= fixesext>=2.0.1nb1 -BUILDLINK_PKGSRCDIR.fixesext?= ../../x11/fixesext -BUILDLINK_DEPMETHOD.fixesext?= build -.endif # FIXESEXT_BUILDLINK3_MK - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/x11/fixesext/builtin.mk b/x11/fixesext/builtin.mk deleted file mode 100644 index 2b38671405d..00000000000 --- a/x11/fixesext/builtin.mk +++ /dev/null @@ -1,56 +0,0 @@ -# $NetBSD: builtin.mk,v 1.6 2006/04/06 06:22:57 reed Exp $ - -BUILTIN_PKG:= fixesext - -BUILTIN_FIND_FILES_VAR:= H_XFIXESPROTO H_XFIXESWIRE -BUILTIN_FIND_FILES.H_XFIXESPROTO= \ - ${X11BASE}/include/X11/extensions/xfixesproto.h -BUILTIN_FIND_FILES.H_XFIXESWIRE= \ - ${X11BASE}/include/X11/extensions/xfixeswire.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.fixesext) -IS_BUILTIN.fixesext= no -# -# Here, we skip checking whether the files are under ${LOCALBASE} since -# we'll consider this X11 package to be built-in even if it's a part -# of one of the pkgsrc-installed X11 distributions. -# -. if empty(H_XFIXESPROTO:M__nonexistent__) && \ - empty(H_XFIXESWIRE:M__nonexistent__) -IS_BUILTIN.fixesext= yes -. endif -.endif -MAKEVARS+= IS_BUILTIN.fixesext - -### -### 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.fixesext) -. if ${PREFER.fixesext} == "pkgsrc" -USE_BUILTIN.fixesext= no -. else -USE_BUILTIN.fixesext= ${IS_BUILTIN.fixesext} -. if defined(BUILTIN_PKG.fixesext) && \ - !empty(IS_BUILTIN.fixesext:M[yY][eE][sS]) -USE_BUILTIN.fixesext= yes -. for _dep_ in ${BUILDLINK_API_DEPENDS.fixesext} -. if !empty(USE_BUILTIN.fixesext:M[yY][eE][sS]) -USE_BUILTIN.fixesext!= \ - if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.fixesext:Q}; then \ - ${ECHO} yes; \ - else \ - ${ECHO} no; \ - fi -. endif -. endfor -. endif -. endif # PREFER.fixesext -.endif -MAKEVARS+= USE_BUILTIN.fixesext diff --git a/x11/fixesext/distinfo b/x11/fixesext/distinfo deleted file mode 100644 index f914836482b..00000000000 --- a/x11/fixesext/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 17:36:10 wiz Exp $ - -SHA1 (fixesext-2.0.1.tar.bz2) = 0a7b2cb8e9a8ad470eb83d9851ddd644b9e03f65 -RMD160 (fixesext-2.0.1.tar.bz2) = f13ca9f778ceda86eeab7cbda44afe446c17f8c9 -Size (fixesext-2.0.1.tar.bz2) = 44335 bytes -SHA1 (patch-aa) = 7b5dd43fde24f16bd50570b2387801cf143912a7 diff --git a/x11/fixesext/patches/patch-aa b/x11/fixesext/patches/patch-aa deleted file mode 100644 index 32046f6c938..00000000000 --- a/x11/fixesext/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/12/16 08:39:24 recht Exp $ - ---- configure.orig 2003-12-04 17:04:52.000000000 +0100 -+++ configure -@@ -1724,9 +1724,8 @@ echo "${ECHO_T}$XEXTENSIONS_LIBS" >&6 - if test $succeeded = yes; then - : - else -- { { echo "$as_me:$LINENO: error: Library requirements (xextensions) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5 --echo "$as_me: error: Library requirements (xextensions) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;} -- { (exit 1); exit 1; }; } -+ XEXTENSIONS_CFLAGS="$CFLAGS" -+ XEXTENSIONS_LIBS="$LDFLAGS" - fi - - |