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

httping: fix build on < 10.11 #25943

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

barracuda156
Copy link
Contributor

Closes: https://trac.macports.org/ticket/70146

Description

Fix

Type(s)
  • bugfix
  • enhancement
  • security fix
Tested on

macOS 10.6
Xcode 3.2

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • referenced existing tickets on Trac with full URL in commit message?
  • checked your Portfile with port lint --nitpick?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?
  • checked that the Portfile's most important variants haven't been broken?

port:gettext

depends_lib-append port:fftw-3 \
port:gettext-runtime \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are changing the depends_lib dependencies so that requires to increase the revision


installs_libs no

patchfiles patch-tcp.c.diff

# https://trac.macports.org/ticket/70146
# https://github.com/folkertvanheusden/HTTPing/pull/22
patchfiles-append 0001-Define-NO_TFO-on-macOS-10.11.patch
Copy link
Contributor

@reneeotten reneeotten Sep 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's wait and see what the outcome is from the discussion with upstream as we don't want to carry patched like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants