Date: Fri, 14 Dec 2018 00:41:54 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487398 - head/www/unit Message-ID: <201812140041.wBE0fsrZ044435@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812140041.wBE0fsrZ044435>