#43227: [NEW] fcgiwrap 1.1.0 -------------------------+-------------------------- Reporter: jul_bsd@… | Owner: ryandesign@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: fcgiwrap | -------------------------+-------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: Committed in r119735 with these changes: * Use github portgroup. This removes many lines of the portfile and fixes the livecheck. * Fetch version 1.1.0 of the code as the version line claims, not the more recent head of the repository. This makes the build repeatable. The checksums change. * Although you're right that the project's web page doesn't mention a license, and there isn't e.g. a LICENSE file in the tarball, the file fcgiwrap.c has text in a comment header identical to the MIT license text, so I added "`license MIT`". I also [https://github.com/gnosek/fcgiwrap/issues/23 filed a bug report] asking the developer to better document the license. * Instead of manually running "`autoreconf -i`" in a pre-configure block and adding the dependencies, I used "`use_autoreconf yes`". * Since you added a comment saying the launchd plist doesn't work, I commented out its creation and removed the reference to it in the notes. * Also edited the notes slightly. * I added "`build.args CC=${configure.cc}`" because the build system was not UsingTheRightCompiler; the developer is using autoconf, but seems to be doing so incorrectly, else this wouldn't have been a problem The build failed on the buildbot; this was fixed by adding a pkgconfig build dependency in r119736. -- Ticket URL: <https://trac.macports.org/ticket/43227#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X