Skip to content
This repository has been archived by the owner. It is now read-only.

Makedepend #17891

Closed
wants to merge 2 commits into from
Closed

Makedepend #17891

wants to merge 2 commits into from

Conversation

Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
@ioerror
Copy link
Contributor

@ioerror ioerror commented Feb 16, 2013

makedepend is a small shell script to help satisfy a number of build dependencies. I'm the upstream author of this version of makedepend (which isn't saying much). This will allow people to build certain versions of OpenSSL and other tools the Tor Browser on OS X. Previously, I had to use macports and I'd rather use homebrew to satisfy all of my build dependencies. I believe this will be moderately useful for a number of people.

ioerror added 2 commits Feb 16, 2013
This adds a very simple replacement for the otherwise unpackaged
and essentially required makedepend utility. This tool is missing
on Mac OS X 10.8.x and without it many packages, such as modern
OpenSSL, will simply refuse to build without hackery.
@ioerror
Copy link
Contributor Author

@ioerror ioerror commented Feb 20, 2013

poke?

@adamv
Copy link
Contributor

@adamv adamv commented Feb 20, 2013

@MikeMcQuaid @jacknagel @Sharpie @mistydemeo someone please review, thanks

end

def test
system "makedepend"
Copy link
Member

@MikeMcQuaid MikeMcQuaid Feb 20, 2013

Is there any way you can make it actually do something? Thanks!

Copy link
Contributor Author

@ioerror ioerror Feb 20, 2013

If the command runs, it does what it is supposed to do? :-)

It is really just a wrapper around gcc that I wrote to allow us to build stuff like newer OpenSSL on OS X.

Could you give a suggestion? The thing really is the most simple program one might imagine but it is very painful to not have this command in the path during various build processes.

@MikeMcQuaid
Copy link
Member

@MikeMcQuaid MikeMcQuaid commented Feb 23, 2013

Merged (with a few tweaks).

@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.