From 4158c02ccf09e2f646cf2e9e5599f186ec8c7302 Mon Sep 17 00:00:00 2001
From: Norm Jacobs <Norm.Jacobs@Oracle.COM>
Date: Wed, 13 Apr 2011 18:58:06 +0200
Subject: [PATCH] 7003927 userland should postprocess packaged files 7034188 userland should have common lint library rules 7034992 userland packages should include opensolaris.arc_url data 7019309 move ghostscript to userland (fix build)

---
 components/tcl/tcl/tcl.p5m |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/components/tcl/tcl/tcl.p5m b/components/tcl/tcl/tcl.p5m
index d9abb75..eaa24c2 100644
--- a/components/tcl/tcl/tcl.p5m
+++ b/components/tcl/tcl/tcl.p5m
@@ -20,6 +20,7 @@
 #
 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
 #
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
 set name=pkg.fmri \
     value=pkg:/runtime/tcl-8@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.description \
@@ -29,14 +30,15 @@
     value="org.opensolaris.category.2008:Development/Other Languages"
 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
 set name=info.upstream_url value=http://prdownloads.sourceforge.net/tcl/
+set name=opensolaris.arc_url \
+    value=http://arc.opensolaris.org/caselog/PSARC/2007/317
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-
 dir path=usr
 dir path=usr/bin
-dir path=usr/bin/$(MACH64) 
+dir path=usr/bin/$(MACH64)
 dir path=usr/include
 dir path=usr/lib
-dir path=usr/lib/$(MACH64) 	
+dir path=usr/lib/$(MACH64)
 dir path=usr/lib/tcl8.4
 dir path=usr/lib/tcl8.4/encoding
 dir path=usr/lib/tcl8.4/http1.0
@@ -353,6 +355,9 @@
 file path=usr/share/man/man3tcl/Tcl_UniCharToUpper.3tcl
 file path=usr/share/man/man3tcl/Tcl_UpVar.3tcl
 file path=usr/share/man/man3tcl/Tcl_WrongNumArgs.3tcl
+legacy pkg=SUNWTcl desc="Tcl - Tool Command Language (8.4.18)" \
+    name="Tcl - Tool Command Language "
+license tcl.license license=BSD-like
 link path=usr/bin/$(MACH64)/tclsh target=tclsh8.4
 link path=usr/bin/tclsh target=tclsh8.4
 link path=usr/share/man/man1t/auto_import.1t target=auto_execok.1t
@@ -1069,11 +1074,5 @@
 link path=usr/share/man/man3tcl/ckrealloc.3tcl target=Tcl_Alloc.3tcl
 link path=usr/share/man/man3tcl/panic.3tcl target=Tcl_Panic.3tcl
 link path=usr/share/man/man3tcl/panicVA.3tcl target=Tcl_Panic.3tcl
-
-license tcl.license license=BSD-like
-
-legacy pkg=SUNWTcl \
-    name="Tcl - Tool Command Language " \
-    desc="Tcl - Tool Command Language (8.4.18)"
 
 

--
Gitblit v1.9.3