Author: pebender
Date: Thu Jul 2 14:23:38 2009
New Revision: 5096
Added:
trunk/gar-minimyth/script/xorg-7.4/libXt/files/libXt-1.0.6-cross.patch
Removed:
trunk/gar-minimyth/script/xorg-7.4/libXt/files/libXt-1.0.5-am_prog_cc_c_o.patch
trunk/gar-minimyth/script/xorg-7.4/libXt/files/libXt-1.0.5-cross.patch
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/xorg-7.4/libXt/Makefile
trunk/gar-minimyth/script/xorg-7.4/libXt/checksums
Log:
- Updated package xorg-7.4/libXt.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Thu Jul 2
14:23:38 2009
@@ -192,6 +192,7 @@
Updated xorg-7.4/dri2proto.
Updated xorg-7.4/inputproto.
Updated xorg-7.4/libX11.
+ Updated xorg-7.4/libXt.
Updated xorg-7.4/Mesa.
Updated xorg-7.4/pixman.
Updated xorg-7.4/util-macros.
Modified: trunk/gar-minimyth/script/xorg-7.4/libXt/Makefile
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.4/libXt/Makefile (original)
+++ trunk/gar-minimyth/script/xorg-7.4/libXt/Makefile Thu Jul 2 14:23:38
2009
@@ -1,9 +1,9 @@
GARNAME = libXt
-GARVERSION = 1.0.5
+GARVERSION = 1.0.6
CATEGORIES = $(CATEGORY)
MASTER_SITES = $(XORG_MASTER_SITES)
DISTFILES = $(DISTNAME).tar.bz2
-PATCHFILES = $(DISTNAME)-am_prog_cc_c_o.patch $(DISTNAME)-cross.patch
+PATCHFILES = $(DISTNAME)-cross.patch
LICENSE = $(GARNAME)
$(GARNAME)_LICENSE_TEXT = $(WORKSRC)/COPYING
Modified: trunk/gar-minimyth/script/xorg-7.4/libXt/checksums
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.4/libXt/checksums (original)
+++ trunk/gar-minimyth/script/xorg-7.4/libXt/checksums Thu Jul 2 14:23:38
2009
@@ -1,3 +1,2 @@
-f3bdd67785ace8cd0b23249e9d8c9975 download/libXt-1.0.5.tar.bz2
-c234d459a5d173b5402e724948f08024 download/libXt-1.0.5-am_prog_cc_c_o.patch
-8b4353dc634e665cb7010abea75528c8 download/libXt-1.0.5-cross.patch
+953930ddf9fdaa1405732c7f01e9e599 download/libXt-1.0.6.tar.bz2
+d9e232e7e2eeb5c997677aac3d696ad0 download/libXt-1.0.6-cross.patch
Added:
trunk/gar-minimyth/script/xorg-7.4/libXt/files/libXt-1.0.6-cross.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/xorg-7.4/libXt/files/libXt-1.0.6-cross.patch
Thu Jul 2 14:23:38 2009
@@ -0,0 +1,52 @@
+diff -Naur libXt-1.0.6-old/configure.ac libXt-1.0.6-new/configure.ac
+--- libXt-1.0.6-old/configure.ac 2009-07-02 10:25:41.000000000 -0700
++++ libXt-1.0.6-new/configure.ac 2009-07-02 10:37:52.000000000 -0700
+@@ -26,6 +26,8 @@
+ dnl
+ dnl
+ AC_INIT(libXt, 1.0.6,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXt)
++AC_CANONICAL_BUILD
++AC_CANONICAL_HOST
+ AM_INIT_AUTOMAKE([dist-bzip2])
+ AM_MAINTAINER_MODE
+
+@@ -48,6 +50,26 @@
+ fi
+ fi
+ AC_SUBST([CC_FOR_BUILD])
++if test x"$CPPFLAGS_FOR_BUILD" = x; then
++ if test ! x"$cross_compiling" = xyes; then
++ CPPFLAGS_FOR_BUILD=${CPPFLAGS}
++ fi
++fi
++AC_SUBST(CPPFLAGS_FOR_BUILD)
++
++if test x"$CFLAGS_FOR_BUILD" = x; then
++ if test ! x"$cross_compiling" = xyes; then
++ CFLAGS_FOR_BUILD=${CFLAGS}
++ fi
++fi
++AC_SUBST(CFLAGS_FOR_BUILD)
++
++if test x"$LDFLAGS_FOR_BUILD" = x; then
++ if test ! x"$cross_compiling" = xyes; then
++ LDFLAGS_FOR_BUILD=${LDFLAGS}
++ fi
++fi
++AC_SUBST(LDFLAGS_FOR_BUILD)
+
+ PKG_CHECK_MODULES(XT, sm x11 xproto kbproto)
+
+diff -Naur libXt-1.0.6-old/util/Makefile.am
libXt-1.0.6-new/util/Makefile.am
+--- libXt-1.0.6-old/util/Makefile.am 2009-07-02 10:22:11.000000000 -0700
++++ libXt-1.0.6-new/util/Makefile.am 2009-07-02 10:35:01.000000000 -0700
+@@ -5,6 +5,9 @@
+ endif
+
+ CC = @CC_FOR_BUILD@
++CPPFLAGS = @CPPFLAGS_FOR_BUILD@
++CFLAGS = @CFLAGS_FOR_BUILD@
++LDFLAGS = @LDFLAGS_FOR_BUILD@
+
+ EXTRA_DIST = \
+ Shell.ht \
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---