pkg/transforms/defaults
changeset 1261 3b92d1254188
parent 1222 173311eab39b
child 1356 73c3eb360de2
equal deleted inserted replaced
1260:00de6d69162d 1261:3b92d1254188
     1 #
     1 #
     2 # Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     3 #
     3 #
     4 # Permission is hereby granted, free of charge, to any person obtaining a
     4 # Permission is hereby granted, free of charge, to any person obtaining a
     5 # copy of this software and associated documentation files (the "Software"),
     5 # copy of this software and associated documentation files (the "Software"),
     6 # to deal in the Software without restriction, including without limitation
     6 # to deal in the Software without restriction, including without limitation
     7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
     7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    55 <transform legacy -> default arch $(ARCH)>
    55 <transform legacy -> default arch $(ARCH)>
    56 <transform legacy -> default category "system">
    56 <transform legacy -> default category "system">
    57 # This is set to the final version number delivered as SVR4 format
    57 # This is set to the final version number delivered as SVR4 format
    58 <transform legacy -> default version "6.9.0.5.11.14300,REV=0.2010.06.21">
    58 <transform legacy -> default version "6.9.0.5.11.14300,REV=0.2010.06.21">
    59 
    59 
    60 # Ensure we don't accidentally list dependencies on gcc-4 runtime libraries
       
    61 # if they're installed on build systems, since we always build with gcc-3
       
    62 # Also works around https://defect.opensolaris.org/bz/show_bug.cgi?id=19009
       
    63 <transform file -> add pkg.depend.bypass-generate usr/gcc/4.*>
       
    64 <transform file -> add pkg.depend.bypass-generate usr/lib(.*)/libgcc_s.so.1>
       
    65 <transform file -> add pkg.depend.bypass-generate usr/lib(.*)/libstdc\\+\\+\\.so.*>
       
    66 
       
    67 #
    60 #
    68 # These aren't really transforms, but are valid defaults for
    61 # These aren't really transforms, but are valid defaults for
    69 # current packages, but not the renamed/obsolete ones, which is
    62 # current packages, but not the renamed/obsolete ones, which is
    70 # why they're in this file instead of common_actions
    63 # why they're in this file instead of common_actions
    71 #
    64 #