svn commit: r333067 - head/www/cherokee

Baptiste Daroussin bapt at FreeBSD.org
Thu Nov 7 08:06:07 UTC 2013


Author: bapt
Date: Thu Nov  7 08:06:06 2013
New Revision: 333067
URL: http://svnweb.freebsd.org/changeset/ports/333067

Log:
  Mark as broken: does not configure
  
  checking size of sig_atomic_t... configure: error: in
  +`/wrkdirs/usr/ports/www/cherokee/work/cherokee-1.2.101':
  configure: error: cannot compute sizeof (sig_atomic_t)
  See `config.log' for more details
  
  Reported by:	pkg-fallout

Modified:
  head/www/cherokee/Makefile

Modified: head/www/cherokee/Makefile
==============================================================================
--- head/www/cherokee/Makefile	Thu Nov  7 07:32:58 2013	(r333066)
+++ head/www/cherokee/Makefile	Thu Nov  7 08:06:06 2013	(r333067)
@@ -11,6 +11,8 @@ MASTER_SITE_SUBDIR=cherokee/1.2/${PORTVE
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Extremely fast and flexible web server
 
+BROKEN=		Does not configure
+
 USES=		gettext gmake pathfix pkgconfig
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list