svn commit: r490930 - head/archivers/urbackup-server
Mark Linimon
linimon at FreeBSD.org
Tue Jan 22 07:39:48 UTC 2019
Author: linimon
Date: Tue Jan 22 07:39:47 2019
New Revision: 490930
URL: https://svnweb.freebsd.org/changeset/ports/490930
Log:
This port links to cryptopp, which is compiled with GCC 8 on GCC-based
architectures, thus it also needs USES=compiler:c++11-lang.
PR: 234966
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Modified:
head/archivers/urbackup-server/Makefile
Modified: head/archivers/urbackup-server/Makefile
==============================================================================
--- head/archivers/urbackup-server/Makefile Tue Jan 22 06:46:48 2019 (r490929)
+++ head/archivers/urbackup-server/Makefile Tue Jan 22 07:39:47 2019 (r490930)
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/server-license.txt
LIB_DEPENDS= libcryptopp.so:security/cryptopp \
libcurl.so:ftp/curl
-USES= fakeroot pkgconfig
+USES= compiler:c++11-lang fakeroot pkgconfig
USE_RC_SUBR= urbackup_server
USERS= urbackup
More information about the svn-ports-head
mailing list