From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 28 20:50:13 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 EBAEA16A41F for ; Mon, 28 Nov 2005 20:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A18B43D6D for ; Mon, 28 Nov 2005 20:50:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jASKoCbr082879 for ; Mon, 28 Nov 2005 20:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jASKoBs8082875; Mon, 28 Nov 2005 20:50:11 GMT (envelope-from gnats) Date: Mon, 28 Nov 2005 20:50:11 GMT Message-Id: <200511282050.jASKoBs8082875@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Venkata Pingali Cc: Subject: Re: ports/89686: Minor fix to the patch file in net/xbone-gui X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Venkata Pingali List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2005 20:50:14 -0000 The following reply was made to PR ports/89686; it has been noted by GNATS. From: Venkata Pingali To: bug-followup@FreeBSD.org, pingali@ISI.EDU Cc: Subject: Re: ports/89686: Minor fix to the patch file in net/xbone-gui Date: Mon, 28 Nov 2005 12:43:33 -0800 This is a multi-part message in MIME format. --------------050602030109050105050402 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Attached the patch. thanks! -Venkata --------------050602030109050105050402 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="patch-xbone-gui.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-xbone-gui.txt" diff -ru xbone-gui.orig/files/patch-Makefile xbone-gui/files/patch-Makefile --- xbone-gui.orig/files/patch-Makefile Mon Nov 28 12:14:37 2005 +++ xbone-gui/files/patch-Makefile Mon Nov 28 12:15:03 2005 @@ -1,10 +1,12 @@ ---- Makefile.orig Sat Apr 9 01:52:36 2005 -+++ Makefile Wed Jun 1 10:03:20 2005 -@@ -212,7 +212,7 @@ +--- Makefile.orig Mon Nov 28 11:57:33 2005 ++++ Makefile Mon Nov 28 11:55:50 2005 +@@ -211,8 +211,8 @@ + done cp -Rf ${CURDIR}/xb-gui-control.pl ${WWW}/xbone/lib for c in `ls ${CACERT}`; do \ - if( test ! -e ${CERT}/$$c ) then {\ +- if( test ! -e ${CERT}/$$c ) then {\ - cp -f ${CACERT}/$$c ${CERT}; \ ++ if( test ! -e ${CERT}/GUI-$$c ) then {\ + cp -f ${CACERT}/$$c ${CERT}/GUI-$$c; \ } fi; \ done --------------050602030109050105050402--