devel/py-p4python: Unbreak build, update maintainership

Add patch to fix build after recent devel/p4api update. Also, the
new maintainer says an update to 2022.1 is in progress.

Welcome (again), new port maintainer!

PR:		270583
This commit is contained in:
Craig Leres 2023-04-01 13:52:16 -07:00
parent 2377892144
commit c4f42b2ef3
2 changed files with 12 additions and 2 deletions

View file

@ -1,11 +1,11 @@
PORTNAME= p4python
PORTVERSION= 2016.1.1447008
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= antonfb@hesiod.org
COMMENT= Python bindings for the Perforce API
WWW= https://www.perforce.com/perforce/r14.2/manuals/p4script/python.programming.html

View file

@ -0,0 +1,10 @@
--- P4PythonDebug.cpp.orig 2023-04-01 20:37:16 UTC
+++ P4PythonDebug.cpp
@@ -29,6 +29,7 @@ $Id$
#include <Python.h>
#include <iostream>
+#include <stdhdrs.h>
#include <debug.h>
#include "P4PythonDebug.h"