From owner-svn-ports-head@FreeBSD.ORG Thu Nov 20 03:33:28 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCCA2CA8; Thu, 20 Nov 2014 03:33:28 +0000 (UTC) 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 A8B20240; Thu, 20 Nov 2014 03:33:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAK3XSi4097237; Thu, 20 Nov 2014 03:33:28 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAK3XSjv097236; Thu, 20 Nov 2014 03:33:28 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201411200333.sAK3XSjv097236@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 20 Nov 2014 03:33:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372831 - head/mail/dovecot2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 03:33:28 -0000 Author: adamw Date: Thu Nov 20 03:33:27 2014 New Revision: 372831 URL: https://svnweb.freebsd.org/changeset/ports/372831 QAT: https://qat.redports.org/buildarchive/r372831/ Log: Allow the port to build on arm. I don't think this requires a PORTREVISION bump, but someone will correct me if I'm wrong. PR: 195168 Submitted by: Ronald Klop Modified: head/mail/dovecot2/Makefile Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Thu Nov 20 02:54:05 2014 (r372830) +++ head/mail/dovecot2/Makefile Thu Nov 20 03:33:27 2014 (r372831) @@ -110,10 +110,6 @@ PORTEXAMPLES= * .include -.if ${ARCH} == "arm" -BROKEN= Does not build on arm -.endif - CPPFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC} LDFLAGS+= -L${LOCALBASE}/lib -I${OPENSSLLIB}