svn commit: r469345 - in head/www/firefox: . files

Jan Beich jbeich at FreeBSD.org
Tue May 8 00:45:16 UTC 2018


Author: jbeich
Date: Tue May  8 00:45:15 2018
New Revision: 469345
URL: https://svnweb.freebsd.org/changeset/ports/469345

Log:
  www/firefox: backout r469343 for bustage
  
  ipc/chromium/src/base/process_util_linux.cc:39:23: error: no member named 'fork_delegate' in 'base::LaunchOptions'
    pid_t pid = options.fork_delegate ? options.fork_delegate->Fork() : fork();
                ~~~~~~~ ^
  ipc/chromium/src/base/process_util_linux.cc:39:47: error: no member named 'fork_delegate' in 'base::LaunchOptions'
    pid_t pid = options.fork_delegate ? options.fork_delegate->Fork() : fork();
                                        ~~~~~~~ ^

Deleted:
  head/www/firefox/files/patch-bug1400051
Modified:
  head/www/firefox/Makefile   (contents, props changed)

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Tue May  8 00:40:09 2018	(r469344)
+++ head/www/firefox/Makefile	Tue May  8 00:45:15 2018	(r469345)
@@ -3,7 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	60.0
-PORTREVISION=	3
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \


More information about the svn-ports-all mailing list