Changeset 0b4d98d for networking


Ignore:
Timestamp:
09/18/2023 08:53:46 PM (8 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
1be2233
Parents:
70bea08
Message:

Archive sysprof.

It's optional for the packages that use it, and they only use it to
provide additional support for profiling.

Sysprof now requires two more packages which are specific to it, so
let's archive it.

Location:
networking/netlibs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libsoup.xml

    r70bea08 r0b4d98d  
    115115      <xref linkend="brotli"/>,
    116116      <xref linkend="curl"/> (required to run the test suite),
    117       <xref linkend="sysprof"/> (for profiling),
     117      <!--<xref linkend="sysprof"/> (for profiling),-->
    118118      <xref linkend="mitkrb"/> (required to run the test suite),
    119119      <xref linkend="gtk-doc"/>,
    120120         <!-- It seems that XMLRPC is part of PHP 5.4.10 -->
    121121      <xref linkend="php"/> compiled with XMLRPC-EPI
    122       support (only used for the XMLRPC regression tests), and
    123       <xref linkend="samba"/> (ntlm_auth is required to run the test suite)
     122      support (only used for the XMLRPC regression tests),
     123      <xref linkend="samba"/> (ntlm_auth is required to run the test suite), and
     124      <ulink url="&sysprof-url;">sysprof</ulink>
    124125    </para>
    125126
     
    190191
    191192    <para>
    192       <parameter>-Dsysprof=disabled</parameter>: libsoup will automatically download
    193       a git version of <xref linkend="sysprof"/> if git is available or use the installed
    194       version if available.  If you need profiling, remove this option.
     193      <parameter>-Dsysprof=disabled</parameter>: libsoup will automatically
     194      download a git version of <ulink url="&sysprof-url;">sysprof</ulink> if
     195      git is available or use the installed version if it is present on the
     196      system.  If you need profiling, remove this option.
    195197    </para>
    196198
  • networking/netlibs/libsoup3.xml

    r70bea08 r0b4d98d  
    9999      support (only used for the XMLRPC regression tests),
    100100      <xref linkend="samba"/> (ntlm_auth is required to run the test suite),
    101       <xref linkend="sysprof"/> (for profiling), and
     101      <!--<xref linkend="sysprof"/> (for profiling),-->
     102      <ulink url="&sysprof-url;">sysprof</ulink>, and
    102103      <ulink url="https://github.com/posener/wstest">wstest</ulink>
    103104    </para>
     
    172173
    173174    <para>
    174       <parameter>-Dsysprof=disabled</parameter>: libsoup3 will automatically download
    175       a git version of <xref linkend="sysprof"/> if git is available or use the installed
    176       version if available.  If you need profiling, remove this option.
     175      <parameter>-Dsysprof=disabled</parameter>: libsoup3 will automatically
     176      download a git version of <ulink url="&sysprof-url;">sysprof</ulink> if
     177      git is available or use the installed version if it is present on the
     178      system. If you need profiling, remove this option.
    177179    </para>
    178180
Note: See TracChangeset for help on using the changeset viewer.