Print this page
4863 illumos-gate can't be built with fresh perl versions
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/SUNWcs.mf
          +++ new/usr/src/pkg/manifests/SUNWcs.mf
↓ open down ↓ 1876 lines elided ↑ open up ↑
1877 1877  link path=usr/tmp target=../var/tmp
1878 1878  link path=var/ld/32 target=.
1879 1879  link path=var/ld/64 target=$(ARCH64)
1880 1880  #
1881 1881  # The bootadm binary needs the etc/release file.
1882 1882  #
1883 1883  depend fmri=release/name type=require
1884 1884  #
1885 1885  # intrd and others use the illumos-defaulted perl interpreter
1886 1886  #
1887      -depend fmri=runtime/perl-510 type=require
     1887 +depend fmri=runtime/perl-$(PERL_PKGVERS) type=require
     1888 +#
     1889 +# intrd uses sun-solaris Perl modules
     1890 +#
     1891 +depend fmri=runtime/perl-$(PERL_PKGVERS)/module/sun-solaris type=require
1888 1892  #
1889 1893  # The loadkeys binary needs the keytables.
1890 1894  #
1891 1895  depend fmri=system/data/keyboard/keytables type=require
1892 1896  #
1893 1897  # Depend on terminfo data.
1894 1898  #
1895 1899  depend fmri=system/data/terminfo type=require
1896 1900  #
1897 1901  # Depend on zoneinfo data.
1898 1902  #
1899 1903  depend fmri=system/data/zoneinfo type=require
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX