Ignore:
Timestamp:
07/18/2024 03:39:36 PM (2 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
62032e7
Parents:
9b07fbf6 (diff), ad8b716 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Bring bimp3 branch up to date with trunk.

Location:
networking/netlibs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/c-ares.xml

    r9b07fbf6 rc2c16bab  
    77  <!ENTITY c-ares-download-http "https://github.com/c-ares/c-ares/releases/download/v&c-ares-version;/c-ares-&c-ares-version;.tar.gz">
    88  <!ENTITY c-ares-download-ftp  " ">
    9   <!ENTITY c-ares-md5sum        "d9eb87e7a203c7af0914ae7d6ece4dd9">
    10   <!ENTITY c-ares-size          "1000 KB">
    11   <!ENTITY c-ares-buildsize     "11 MB">
    12   <!ENTITY c-ares-time          "0.2 SBU">
     9  <!ENTITY c-ares-md5sum        "33a1bda92af34f603dde98be52daab3e">
     10  <!ENTITY c-ares-size          "1.0 MB">
     11  <!ENTITY c-ares-buildsize     "10 MB">
     12  <!ENTITY c-ares-time          "0.1 SBU">
    1313]>
    1414
     
    8787cd    build &amp;&amp;
    8888
    89 cmake  -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
     89cmake  -D CMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
    9090make</userinput></screen>
    9191
  • networking/netlibs/geoclue2.xml

    r9b07fbf6 rc2c16bab  
    197197      </para>
    198198
    199 <screen role="root"><userinput>cat &gt;&gt; /etc/geoclue/conf.d/90-lfs-google.conf &lt;&lt; "EOF"
     199<screen role="root"><userinput>cat &gt; /etc/geoclue/conf.d/90-lfs-google.conf &lt;&lt; "EOF"
    200200<literal># Begin /etc/geoclue/conf.d/90-lfs-google.conf
    201201
  • networking/netlibs/kdsoap.xml

    r9b07fbf6 rc2c16bab  
    8989cd    build &amp;&amp;
    9090
    91 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    92       -DCMAKE_BUILD_TYPE=Release  \
    93       -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/kdsoap-&kdsoap-version; \
     91cmake -D CMAKE_INSTALL_PREFIX=/usr \
     92      -D CMAKE_BUILD_TYPE=Release  \
     93      -D CMAKE_INSTALL_DOCDIR=/usr/share/doc/kdsoap-&kdsoap-version; \
    9494      .. &amp;&amp;
    9595make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.