head	1.3;
access;
symbols
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2010.06.01.12.41.26;	author romain;	state dead;
branches;
next	1.2;

1.2
date	2007.10.23.03.19.04;	author tmclaugh;	state Exp;
branches;
next	1.1;

1.1
date	2007.06.10.20.25.25;	author tmclaugh;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update lang/mono to 2.6.4;
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
  devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
  devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
  graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
  multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
  www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
  x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).

PR:		ports/143657 [1]
Submitted by:	glewis [1]
@
text
@--- mcs/class/Managed.Windows.Forms/build-csproj.orig	Thu Apr 19 21:32:15 2007
+++ mcs/class/Managed.Windows.Forms/build-csproj	Mon Apr 23 20:21:51 2007
@@@@ -177,7 +177,7 @@@@
 {
 cat $Resource | while read SRC; do
 SRC=`echo $SRC | $tr '/' '\\\\'`
-SRC=`echo $SRC | sed 's/-resource://' | gawk -F , '{print "                    RelPath = \"" $1 "\"\n                    CustomToolNameSpace = \"" $2 "\""}' | fgrep -v \"\"`
+SRC=`echo $SRC | sed 's/-resource://' | awk -F , '{print "                    RelPath = \"" $1 "\"\n                    CustomToolNameSpace = \"" $2 "\""}' | fgrep -v \"\"`
 
 cat << EOT
                 <File
@


1.2
log
@Update to 1.2.5.1
- reenable amd64 support while we're at it.

Submitted by:	Phillip Neumann
Project by:	BSD# (http://www.mono-project.com/Mono:FreeBSD)
@
text
@@


1.1
log
@Use awk over gawk ib csproj files included in mono's build.

PR:		112149
Submitted by:	Phillip Neumann
@
text
@d1 2
a2 2
--- mcs/class/Managed.Windows.Forms/build-csproj.orig	Thu Jan 25 01:19:43 2007
+++ mcs/class/Managed.Windows.Forms/build-csproj	Sun Jun 10 15:27:31 2007
@

