[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/files by tmclau02

noreply at forge.novell.com noreply at forge.novell.com
Sun Sep 17 01:16:50 MDT 2006


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/files by tmclau02

Modified Files:
	patch-monodevelop.in 
Log Message:
Update to 0.12.

Is files/patch-SystemAssemblyService.cs even correct?  I don't think it is.

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/files/patch-monodevelop.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/files/patch-monodevelop.in	2005/12/19 02:44:29	1.4
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/files/patch-monodevelop.in	2006/09/17 07:16:49	1.5
@@ -1,11 +1,11 @@
---- monodevelop.in.orig	Fri Sep 23 16:11:15 2005
-+++ monodevelop.in	Sun Dec 18 21:10:56 2005
+--- monodevelop.in.orig	Tue Sep  5 15:36:06 2006
++++ monodevelop.in	Sun Sep 17 01:00:04 2006
 @@ -20,6 +20,8 @@
  	MOZILLA_HOME=$MOZILLA_FIVE_HOME
  elif [ -f @MOZILLA_HOME@/chrome/comm.jar ]; then
          MOZILLA_HOME=@MOZILLA_HOME@
 +elif [ -f %%X11BASE%%/lib/firefox/chrome/comm.jar ]; then
 +	MOZILLA_HOME=%%X11BASE%%/lib/firefox
+ elif grep GRE_PATH /etc/gre.d/*.conf > /dev/null ; then
+ 	MOZILLA_HOME=$(grep -h GRE_PATH= /etc/gre.d/*.conf | cut -d '"' -f 2 -d = | head -n 1)
  elif [ $(which mozilla) ] && grep MOZILLA_FIVE_HOME= "$(which mozilla)" > /dev/null ; then
- 	MOZILLA_HOME=$(grep MOZILLA_FIVE_HOME= $(which mozilla) | cut -d '"' -f 2)
- elif [ $(which firefox) ] && grep MOZILLA_FIVE_HOME= "$(which firefox)" > /dev/null ; then


More information about the Bsd-sharp-cvs mailing list