Date: Thu, 7 Dec 2017 16:40:20 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455738 - head/Mk/Uses Message-ID: <201712071640.vB7GeKka007359@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Thu Dec 7 16:40:20 2017 New Revision: 455738 URL: https://svnweb.freebsd.org/changeset/ports/455738 Log: Uses/php.mk: add missing sodium dependency The issue becomes apparent when trying to build lang/php72-extensions with sodium checked. PR: 223811 Submitted by: Daniel Ylitalo <daniel@blodan.se> Approved by: ale Modified: head/Mk/Uses/php.mk Modified: head/Mk/Uses/php.mk ============================================================================== --- head/Mk/Uses/php.mk Thu Dec 7 16:38:43 2017 (r455737) +++ head/Mk/Uses/php.mk Thu Dec 7 16:40:20 2017 (r455738) @@ -382,6 +382,7 @@ simplexml_DEPENDS= textproc/php${PHP_VER}-simplexml snmp_DEPENDS= net-mgmt/php${PHP_VER}-snmp soap_DEPENDS= net/php${PHP_VER}-soap sockets_DEPENDS=net/php${PHP_VER}-sockets +sodium_DEPENDS= security/php${PHP_VER}-sodium spl_DEPENDS= devel/php${PHP_VER}-spl sqlite_DEPENDS= databases/php${PHP_VER}-sqlite sqlite3_DEPENDS=databases/php${PHP_VER}-sqlite3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712071640.vB7GeKka007359>