diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-23 00:45:46 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-23 00:45:46 +0000 |
commit | ed60b911cdb17b8da68a7d46caf48d26be498122 (patch) | |
tree | 460e7a4f720f14d36efced0043bb020ba8313414 /x11/accessx | |
parent | dac6a7c7b41d926515df8323315241f4f32ce374 (diff) | |
download | FreeBSD-ports-ed60b911cdb17b8da68a7d46caf48d26be498122.zip FreeBSD-ports-ed60b911cdb17b8da68a7d46caf48d26be498122.tar.gz |
Maintainer update to build on -current again
PR: ports/45378
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Diffstat (limited to 'x11/accessx')
-rw-r--r-- | x11/accessx/Makefile | 1 | ||||
-rw-r--r-- | x11/accessx/files/patch-Access.h | 11 | ||||
-rw-r--r-- | x11/accessx/files/patch-ax.C | 11 |
3 files changed, 23 insertions, 0 deletions
diff --git a/x11/accessx/Makefile b/x11/accessx/Makefile index 06d8ca8..6648880 100644 --- a/x11/accessx/Makefile +++ b/x11/accessx/Makefile @@ -7,6 +7,7 @@ PORTNAME= accessx PORTVERSION= 0.950 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.rehab.uiuc.edu/accessx/software/ DISTNAME= accessx${PORTVERSION:S/.//g} diff --git a/x11/accessx/files/patch-Access.h b/x11/accessx/files/patch-Access.h new file mode 100644 index 0000000..58c8c0b --- /dev/null +++ b/x11/accessx/files/patch-Access.h @@ -0,0 +1,11 @@ +--- Access.h-orig Sun Nov 17 19:34:23 2002 ++++ Access.h Sun Nov 17 19:34:34 2002 +@@ -20,7 +20,7 @@ + * + */ + +-#include <iostream.h> ++#include <iostream> + #include <math.h> + + inline char* onoroff(int val) diff --git a/x11/accessx/files/patch-ax.C b/x11/accessx/files/patch-ax.C new file mode 100644 index 0000000..35823e9 --- /dev/null +++ b/x11/accessx/files/patch-ax.C @@ -0,0 +1,11 @@ +--- ax.C-orig Tue Mar 13 23:42:10 2001 ++++ ax.C Sun Nov 17 19:26:06 2002 +@@ -713,7 +713,7 @@ + /////////////////////////////////////////////////////////////////////////////// + + +-void main(int argc, char** argv) ++int main(int argc, char** argv) + { + Access ax; + ax.QueryServer(); |