svn commit: r467004 - in head/graphics: poppler poppler-qt5 poppler/files
Guido Falsi
madpilot at FreeBSD.org
Tue Apr 10 18:46:48 UTC 2018
Author: madpilot
Date: Tue Apr 10 18:46:47 2018
New Revision: 467004
URL: https://svnweb.freebsd.org/changeset/ports/467004
Log:
Fix graphics/poppler-qt5 provided include file, causing dependent
ports to fail when including it.
PR: 221805
Submitted by: me
Approved by: gnome (kwm)
Added:
head/graphics/poppler/files/patch-qt5_src_poppler-form.h (contents, props changed)
Modified:
head/graphics/poppler-qt5/Makefile
head/graphics/poppler/Makefile
Modified: head/graphics/poppler-qt5/Makefile
==============================================================================
--- head/graphics/poppler-qt5/Makefile Tue Apr 10 18:41:22 2018 (r467003)
+++ head/graphics/poppler-qt5/Makefile Tue Apr 10 18:46:47 2018 (r467004)
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 2
PKGNAMESUFFIX= -qt5
MAINTAINER= gnome at FreeBSD.org
Modified: head/graphics/poppler/Makefile
==============================================================================
--- head/graphics/poppler/Makefile Tue Apr 10 18:41:22 2018 (r467003)
+++ head/graphics/poppler/Makefile Tue Apr 10 18:46:47 2018 (r467004)
@@ -3,6 +3,7 @@
PORTNAME= poppler
PORTVERSION= 0.57.0
+PORTREVISION= 1
CATEGORIES= graphics print
MASTER_SITES= http://poppler.freedesktop.org/
Added: head/graphics/poppler/files/patch-qt5_src_poppler-form.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/poppler/files/patch-qt5_src_poppler-form.h Tue Apr 10 18:46:47 2018 (r467004)
@@ -0,0 +1,10 @@
+--- qt5/src/poppler-form.h.orig 2017-07-02 21:00:50 UTC
++++ qt5/src/poppler-form.h
+@@ -26,6 +26,7 @@
+ #include <QtCore/QStringList>
+ #include <QtCore/QSharedPointer>
+ #include "poppler-export.h"
++#include <ctime> // time_t
+
+ class Page;
+ class FormWidget;
More information about the svn-ports-all
mailing list