[MacPorts] #64175: fnc is not using the right compiler or arch flags

MacPorts noreply at macports.org
Fri Dec 10 09:10:24 UTC 2021


#64175: fnc is not using the right compiler or arch flags
------------------------+----------------------
 Reporter:  ryandesign  |      Owner:  mcjsk
     Type:  defect      |     Status:  assigned
 Priority:  Normal      |  Milestone:
Component:  ports       |    Version:  2.7.1
 Keywords:              |       Port:  fnc
------------------------+----------------------
 The fnc port uses `use_configure no`. Thus it becomes the portfile's
 responsibility to ensure that the [wiki:UsingTheRightCompiler right
 compiler] and flags are being used, and the portfile currently does not do
 this.

 The makefile 1.0 portgroup can often be employed to help you do this. Read
 the portgroup to find out how it works. Using this portgroup will make it
 unnecessary to manually set `use_configure` or `destroot.destdir`.

 While you're updating the port for this, you can remove the `distname`
 line, since the value you've set it to is the default value.

 Herby, Cc'ing you since you merged the PR. Any time you see `use_configure
 no` it should be a big red flag to check for the right compiler and flags.

-- 
Ticket URL: <https://trac.macports.org/ticket/64175>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list