Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#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)

Why would this be useful?

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 11 years ago by larryv (Lawrence Velázquez)

Resolution: wontfix
Status: newclosed

Out of every file in the ports tree:

% find ~/Projects/MacPorts/trunk/dports -type f -exec grep -l OBJCXX {} + | wc -l
      13

comment:4 Changed 11 years ago by jmroot (Joshua Root)

And 12 of those are false positives.

comment:5 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Resolution: wontfix
Status: closedreopened

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 in reply to:  5 Changed 11 years ago by larryv (Lawrence Velázquez)

Owner: changed from macports-tickets@… to larryv@…
Status: reopenednew

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: newassigned

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:9 Changed 11 years ago by drkp (Dan Ports)

Cc: dports@… added

Cc Me!

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: assignedclosed

kthx, r107987

comment:12 Changed 11 years ago by jmroot (Joshua Root)

Milestone: MacPorts FutureMacPorts 2.3.0
Note: See TracTickets for help on using tickets.