#40662: libfaketime --------------------------+-------------------------------- Reporter: wolf@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: libfaketime | --------------------------+-------------------------------- Comment (by larryv@…): Replying to [comment:4 wolf@…]:
Thanks for your advice! I've updated the Portfile with PortGroup, github.setup
If you use the github-1.0 PortGroup, you shouldn’t set `fetch.type` or `git.*` anymore. The PortGroup downloads a tarball. See the [[source:trunk/dports/sysutils/fakeroot/Portfile@111065|fakeroot Portfile]] for a usage example. You’ll have to add checksums, and the exact way you use versions/committishes depends on your specific repository. Feel free to ask for help on [[MailingLists|macports-dev]] if you need it.
and configure.compiler statements
That’s not quite the point of UsingTheRightCompiler. The idea is not to force a certain compiler (unless you have to); it’s to make sure that the build respects whichever compiler MacPorts tries to use. Since this port does not use a configure phase, you will have to pass the compiler and any build flags to your makefile manually, either using the environment (`build.env`) or arguments (`build.args`). Again, ask on macports-dev for help. -- Ticket URL: <https://trac.macports.org/ticket/40662#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X