Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2015 13:48:21 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381550 - head/www/spawn-fcgi
Message-ID:  <201503181348.t2IDmLik081059@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Wed Mar 18 13:48:20 2015
New Revision: 381550
URL: https://svnweb.freebsd.org/changeset/ports/381550
QAT: https://qat.redports.org/buildarchive/r381550/

Log:
  switch to cmake.
  
  PR:		198483
  Submitted by:	root@cooltrainer.org
  Approved by:	maintainer

Modified:
  head/www/spawn-fcgi/Makefile

Modified: head/www/spawn-fcgi/Makefile
==============================================================================
--- head/www/spawn-fcgi/Makefile	Wed Mar 18 13:17:01 2015	(r381549)
+++ head/www/spawn-fcgi/Makefile	Wed Mar 18 13:48:20 2015	(r381550)
@@ -3,14 +3,15 @@
 
 PORTNAME=	spawn-fcgi
 PORTVERSION=	1.6.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/
 
 MAINTAINER=	rsimmons0@gmail.com
 COMMENT=	Spawns fastcgi applications
 
-GNU_CONFIGURE=	yes
+USES=		cmake
+CMAKE_ARGS=	-DCMAKE_MAN_DIR:string=${MANPREFIX}/man
 USE_RC_SUBR=	spawn-fcgi
 
 CFLAGS+=	-I${LOCALBASE}/include



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503181348.t2IDmLik081059>