svn commit: r478513 - head/ports-mgmt/octopkg/files

Jason E. Hale jhale at FreeBSD.org
Fri Aug 31 03:33:37 UTC 2018


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 at 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>
+ 


More information about the svn-ports-all mailing list