Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2018 03:33:36 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478513 - head/ports-mgmt/octopkg/files
Message-ID:  <201808310333.w7V3XaIB089844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Fri Aug 31 03:33:36 2018
New Revision: 478513
URL: https://svnweb.freebsd.org/changeset/ports/478513

Log:
  Fix build with Qt 5.11 (patch sent upstream)
  
  PR:		230884

Added:
  head/ports-mgmt/octopkg/files/patch-git_b93ad1a   (contents, props changed)

Added: head/ports-mgmt/octopkg/files/patch-git_b93ad1a
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/octopkg/files/patch-git_b93ad1a	Fri Aug 31 03:33:36 2018	(r478513)
@@ -0,0 +1,17 @@
+Sent upstream: https://github.com/aarnt/octopkg/pull/7
+
+From b93ad1a5a1a05717d4e6e7d0d292f9e0a3679987 Mon Sep 17 00:00:00 2001
+From: "Jason E. Hale" <jhale@FreeBSD.org>
+Date: Thu, 30 Aug 2018 23:00:37 -0400
+Subject: [PATCH] Fix build with Qt 5.11
+
+--- src/transactiondialog.cpp.orig
++++ src/transactiondialog.cpp
+@@ -24,6 +24,7 @@
+ 
+ #include <QMessageBox>
+ #include <QPushButton>
++#include <QRegularExpression>
+ #include <QDialog>
+ #include <QCloseEvent>
+ 



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