Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[apr] fix CMake config via patch from the stable branch. #38674

Draft
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on May 10, 2024

  1. [apr] use patch and portfile from the stable branch of apr.

    * Use patch with changes from the stable branch to fix cmake config instead of fix-configcmake.patch file.
    * Take windows part of the portfile.cmake file from stable branch of apr.
    * Remove the fix-configcmake.patch file.
    * Change cmake namespace from `unofficial-apr` to just `apr`, patch is now taken from the stable branch of apr.
    rinrab committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ea520fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    430a1fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34e71f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9705b1b View commit details
    Browse the repository at this point in the history
  5. [apr] update git-tree.

    rinrab committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3a215b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd949a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10924ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f2c048 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8739ff1 View commit details
    Browse the repository at this point in the history
  10. [apr] update git-tree.

    rinrab committed May 10, 2024
    Configuration menu
    Copy the full SHA
    31d8dee View commit details
    Browse the repository at this point in the history
  11. Revert "[apr] remove the unglue.patch file."

    This reverts commit 430a1fa.
    rinrab committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7158971 View commit details
    Browse the repository at this point in the history
  12. [apr] update git-tree.

    rinrab committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f33bab4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b37ccc9 View commit details
    Browse the repository at this point in the history
  14. [apr] update git-tree.

    rinrab committed May 10, 2024
    Configuration menu
    Copy the full SHA
    fa826f0 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. [apr] generate patches per all revisions

    Patches are generated via the following command:
    ```powershell
    1917051,1917065,1917283,1917612 | ForEach-Object { svn-diff https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x -c $_ -raw | Out-File "apr-r$_.patch" }
    ```
    rinrab committed May 14, 2024
    Configuration menu
    Copy the full SHA
    630d30e View commit details
    Browse the repository at this point in the history
  2. [apr] fix patch appling

    * apr-r1917051.patch: Replace ENDIF() with SET(install_bin_pdb) in context.
    * apr-r1917283.patch: Remove changes in the CHANGES file because it doesn't affect on the result.
    rinrab committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f23193d View commit details
    Browse the repository at this point in the history
  3. [apr] update git-tree

    rinrab committed May 14, 2024
    Configuration menu
    Copy the full SHA
    abd7de0 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    faa5eb2 View commit details
    Browse the repository at this point in the history
  2. [apr] update git-tree

    rinrab committed May 15, 2024
    Configuration menu
    Copy the full SHA
    eb50a78 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    e0e3454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1e6e05 View commit details
    Browse the repository at this point in the history
  3. [apr] update git-tree

    rinrab committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a347950 View commit details
    Browse the repository at this point in the history