svn commit: r372831 - head/mail/dovecot2

Adam Weinberger adamw at FreeBSD.org
Thu Nov 20 03:33:28 UTC 2014


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}
 


More information about the svn-ports-all mailing list