Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2014 03:33:28 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372831 - head/mail/dovecot2
Message-ID:  <201411200333.sAK3XSjv097236@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
-.if ${ARCH} == "arm"
-BROKEN=		Does not build on arm
-.endif
-
 CPPFLAGS+=	-I${LOCALBASE}/include -I${OPENSSLINC}
 LDFLAGS+=	-L${LOCALBASE}/lib -I${OPENSSLLIB}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411200333.sAK3XSjv097236>