diff options
author | bmah <bmah@FreeBSD.org> | 2002-08-25 17:31:17 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-08-25 17:31:17 +0000 |
commit | c0ef171a21a9c46d273fcb390c519efe30234f7d (patch) | |
tree | c26bb5784716b83abbaf920de70d963160123b10 /x11 | |
parent | e0ef2c5855e6c46b2447fe9a210c92e8e3214931 (diff) | |
download | FreeBSD-ports-c0ef171a21a9c46d273fcb390c519efe30234f7d.zip FreeBSD-ports-c0ef171a21a9c46d273fcb390c519efe30234f7d.tar.gz |
Unbreak for 5-CURRENT C++, drop MAINTAINERship.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/dxpc/Makefile | 2 | ||||
-rw-r--r-- | x11/dxpc/files/patch-util.H | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index 57860ae..9a1fd67 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 0000000..67e8ff5 --- /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); |