Bug 198483 - [patch] www/spawn-fcgi: use cmake
Summary: [patch] www/spawn-fcgi: use cmake
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-03-10 06:17 UTC by Allison Reid
Modified: 2015-03-18 13:48 UTC (History)
2 users (show)

See Also:
rsimmons0: maintainer-feedback+


Attachments
Switch spawn-fcgi to cmake (620 bytes, patch)
2015-03-10 06:17 UTC, Allison Reid
koobs: maintainer-approval+
Details | Diff
Configure log (18.80 KB, text/plain)
2015-03-10 06:18 UTC, Allison Reid
no flags Details
Cmake test log (25.06 KB, text/plain)
2015-03-10 06:19 UTC, Allison Reid
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Allison Reid 2015-03-10 06:17:27 UTC
Created attachment 154122 [details]
Switch spawn-fcgi to cmake

spawn-fcgi's configure script doesn't detect the presence of IPv6 support even when I patch the port to explicitly pass --enable-ipv6. This software also has cmake support, and cmake's IPv6 detection works, so use that instead.
Comment 1 Allison Reid 2015-03-10 06:18:08 UTC
Created attachment 154123 [details]
Configure log

checking for IPv6 support... no
Comment 2 Allison Reid 2015-03-10 06:19:09 UTC
Created attachment 154124 [details]
Cmake test log

-- Performing Test HAVE_IPV6 - Success

And working perfectly in my v6-only jails:
USER     COMMAND    PID   FD PROTO  LOCAL ADDRESS         FOREIGN ADDRESS      
www      python2.7  3597  0  tcp6   fdf0:5bcf:1335:1:1::8:9000 *:*
www      python2.7  3597  3  tcp6   fdf0:5bcf:1335:1:1::8:9000 *:*
Comment 3 rsimmons0 2015-03-16 14:53:16 UTC
This patch works fine. I approve.
Comment 4 rsimmons0 2015-03-18 13:37:33 UTC
Sorry, didn't set the maintainer feedback flag last time.
Comment 5 commit-hook freebsd_committer freebsd_triage 2015-03-18 13:48:32 UTC
A commit references this bug:

Author: vanilla
Date: Wed Mar 18 13:48:21 UTC 2015
New revision: 381550
URL: https://svnweb.freebsd.org/changeset/ports/381550

Log:
  switch to cmake.

  PR:		198483
  Submitted by:	root@cooltrainer.org
  Approved by:	maintainer

Changes:
  head/www/spawn-fcgi/Makefile