svn commit: r487398 - head/www/unit

Sergey A. Osokin osa at FreeBSD.org
Fri Dec 14 00:41:55 UTC 2018


Author: osa
Date: Fri Dec 14 00:41:53 2018
New Revision: 487398
URL: https://svnweb.freebsd.org/changeset/ports/487398

Log:
  Fix build on GCC-based architectures.
  Bump PORTREVISION.
  
  PR:	233982

Modified:
  head/www/unit/Makefile

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Fri Dec 14 00:40:07 2018	(r487397)
+++ head/www/unit/Makefile	Fri Dec 14 00:41:53 2018	(r487398)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unit
 PORTVERSION=	1.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	https://unit.nginx.org/download/
 
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 EXTRA_PATCHES=	${FILESDIR}/php_zts.patch:-p1
 
-USES+=		cpe
+USES+=		compiler:c11 cpe
 
 CPE_VENDOR=	nginx
 CPE_PRODUCT=	unit


More information about the svn-ports-all mailing list