From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 4 07:30:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B908416A4BF for ; Thu, 4 Sep 2003 07:30:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 251F244008 for ; Thu, 4 Sep 2003 07:30:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h84EUJUp089412 for ; Thu, 4 Sep 2003 07:30:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h84EUJIj089410; Thu, 4 Sep 2003 07:30:19 -0700 (PDT) Date: Thu, 4 Sep 2003 07:30:19 -0700 (PDT) Message-Id: <200309041430.h84EUJIj089410@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Kang Liu" Subject: Re: ports/56413: [non-maintainer] mark misc/cheatah as BROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kang Liu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2003 14:30:20 -0000 The following reply was made to PR ports/56413; it has been noted by GNATS. From: "Kang Liu" To: , Cc: 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 + #include + #include ++#include + + 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 + #include "cheatah.h" + #include "cheatsig.h" ++#include + + using namespace std; +