open-src/lib/libXtst/solaris-abi.patch
author X gate hg captive account <xhg@xserver.us.oracle.com>
Wed, 19 Aug 2015 13:48:41 -0700
changeset 1484 bc8922b8e1d2
parent 1072 88d1d779286d
permissions -rw-r--r--
Added tag s11u3_30 for changeset 221e9d9cc9cb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
123
893987bffaa8 6533084 Xorg modularization: libXtst 1.0.1
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     1
###############################################################################
893987bffaa8 6533084 Xorg modularization: libXtst 1.0.1
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     2
#
893987bffaa8 6533084 Xorg modularization: libXtst 1.0.1
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     3
# Xtst library Makefile
893987bffaa8 6533084 Xorg modularization: libXtst 1.0.1
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     4
#
943
294f64612d23 6948254 Mass update of X gate sources to Oracle copyright format
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 919
diff changeset
     5
# Copyright (c) 2007, 2009, Oracle and/or its affiliates. All rights reserved.
123
893987bffaa8 6533084 Xorg modularization: libXtst 1.0.1
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     6
#
893987bffaa8 6533084 Xorg modularization: libXtst 1.0.1
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
     7
# Permission is hereby granted, free of charge, to any person obtaining a
919
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
     8
# copy of this software and associated documentation files (the "Software"),
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
     9
# to deal in the Software without restriction, including without limitation
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    10
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    11
# and/or sell copies of the Software, and to permit persons to whom the
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    12
# Software is furnished to do so, subject to the following conditions:
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    13
#
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    14
# The above copyright notice and this permission notice (including the next
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    15
# paragraph) shall be included in all copies or substantial portions of the
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    16
# Software.
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    17
#
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    18
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    19
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    20
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    21
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    22
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    23
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
425233ae7236 6931307 Standardize Sun copyright & license notices in X gate on current format
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 907
diff changeset
    24
# DEALINGS IN THE SOFTWARE.
123
893987bffaa8 6533084 Xorg modularization: libXtst 1.0.1
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    25
#
893987bffaa8 6533084 Xorg modularization: libXtst 1.0.1
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    26
#
893987bffaa8 6533084 Xorg modularization: libXtst 1.0.1
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    27
893987bffaa8 6533084 Xorg modularization: libXtst 1.0.1
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    28
Solaris has always shipped libXtst as libXtst.so.1
893987bffaa8 6533084 Xorg modularization: libXtst 1.0.1
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    29
169
1fc2a02ced88 6566813 Update libXtst module from 1.0.1 to 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 123
diff changeset
    30
diff -urp -x '*~' -x '*.orig' src/Makefile.am src/Makefile.am
1072
88d1d779286d 7010623 X11R7.6 Update: Library modules
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
    31
--- src/Makefile.am	2010-02-24 23:39:25.000000000 -0800
88d1d779286d 7010623 X11R7.6 Update: Library modules
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
    32
+++ src/Makefile.am	2011-02-11 16:46:10.932604094 -0800
88d1d779286d 7010623 X11R7.6 Update: Library modules
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
    33
@@ -12,7 +12,7 @@ AM_CFLAGS = \
88d1d779286d 7010623 X11R7.6 Update: Library modules
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
    34
 	$(XTST_CFLAGS) \
88d1d779286d 7010623 X11R7.6 Update: Library modules
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 943
diff changeset
    35
 	$(CWARNFLAGS)
123
893987bffaa8 6533084 Xorg modularization: libXtst 1.0.1
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    36
 
893987bffaa8 6533084 Xorg modularization: libXtst 1.0.1
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    37
-libXtst_la_LDFLAGS = -version-number 6:1:0 -no-undefined
893987bffaa8 6533084 Xorg modularization: libXtst 1.0.1
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents:
diff changeset
    38
+libXtst_la_LDFLAGS = -version-number 1 -no-undefined
169
1fc2a02ced88 6566813 Update libXtst module from 1.0.1 to 1.0.2
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 123
diff changeset
    39
 
851
d428083dbbdd 6905171 X11R7.5 / Xorg 1.7.3 integration
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 169
diff changeset
    40
 libXtstincludedir = $(includedir)/X11/extensions
d428083dbbdd 6905171 X11R7.5 / Xorg 1.7.3 integration
Alan Coopersmith <Alan.Coopersmith@Sun.COM>
parents: 169
diff changeset
    41
 libXtstinclude_HEADERS = $(top_srcdir)/include/X11/extensions/XTest.h \