Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

weechat 1.1-rc1 devel #35280

Closed
wants to merge 1 commit into from
Closed

weechat 1.1-rc1 devel #35280

wants to merge 1 commit into from

Conversation

DomT4
Copy link
Member

@DomT4 DomT4 commented Dec 27, 2014

Devel version, returned the gettext dep that was removed in #18722 but is now functional again, prunes the redundant -DENABLE_GTK=OFF option as it’s not a valid option anymore and reformats the args.

depends_on "guile" => :optional
depends_on "aspell" => :optional
depends_on "lua" => :optional
depends_on "curl" => :optional
Copy link
Contributor

Choose a reason for hiding this comment

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

This is new; do we need option text making clear this compiles against brewed curl vs system curl (instead of adding curl support)?

Copy link
Member Author

Choose a reason for hiding this comment

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

Aye it is. There's a curl link and the curl on older OS X versions is getting a little outdated, so it's useful to have the option to go newer in places, so I thought I'd push it in. I guess we could chuck in a with-brewed-curl option.

Copy link
Member Author

Choose a reason for hiding this comment

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

Pushed an explicit option in.

Copy link
Contributor

Choose a reason for hiding this comment

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

If this goes in I think with-curl is fine; I was thinking if you add this maybe there should additionally be something like option "with-curl", "Build with brewed curl".

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure, Pushed.

@tdsmith
Copy link
Contributor

tdsmith commented Dec 27, 2014

Good catch on gettext.

@DomT4
Copy link
Member Author

DomT4 commented Dec 27, 2014

Thanks! I was impressed upstream had fixed it to be honest, I'm used to finding old Brew-reported issues that just get left open indefinitely 😿.

depends_on "aspell" => :optional
depends_on "lua" => :optional
depends_on :python => :optional
depends_on "curl" if build.with? "curl"
Copy link
Contributor

Choose a reason for hiding this comment

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

This can still be => :optional so we avoid the class-level conditional; this declaration and the option declaration together are OK. (sorry to make you commit this three times)

Copy link
Member

Choose a reason for hiding this comment

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

👍

Copy link
Member Author

Choose a reason for hiding this comment

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

Heh. No worries. Pushed the fix 😉

Devel version, returned the ` gettext ` dep that was removed in #18722
but is now functional again, prunes the redundant ` -DENABLE_GTK=OFF `
option as it’s not a valid option any more and reformats the args.
@DomT4 DomT4 deleted the weechat branch December 27, 2014 20:28
@Homebrew Homebrew locked and limited conversation to collaborators Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants