Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

uberftp 2.8 #40848

Closed
wants to merge 2 commits into from
Closed

uberftp 2.8 #40848

wants to merge 2 commits into from

Conversation

giffels
Copy link
Contributor

@giffels giffels commented Jun 18, 2015

Hi,

version has bumped to 2.8. In addition, I fixed a problem that uberftp do not compile with globus-toolkit versions >= 6.0. Could you review and merge, please.

Thanks,
Manuel

flavor = case core
when /gcc64dbg/ then "gcc64dbg"
when /gcc32dbg/ then "gcc32dbg"
if globus_version.to_s[0].to_i >= 6
Copy link
Member

Choose a reason for hiding this comment

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

We always know what that version would be so we shouldn't need to make an if here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If somebody pinned the globus version to an older version, he can't compile uberftp anymore. However, if that is not a use case I can drop the if condition here.

Copy link
Member

Choose a reason for hiding this comment

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

Yeh, I'd drop the conditional here, thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@dunn
Copy link
Contributor

dunn commented Aug 23, 2015

Any movement upstream?

@giffels
Copy link
Contributor Author

giffels commented Sep 30, 2015

There is already a pull request upstream JasonAlt/UberFTP#8, which will solve parts of the problem. No reaction since 18th, June.

@bfontaine
Copy link
Contributor

Does using the proposed patch removes the need for these inreplace calls? If so you can use a patch do instead:

patch do
  url "https://patch-diff.githubusercontent.com/raw/JasonAlt/UberFTP/pull/8.patch"
  sha256 "..."
end

sha256 "29a111a86fa70dbbc529a5d3e5a6befc1681e64e32dc019a1a6a98cd43ffb204"
homepage 'http://dims.ncsa.illinois.edu/set/uberftp/'
url 'https://github.com/JasonAlt/UberFTP/archive/Version_2_8.tar.gz'
sha256 '8a397d6ef02bb714bb0cbdb259819fc2311f5d36231783cd520d606c97759c2a'
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use double quotes here.

@bfontaine
Copy link
Contributor

Ping?

@bfontaine
Copy link
Contributor

Closing due to no response. Feel free to open another PR that addresses the comments above. Thanks!

@bfontaine bfontaine closed this Jan 5, 2016
@maarten-k maarten-k mentioned this pull request Jan 25, 2016
MikeMcQuaid pushed a commit that referenced this pull request Jan 26, 2016
Closes #41277 and is based on work described in #40848. The single
quotes are replaced by double quotes. The patch JasonAlt/UberFTP#8
mentioned in #40848 solves the problem partly: there is still another
patch needed which obfuscate the formula even more then the replaces
now.
@Homebrew Homebrew locked and limited conversation to collaborators Jul 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants