Ticket #12153 (closed enhancement: fixed)
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
Change History
Changed 6 years ago by afb@…
- Attachment macports-gmake.patch added
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.type | Mac OS X | FreeBSD |
| 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 |
comment:6 Changed 6 years ago by afb@…
Then again "pmake" probably should have a configurable location as well...
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.


macports-gmake.patch