aboutsummaryrefslogtreecommitdiff
path: root/x11/dxpc
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2002-08-25 17:31:17 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2002-08-25 17:31:17 +0000
commit2360b204921e33d71e3ddf4e8558344a03856123 (patch)
tree23c8ba15d312419207d7b707aefbb1a88a616820 /x11/dxpc
parenta96ebcd3a69f36934f74a08ffbb76d6c37709e96 (diff)
downloadports-2360b204921e33d71e3ddf4e8558344a03856123.tar.gz
ports-2360b204921e33d71e3ddf4e8558344a03856123.zip
Unbreak for 5-CURRENT C++, drop MAINTAINERship.
Notes
Notes: svn path=/head/; revision=64985
Diffstat (limited to 'x11/dxpc')
-rw-r--r--x11/dxpc/Makefile2
-rw-r--r--x11/dxpc/files/patch-util.H10
2 files changed, 11 insertions, 1 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile
index 57860aee02fc..9a1fd6708e26 100644
--- a/x11/dxpc/Makefile
+++ b/x11/dxpc/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 3.8.0
CATEGORIES= x11
MASTER_SITES= http://www.vigor.nu/dxpc/3.8.0/
-MAINTAINER= bmah@freebsd.org
+MAINTAINER= ports@freebsd.org
LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
diff --git a/x11/dxpc/files/patch-util.H b/x11/dxpc/files/patch-util.H
new file mode 100644
index 000000000000..67e8ff5b1834
--- /dev/null
+++ b/x11/dxpc/files/patch-util.H
@@ -0,0 +1,10 @@
+--- util.H.orig Sun Aug 25 10:20:39 2002
++++ util.H Sun Aug 25 10:23:01 2002
+@@ -2,6 +2,7 @@
+ #define util_H
+
+ #include <fstream.h>
++#include <ostream.h>
+
+ extern unsigned int GetUINT(unsigned const char *, int bigEndian);
+ extern unsigned int GetULONG(unsigned const char *, int bigEndian);