Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2003 07:30:19 -0700 (PDT)
From:      "Kang Liu" <liukang@bjpu.edu.cn>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/56413: [non-maintainer] mark misc/cheatah as BROKEN
Message-ID:  <200309041430.h84EUJIj089410@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/56413; it has been noted by GNATS.

From: "Kang Liu" <liukang@bjpu.edu.cn>
To: <freebsd-gnats-submit@FreeBSD.org>, <linimon@lonesome.com>
Cc: <wvengen@stack.nl>
Subject: Re: ports/56413: [non-maintainer] mark misc/cheatah as BROKEN
Date: Thu, 4 Sep 2003 22:26:57 +0800

 Here is my patch for this problem. :-)
 I'm not sure if the PORTREVISION should be dumped or not.
 
 diff -ruN cheatah.orig/Makefile cheatah/Makefile
 --- cheatah.orig/Makefile	Thu Sep  4 21:33:28 2003
 +++ cheatah/Makefile	Thu Sep  4 22:15:13 2003
 @@ -15,7 +15,7 @@
  MAINTAINER=	wvengen@stack.nl
  COMMENT=	Temporary gtk GUI to the SWORD project
 
 -BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/misc/sword:extract
 +EXTRACT_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/misc/sword:extract
  LIB_DEPENDS=	sword.1:${PORTSDIR}/misc/sword
  RUN_DEPENDS=	${LOCALBASE}/share/sword/mods.d:${PORTSDIR}/misc/sword-modules
 
 diff -ruN cheatah.orig/files/patch-cheatah.cpp cheatah/files/patch-cheatah.cpp
 --- cheatah.orig/files/patch-cheatah.cpp	Thu Jan  1 08:00:00 1970
 +++ cheatah/files/patch-cheatah.cpp	Thu Sep  4 21:17:41 2003
 @@ -0,0 +1,10 @@
 +--- cheatah.cpp.orig	Thu Sep  4 21:16:26 2003
 ++++ cheatah.cpp	Thu Sep  4 21:16:42 2003
 +@@ -28,6 +28,7 @@
 + #include <gbfplain.h>
 + #include <thmlplain.h>
 + #include <string.h>
 ++#include <assert.h>
 +
 + using namespace sword;
 + using namespace std;
 diff -ruN cheatah.orig/files/patch-cheatsig.cpp cheatah/files/patch-cheatsig.cpp
 --- cheatah.orig/files/patch-cheatsig.cpp	Thu Jan  1 08:00:00 1970
 +++ cheatah/files/patch-cheatsig.cpp	Thu Sep  4 21:19:54 2003
 @@ -0,0 +1,10 @@
 +--- cheatsig.cpp.orig	Thu Sep  4 21:19:04 2003
 ++++ cheatsig.cpp	Thu Sep  4 21:19:24 2003
 +@@ -22,6 +22,7 @@
 + #include <gtk/gtk.h>
 + #include "cheatah.h"
 + #include "cheatsig.h"
 ++#include <assert.h>
 +
 + using namespace std;
 +
 
 



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