Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2005 20:50:11 GMT
From:      Venkata Pingali <pingali@ISI.EDU>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/89686: Minor fix to the patch file in net/xbone-gui
Message-ID:  <200511282050.jASKoBs8082875@freefall.freebsd.org>

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

From: Venkata Pingali <pingali@ISI.EDU>
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--



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