pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/fixesext Remove package.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3eda2eca1ee0
branches:  trunk
changeset: 514303:3eda2eca1ee0
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Jun 10 16:36:45 2006 +0000

description:
Remove package.

This was replaced by fixesproto in April.

diffstat:

 x11/fixesext/DESCR            |   7 -----
 x11/fixesext/Makefile         |  24 ------------------
 x11/fixesext/PLIST            |   6 ----
 x11/fixesext/buildlink3.mk    |  20 ---------------
 x11/fixesext/builtin.mk       |  56 -------------------------------------------
 x11/fixesext/distinfo         |   6 ----
 x11/fixesext/patches/patch-aa |  16 ------------
 7 files changed, 0 insertions(+), 135 deletions(-)

diffs (163 lines):

diff -r 931d5102fdbe -r 3eda2eca1ee0 x11/fixesext/DESCR
--- a/x11/fixesext/DESCR        Sat Jun 10 16:34:27 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 931d5102fdbe -r 3eda2eca1ee0 x11/fixesext/Makefile
--- a/x11/fixesext/Makefile     Sat Jun 10 16:34:27 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 931d5102fdbe -r 3eda2eca1ee0 x11/fixesext/PLIST
--- a/x11/fixesext/PLIST        Sat Jun 10 16:34:27 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 931d5102fdbe -r 3eda2eca1ee0 x11/fixesext/buildlink3.mk
--- a/x11/fixesext/buildlink3.mk        Sat Jun 10 16:34:27 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 931d5102fdbe -r 3eda2eca1ee0 x11/fixesext/builtin.mk
--- a/x11/fixesext/builtin.mk   Sat Jun 10 16:34:27 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 931d5102fdbe -r 3eda2eca1ee0 x11/fixesext/distinfo
--- a/x11/fixesext/distinfo     Sat Jun 10 16:34:27 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 931d5102fdbe -r 3eda2eca1ee0 x11/fixesext/patches/patch-aa
--- a/x11/fixesext/patches/patch-aa     Sat Jun 10 16:34:27 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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
- 
- 



Home | Main Index | Thread Index | Old Index