Index: head/graphics/py-python-poppler-qt5/files/patch-types.sip =================================================================== --- head/graphics/py-python-poppler-qt5/files/patch-types.sip (nonexistent) +++ head/graphics/py-python-poppler-qt5/files/patch-types.sip (revision 512979) @@ -0,0 +1,18 @@ +--- types.sip.orig 2019-09-18 15:22:50 UTC ++++ types.sip +@@ -266,13 +266,13 @@ template + + if (sipPy == Py_None) + { +- *sipCppPtr = new long(); ++ *sipCppPtr = new time_t(); + return 1; + } + + if (PyLong_Check(sipPy)) + { +- *sipCppPtr = new long(PyLong_AsLong(sipPy)); ++ *sipCppPtr = new time_t(PyLong_AsLong(sipPy)); + return 1; + } + return 0; Property changes on: head/graphics/py-python-poppler-qt5/files/patch-types.sip ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property