svn commit: r380668 - in head/www/varnish4: . files

Mark Felder feld at FreeBSD.org
Sat Mar 7 03:20:29 UTC 2015


Author: feld
Date: Sat Mar  7 03:20:27 2015
New Revision: 380668
URL: https://svnweb.freebsd.org/changeset/ports/380668
QAT: https://qat.redports.org/buildarchive/r380668/

Log:
  Fix building on i386
  
  Removed a patch that was upstreamed.

Deleted:
  head/www/varnish4/files/bug-1201.patch
Modified:
  head/www/varnish4/Makefile

Modified: head/www/varnish4/Makefile
==============================================================================
--- head/www/varnish4/Makefile	Sat Mar  7 03:20:19 2015	(r380667)
+++ head/www/varnish4/Makefile	Sat Mar  7 03:20:27 2015	(r380668)
@@ -42,9 +42,6 @@ regression-test check test: build
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "i386"
-EXTRA_PATCHES+=	${FILESDIR}/bug-1201.patch
-.endif
 .if ${ARCH} == "arm"
 BROKEN=		Does not configure on arm
 .endif


More information about the svn-ports-head mailing list