ports/56413: [non-maintainer] mark misc/cheatah as BROKEN

Kang Liu liukang at bjpu.edu.cn
Thu Sep 4 14:30:20 UTC 2003


The following reply was made to PR ports/56413; it has been noted by GNATS.

From: "Kang Liu" <liukang at bjpu.edu.cn>
To: <freebsd-gnats-submit at FreeBSD.org>, <linimon at lonesome.com>
Cc: <wvengen at 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 at 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;
 +
 
 



More information about the freebsd-ports-bugs mailing list