6523003 Include fc-match in Solaris
authorAlan Coopersmith <Alan.Coopersmith@Sun.COM>
Mon, 17 Sep 2007 16:06:52 -0700
changeset 221 53d90590b84a
parent 220 f63de0b6ae2b
child 222 73975f82276f
6523003 Include fc-match in Solaris
open-src/common/sunman-stability
open-src/lib/fontconfig/Makefile
packages/SUNWfontconfig-docs/prototype
packages/SUNWfontconfig/prototype
--- a/open-src/common/sunman-stability	Sun Sep 16 19:46:47 2007 -0700
+++ b/open-src/common/sunman-stability	Mon Sep 17 16:06:52 2007 -0700
@@ -11,6 +11,6 @@
 ATTRIBUTE TYPE	ATTRIBUTE VALUE
 =
 Availability	__package__
-Interface Stability	External
+Interface Stability	Volatile
 .TE 
 .\\" End Sun update
--- a/open-src/lib/fontconfig/Makefile	Sun Sep 16 19:46:47 2007 -0700
+++ b/open-src/lib/fontconfig/Makefile	Mon Sep 17 16:06:52 2007 -0700
@@ -30,7 +30,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.67	07/06/14
+# @(#)Makefile	1.68	07/09/17
 #
 
 # Package name used in tarballs
@@ -149,7 +149,8 @@
 		rm -f $(FC_MAN_DIR)/man3lib/libfontconfig.3lib ; \
 	fi
 	perl -p -e 's/^$$/.LP/;' -e 's/\251/\\(co/;' libfontconfig.3lib $(SOURCE_DIR)/COPYING >> $(FC_MAN_DIR)/man3lib/libfontconfig.3lib
-	for i in fc-cache fc-list ; do 			\
+	@case '$(MFLAGS)' in *[ik]*) set +e;; esac; set -x ;	\
+	for i in fc-cache fc-list fc-match ; do 		\
 	    if [ -f $(FC_MAN_DIR)/man1/$$i.1 ] ; then 	\
 		rm -f $(FC_MAN_DIR)/man1/$$i.1 ; 		\
 	    fi ;						\
@@ -158,8 +159,8 @@
 		else						\
 		APPEND=$(TOP)/common/sunman-stability ;		\
 	    fi ;						\
-	    if [ -f $(SOURCE_DIR)/$$i/$$i.man ] ; then \
-	    $(FC_MAN_FIX) $(SOURCE_DIR)/$$i/$$i.man $$APPEND > \
+	    if [ -f $(SOURCE_DIR)/$$i/$$i.1 ] ; then \
+	    $(FC_MAN_FIX) $(SOURCE_DIR)/$$i/$$i.1 $$APPEND > \
 		$(FC_MAN_DIR)/man1/$$i.1 ;		\
 	    else						\
 		$(FC_MAN_FIX) $$i.man $$APPEND > \
--- a/packages/SUNWfontconfig-docs/prototype	Sun Sep 16 19:46:47 2007 -0700
+++ b/packages/SUNWfontconfig-docs/prototype	Mon Sep 17 16:06:52 2007 -0700
@@ -26,7 +26,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# ident	"@(#)prototype	1.7	07/07/12 SMI"
+# ident	"@(#)prototype	1.8	07/09/17 SMI"
 #
 # Fontconfig documentation
 
@@ -44,6 +44,7 @@
 d none share/man/man1						0755 root bin
 f none share/man/man1/fc-cache.1				0444 root bin
 f none share/man/man1/fc-list.1					0444 root bin
+f none share/man/man1/fc-match.1				0444 root bin
 
 !search      $HOME/man/man4
 d none share/man/man4						0755 root bin
--- a/packages/SUNWfontconfig/prototype	Sun Sep 16 19:46:47 2007 -0700
+++ b/packages/SUNWfontconfig/prototype	Mon Sep 17 16:06:52 2007 -0700
@@ -1,4 +1,4 @@
-# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
@@ -26,7 +26,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# ident	"@(#)prototype	1.5	06/03/30 SMI"
+# ident	"@(#)prototype	1.6	07/09/17 SMI"
 #
 # Fontconfig library & binaries
 
@@ -40,6 +40,7 @@
 d none bin 						0755 root bin
 f none bin/fc-cache					0755 root bin
 f none bin/fc-list					0755 root bin
+f none bin/fc-match					0755 root bin
 
 !search      $HOME/include/fontconfig
 d none include 						0755 root bin