Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2004 22:07:05 +0100 (CET)
From:      Willem van Engen <wvengen@stack.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63081: Update port: misc/cheatah: unbreak 5.x 
Message-ID:  <20040219210705.7A50C8A@toad.stack.nl>
Resent-Message-ID: <200402192110.i1JLAWOs060006@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040219210705.7A50C8A>