#38512 closed enhancement (fixed)
RFE: add a `configure.objcxx` variable
Reported by: | cooljeanius (Eric Gallager) | Owned by: | larryv (Lawrence Velázquez) |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts 2.3.0 |
Component: | base | Version: | 2.1.3 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt), drkp (Dan Ports) | |
Port: |
Description
According to the guide, there's a configure.cxx
variable, and a configure.objc
variable, but it doesn't mention anything about a configure.objcxx
variable. It would be useful to have such a variable. (If one already exists and I just don't know about it, then the guide should document it.)
Change History (12)
comment:1 Changed 12 years ago by larryv (Lawrence Velázquez)
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Or: What port fails to build or has to implement a workaround because of this deficiency?
comment:3 Changed 12 years ago by larryv (Lawrence Velázquez)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Out of every file in the ports tree:
% find ~/Projects/MacPorts/trunk/dports -type f -exec grep -l OBJCXX {} + | wc -l 13
comment:5 follow-up: 6 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | wontfix |
Status: | closed → reopened |
I see no port currently manually setting OBJCXX
. But that doesn't mean no ports would benefit from it. For example, texlive-bin's build system uses it, as I reported in #39684. There would be no detriment to adding this variable to base, would there? It would make MacPorts more complete.
comment:6 Changed 11 years ago by larryv (Lawrence Velázquez)
Owner: | changed from macports-tickets@… to larryv@… |
---|---|
Status: | reopened → new |
Replying to ryandesign@…:
But that doesn't mean no ports would benefit from it. For example, texlive-bin's build system uses it, as I reported in #39684. There would be no detriment to adding this variable to base, would there?
I suppose not. At least there’s one port that can use it, now.
comment:7 Changed 11 years ago by larryv (Lawrence Velázquez)
Status: | new → assigned |
---|
comment:8 Changed 11 years ago by cooljeanius (Eric Gallager)
I was thinking of setting this in the qmake portgroup when I first created this ticket, but then I kinda forgot about it...
comment:10 Changed 11 years ago by drkp (Dan Ports)
Yeah, this would be nice to have for texlive-bin and potentially for future ports.
comment:11 Changed 11 years ago by larryv (Lawrence Velázquez)
Milestone: | → MacPorts Future |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
kthx, r107987
comment:12 Changed 11 years ago by jmroot (Joshua Root)
Milestone: | MacPorts Future → MacPorts 2.3.0 |
---|
Why would this be useful?