pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/fixesext initial import of fixesext-2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19b77f08c857
branches:  trunk
changeset: 464838:19b77f08c857
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Dec 16 08:39:24 2003 +0000

description:
initial import of fixesext-2.0
based upon the pkgsrc-wip pkg by xtraeme@

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.

diffstat:

 x11/fixesext/DESCR            |   7 +++++++
 x11/fixesext/Makefile         |  20 ++++++++++++++++++++
 x11/fixesext/PLIST            |   6 ++++++
 x11/fixesext/buildlink2.mk    |  22 ++++++++++++++++++++++
 x11/fixesext/distinfo         |   5 +++++
 x11/fixesext/patches/patch-aa |  16 ++++++++++++++++
 6 files changed, 76 insertions(+), 0 deletions(-)

diffs (100 lines):

diff -r d292483f8ee5 -r 19b77f08c857 x11/fixesext/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/fixesext/DESCR        Tue Dec 16 08:39:24 2003 +0000
@@ -0,0 +1,7 @@
+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 d292483f8ee5 -r 19b77f08c857 x11/fixesext/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/fixesext/Makefile     Tue Dec 16 08:39:24 2003 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/16 08:39:24 recht Exp $
+#
+
+DISTNAME=              fixesext-2.0
+CATEGORIES=            x11 devel
+MASTER_SITES=          http://freedesktop.org/~xlibs/dist/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            xtraeme%NetBSD.org@localhost
+HOMEPAGE=              http://www.freedesktop.org/Software/xlibs
+COMMENT=               X Fixes extension headers and specification
+
+USE_X11=               yes
+USE_BUILDLINK2=                yes
+GNU_CONFIGURE=         yes
+
+PKGCONFIG_OVERRIDE+=    ${WRKSRC}/fixesext.pc.in
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d292483f8ee5 -r 19b77f08c857 x11/fixesext/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/fixesext/PLIST        Tue Dec 16 08:39:24 2003 +0000
@@ -0,0 +1,6 @@
+@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 d292483f8ee5 -r 19b77f08c857 x11/fixesext/buildlink2.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/fixesext/buildlink2.mk        Tue Dec 16 08:39:24 2003 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/16 08:39:24 recht Exp $
+#
+
+.if !defined(FIXESEXT_BUILDLINK2_MK)
+FIXESEXT_BUILDLINK2_MK=        # defined
+
+BUILDLINK_PACKAGES+=                   fixesext
+BUILDLINK_DEPENDS.fixesext?=           fixesext>=2.0
+BUILDLINK_PKGSRCDIR.fixesext?=         ../../x11/fixesext
+
+EVAL_PREFIX+=  BUILDLINK_PREFIX.fixesext=fixesext
+BUILDLINK_PREFIX.fixesext_DEFAULT=     ${LOCALBASE}
+BUILDLINK_FILES.fixesext+=     include/X11/extensions/xfixesproto.h
+BUILDLINK_FILES.fixesext+=     include/X11/extensions/xfixeswire.h
+
+USE_X11=       yes
+
+BUILDLINK_TARGETS+=    fixesext-buildlink
+
+fixesext-buildlink: _BUILDLINK_USE
+
+.endif # FIXESEXT_BUILDLINK2_MK
diff -r d292483f8ee5 -r 19b77f08c857 x11/fixesext/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/fixesext/distinfo     Tue Dec 16 08:39:24 2003 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/16 08:39:24 recht Exp $
+
+SHA1 (fixesext-2.0.tar.bz2) = 64d47b511ebc2d749263f27c6a9891389d3f8921
+Size (fixesext-2.0.tar.bz2) = 44323 bytes
+SHA1 (patch-aa) = 7b5dd43fde24f16bd50570b2387801cf143912a7
diff -r d292483f8ee5 -r 19b77f08c857 x11/fixesext/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/fixesext/patches/patch-aa     Tue Dec 16 08:39:24 2003 +0000
@@ -0,0 +1,16 @@
+$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