17072972 /usr/bin/includeres should not have facet.devel=true s11-update
authorVladimir Marek <Vladimir.Marek@oracle.com>
Fri, 19 Jul 2013 07:34:34 +0200
branchs11-update
changeset 2684 43d706d38fa4
parent 2683 8e3a4725e32e
child 2689 4fc7c38f6688
17072972 /usr/bin/includeres should not have facet.devel=true
components/psutils/psutils.p5m
transforms/devel
--- a/components/psutils/psutils.p5m	Thu Jul 18 13:19:11 2013 -0700
+++ b/components/psutils/psutils.p5m	Fri Jul 19 07:34:34 2013 +0200
@@ -58,7 +58,7 @@
 file path=usr/bin/fixwpps
 file path=usr/bin/fixwwps
 file path=usr/bin/getafm
-file path=usr/bin/includeres
+file path=usr/bin/includeres facet.devel=false
 file path=usr/bin/psbook
 file path=usr/bin/psmerge
 file path=usr/bin/psnup
@@ -79,7 +79,7 @@
 file path=usr/share/man/man1/fixwpps.1
 file path=usr/share/man/man1/fixwwps.1
 file path=usr/share/man/man1/getafm.1
-file path=usr/share/man/man1/includeres.1
+file path=usr/share/man/man1/includeres.1 facet.devel=false
 file path=usr/share/man/man1/psbook.1
 file path=usr/share/man/man1/psmerge.1
 file path=usr/share/man/man1/psnup.1
@@ -92,24 +92,3 @@
     desc="psutils - PostScript utilities" \
     name="psutils - PostScript utilities"
 license psutils.license license="psutils license"
-link path=usr/sfw/bin/epsffit target=../../bin/epsffit
-link path=usr/sfw/bin/extractres target=../../bin/extractres
-link path=usr/sfw/bin/fixdlsrps target=../../bin/fixdlsrps
-link path=usr/sfw/bin/fixfmps target=../../bin/fixfmps
-link path=usr/sfw/bin/fixmacps target=../../bin/fixmacps
-link path=usr/sfw/bin/fixpsditps target=../../bin/fixpsditps
-link path=usr/sfw/bin/fixpspps target=../../bin/fixpspps
-link path=usr/sfw/bin/fixscribeps target=../../bin/fixscribeps
-link path=usr/sfw/bin/fixtpps target=../../bin/fixtpps
-link path=usr/sfw/bin/fixwfwps target=../../bin/fixwfwps
-link path=usr/sfw/bin/fixwpps target=../../bin/fixwpps
-link path=usr/sfw/bin/fixwwps target=../../bin/fixwwps
-link path=usr/sfw/bin/getafm target=../../bin/getafm
-link path=usr/sfw/bin/includeres target=../../bin/includeres
-link path=usr/sfw/bin/psbook target=../../bin/psbook
-link path=usr/sfw/bin/psmerge target=../../bin/psmerge
-link path=usr/sfw/bin/psnup target=../../bin/psnup
-link path=usr/sfw/bin/psresize target=../../bin/psresize
-link path=usr/sfw/bin/psselect target=../../bin/psselect
-link path=usr/sfw/bin/pstops target=../../bin/pstops
-link path=usr/sfw/bin/showchar target=../../bin/showchar
--- a/transforms/devel	Thu Jul 18 13:19:11 2013 -0700
+++ b/transforms/devel	Fri Jul 19 07:34:34 2013 +0200
@@ -43,3 +43,6 @@
 # autoconf macros
 <transform dir file link hardlink path=.*/aclocal(/.*\.m4){0,1}$ -> \
     default facet.devel all>
+
+# delete facet.devel completely if it's set to 'false' in the p5m
+<transform dir file link hardlink -> delete facet.devel false>