6763324 Integrate pthread-stubs [LSARC/2008/657]
authorAlan Coopersmith <Alan.Coopersmith@Sun.COM>
Fri, 24 Oct 2008 15:06:55 -0700
changeset 571 3cd339ec5ff8
parent 570 e1ad93d05367
child 572 9bbbdd40e41c
6763324 Integrate pthread-stubs [LSARC/2008/657]
open-src/lib/Makefile
open-src/lib/libpthread-stubs/Makefile
packages/SUNWxwinc/prototype
--- a/open-src/lib/Makefile	Wed Oct 22 18:21:45 2008 -0700
+++ b/open-src/lib/Makefile	Fri Oct 24 15:06:55 2008 -0700
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.25	08/09/18
+# @(#)Makefile	1.26	08/10/24
 #
 ###############################################################################
 
@@ -47,6 +47,7 @@
 OS_SUBDIRS_common = \
 	freetype \
 	fontconfig \
+	libpthread-stubs \
 	libxtrans \
 	libXau \
 	libXdmcp \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libpthread-stubs/Makefile	Fri Oct 24 15:06:55 2008 -0700
@@ -0,0 +1,63 @@
+###############################################################################
+#
+# libpthread-stubs Makefile
+#
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# Permission is hereby granted, free of charge, to any person obtaining a
+# copy of this software and associated documentation files (the
+# "Software"), to deal in the Software without restriction, including
+# without limitation the rights to use, copy, modify, merge, publish,
+# distribute, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
+# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
+# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
+# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+# 
+# Except as contained in this notice, the name of a copyright holder
+# shall not be used in advertising or otherwise to promote the sale, use
+# or other dealings in this Software without prior written authorization
+# of the copyright holder.
+#
+
+# Package name used in tarballs
+MODULE_NAME=libpthread-stubs
+
+# Version number (used in path names)
+MODULE_VERSION=0.1
+
+# Download site for source
+SOURCE_URL=http://xcb.freedesktop.org/dist/$(SOURCE_TARBALL_NAME)
+SOURCE_URL_SET=yes
+
+# Patches to apply to source after unpacking, in order
+SOURCE_PATCHES = 
+
+# Library name
+LIBNAME=pthread-stubs
+
+# Where to install libpthread-stubs files
+MODULE_PREFIX=/usr
+MODULE_PREFIX_SET=yes
+
+# Man pages to apply Sun footer to & attributes to list
+#SUNTOUCHED_MANPAGES=man/*.man
+SUN_PACKAGE=SUNWlibpthread-stubs
+MODULE_STABILITY=Volatile
+LIB_MAN_SUFFIX=3libpthread-stubs
+
+# pkg-config files that need to have -R added
+FIX_PC_FILES=pthread-stubs.pc.in
+
+include ../Makefile.inc
--- a/packages/SUNWxwinc/prototype	Wed Oct 22 18:21:45 2008 -0700
+++ b/packages/SUNWxwinc/prototype	Fri Oct 24 15:06:55 2008 -0700
@@ -27,7 +27,7 @@
 # of the copyright holder.
 # 
 #
-# ident	"@(#)prototype	35.89	08/10/05 SMI"
+# ident	"@(#)prototype	35.90	08/10/24 SMI"
 #
 #  X Window System include files
 
@@ -701,6 +701,7 @@
 
 f none lib/pkgconfig/ice.pc			0444 root bin
 f none lib/pkgconfig/lbxutil.pc			0444 root bin
+f none lib/pkgconfig/pthread-stubs.pc		0444 root bin
 f none lib/pkgconfig/sm.pc			0444 root bin
 f none lib/pkgconfig/x11.pc			0444 root bin
 f none lib/pkgconfig/xau.pc			0444 root bin
@@ -760,6 +761,7 @@
 !search $HOME/lib/$plat_64/pkgconfig
 f none lib/$plat_64/pkgconfig/ice.pc			0444 root bin
 f none lib/$plat_64/pkgconfig/lbxutil.pc		0444 root bin
+f none lib/$plat_64/pkgconfig/pthread-stubs.pc		0444 root bin
 f none lib/$plat_64/pkgconfig/sm.pc			0444 root bin
 f none lib/$plat_64/pkgconfig/x11.pc			0444 root bin
 f none lib/$plat_64/pkgconfig/xau.pc			0444 root bin