equal
deleted
inserted
replaced
16 # fields enclosed by brackets "[]" replaced with your own identifying |
16 # fields enclosed by brackets "[]" replaced with your own identifying |
17 # information: Portions Copyright [yyyy] [name of copyright owner] |
17 # information: Portions Copyright [yyyy] [name of copyright owner] |
18 # |
18 # |
19 # CDDL HEADER END |
19 # CDDL HEADER END |
20 # |
20 # |
21 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. |
21 # Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved. |
22 # |
22 # |
23 |
23 |
24 # |
24 # |
25 # These transforms drop the information that we don't really care about when |
25 # These transforms drop the information that we don't really care about when |
26 # comparing manifests for change. |
26 # comparing manifests for change. |
31 <transform set name=info.classification value=".+:\s*$" -> drop> |
31 <transform set name=info.classification value=".+:\s*$" -> drop> |
32 |
32 |
33 # drop the license actions from the manifests, we aren't going to compare them |
33 # drop the license actions from the manifests, we aren't going to compare them |
34 #<transform license -> drop> |
34 #<transform license -> drop> |
35 |
35 |
|
36 # |
|
37 # Workaround for http://defect.opensolaris.org/bz/show_bug.cgi?id=19009 |
|
38 # By default disable gcc45. This can be overriden by setting pkg.gcc3 to false. |
|
39 # |
|
40 <transform file -> default pkg.gcc3 true> |
|
41 <transform file pkg.gcc3=true -> add pkg.depend.bypass-generate usr/gcc/4.*> |
|
42 <transform file pkg.gcc3=true -> add pkg.depend.bypass-generate usr/lib(.*)/libgcc_s.so.1> |
|
43 <transform file pkg.gcc3=true -> add pkg.depend.bypass-generate usr/lib(.*)/libstdc\\+\\+.so.*> |
|
44 <transform file pkg.gcc3=.* -> delete pkg.gcc3 .*> |