ports/63081: Update port: misc/cheatah: unbreak 5.x
Willem van Engen
wvengen at stack.nl
Thu Feb 19 21:10:33 UTC 2004
>Number: 63081
>Category: ports
>Synopsis: Update port: misc/cheatah: unbreak 5.x
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Feb 19 13:10:31 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Willem van Engen
>Release:
>Organization:
>Environment:
>Description:
Port didn't build on 5.x
>How-To-Repeat:
>Fix:
assert.h had to be included
--- cheatah-assert.diff begins here ---
diff -ruN /usr/ports/misc/cheatah/Makefile misc/cheatah/Makefile
--- /usr/ports/misc/cheatah/Makefile Wed Feb 18 03:32:25 2004
+++ misc/cheatah/Makefile Thu Feb 19 20:47:07 2004
@@ -29,10 +29,6 @@
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
-.endif
-
post-patch:
@${CHMOD} a+x ${WRKSRC}/configure
diff -ruN /usr/ports/misc/cheatah/files/patch-cheatah.cpp misc/cheatah/files/patch-cheatah.cpp
--- /usr/ports/misc/cheatah/files/patch-cheatah.cpp Thu Jan 1 01:00:00 1970
+++ misc/cheatah/files/patch-cheatah.cpp Thu Feb 19 21:55:08 2004
@@ -0,0 +1,11 @@
+diff -ruN cheatah.cpp cheatah.cpp
+--- cheatah.cpp Thu Feb 19 21:50:28 2004
++++ cheatah.cpp Thu Feb 19 21:50:32 2004
+@@ -28,6 +28,7 @@
+ #include <gbfplain.h>
+ #include <thmlplain.h>
+ #include <string.h>
++#include <assert.h>
+
+ using namespace sword;
+ using namespace std;
diff -ruN /usr/ports/misc/cheatah/files/patch-cheatsig.cpp misc/cheatah/files/patch-cheatsig.cpp
--- /usr/ports/misc/cheatah/files/patch-cheatsig.cpp Thu Jan 1 01:00:00 1970
+++ misc/cheatah/files/patch-cheatsig.cpp Thu Feb 19 21:55:29 2004
@@ -0,0 +1,11 @@
+iff -ruN cheatsig.cpp cheatsig.cpp
+--- cheatsig.cpp Thu Feb 19 21:50:28 2004
++++ cheatsig.cpp Thu Feb 19 21:50:39 2004
+@@ -20,6 +20,7 @@
+ */
+
+ #include <gtk/gtk.h>
++#include <assert.h>
+ #include "cheatah.h"
+ #include "cheatsig.h"
+
--- cheatah-assert.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list