Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2020 04:58:55 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535267 - head/Mk
Message-ID:  <202005150458.04F4wt8v092245@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri May 15 04:58:54 2020
New Revision: 535267
URL: https://svnweb.freebsd.org/changeset/ports/535267

Log:
  gecko: drop --with-system-bz2 after upstream
  
  https://bugzilla.mozilla.org/show_bug.cgi?id=1418425

Modified:
  head/Mk/bsd.gecko.mk   (contents, props changed)

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Fri May 15 04:58:27 2020	(r535266)
+++ head/Mk/bsd.gecko.mk	Fri May 15 04:58:54 2020	(r535267)
@@ -184,8 +184,7 @@ BUILD_DEPENDS+=	${-${dep}_BUILD_DEPENDS}
 MOZ_OPTIONS+=	\
 		--enable-update-channel=${PKGNAMESUFFIX:Urelease:S/^-//} \
 		--disable-updater \
-		--with-system-zlib \
-		--with-system-bz2
+		--with-system-zlib
 
 # API keys from www/chromium 
 # http://www.chromium.org/developers/how-tos/api-keys



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