From owner-svn-ports-all@FreeBSD.ORG Tue May 26 12:30:23 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA2206F8; Tue, 26 May 2015 12:30:23 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8460275; Tue, 26 May 2015 12:30:23 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4QCUNYD020504; Tue, 26 May 2015 12:30:23 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4QCUNif020503; Tue, 26 May 2015 12:30:23 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201505261230.t4QCUNif020503@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Tue, 26 May 2015 12:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387467 - head/mail/rspamd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2015 12:30:24 -0000 Author: vsevolod Date: Tue May 26 12:30:23 2015 New Revision: 387467 URL: https://svnweb.freebsd.org/changeset/ports/387467 Log: - Require sane compiler to build Modified: head/mail/rspamd/Makefile Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Tue May 26 12:18:18 2015 (r387466) +++ head/mail/rspamd/Makefile Tue May 26 12:30:23 2015 (r387467) @@ -35,7 +35,8 @@ CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rsp -DLIBDIR=${PREFIX}/lib/rspamd \ -DNO_SHARED=ON -USES= cmake:outsource gettext iconv pkgconfig tar:xz perl5 +USES= cmake:outsource gettext iconv pkgconfig tar:xz perl5 \ + compiler:c11 USE_LDCONFIG= yes USE_PERL5= build