New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #12153 (closed enhancement: fixed)

Opened 6 years ago

Last modified 4 years ago

make "make" (pmake/gmake) paths configurable

Reported by: afb@… Owned by: macports-tickets@…
Priority: Normal Milestone: MacPorts 1.8.0
Component: base Version:
Keywords: FreeBSD support , Linux support Cc:
Port:

Description

Currently returns "gmake", which fails to locate the default "/usr/local/bin/gmake"

It would be better if this could be configured with autoconf, like e.g. rsync can ?

Attachments

macports-gmake.patch (1.5 KB) - added by afb@… 6 years ago.
macports-gmake.patch
macports-linuxmake.patch (582 bytes) - added by afb@… 6 years ago.
macports-make.patch (1.9 KB) - added by afb@… 6 years ago.
macports-make.patch

Change History

Changed 6 years ago by afb@…

macports-gmake.patch

comment:1 Changed 6 years ago by afb@…

Should it not be obvious, "gmake" is what gnumake is called on FreeBSD.
And their bsdmake program is just called "make", since it's the default...

build.typeMac OS XFreeBSD
gnu gnumake gmake
bsd bsdmake make

comment:2 Changed 6 years ago by jmpp@…

  • Keywords FreeBSD support added
  • Milestone set to MacPorts 1.5

comment:3 Changed 6 years ago by nox@…

  • Priority changed from Expected to Normal
  • Version 1.4.42 deleted

comment:4 Changed 6 years ago by afb@…

To make things more interesting, here's more:

build.type Mac OS X FreeBSD Linux
gnu gnumake gmake make
bsd bsdmake make pmake

Changed 6 years ago by afb@…

comment:5 Changed 6 years ago by afb@…

  • Keywords , Linux added

comment:6 Changed 6 years ago by afb@…

Then again "pmake" probably should have a configurable location as well...

Changed 6 years ago by afb@…

macports-make.patch

comment:7 Changed 6 years ago by afb@…

  • Summary changed from make gmake path configurable to make "make" (pmake/gmake) paths configurable

comment:8 Changed 6 years ago by afb@…

macports-gmake.patch and macports-linuxmake.patch are obsolete (not sure how to mark them so in Trac)

comment:9 Changed 5 years ago by jmpp@…

  • Type changed from defect to enhancement
  • Milestone changed from MacPorts 1.5 to MacPorts base enhancements

comment:10 Changed 4 years ago by jmr@…

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone changed from MacPorts Future to MacPorts 1.8.0

Applied the last of this in r52667.

Note: See TracTickets for help on using tickets.