[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files by killfill
noreply at forge.novell.com
noreply at forge.novell.com
Tue Apr 24 20:00:56 MDT 2007
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files by killfill
Modified Files:
patch-mcs-class-MWF-build-csproj
Log Message:
Fix pkg-plist and replace gawk for gawk in build-csproj
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mcs-class-MWF-build-csproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mcs-class-MWF-build-csproj 2007/04/22 23:30:09 1.1
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mcs-class-MWF-build-csproj 2007/04/25 02:00:56 1.2
@@ -1,8 +1,17 @@
---- mcs/class/Managed.Windows.Forms/build-csproj.orig Sun Apr 22 16:22:28 2007
-+++ mcs/class/Managed.Windows.Forms/build-csproj Sun Apr 22 16:22:39 2007
+--- 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
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# I got tired of editing the SWF.csproj
# This script will generate it from our System.Windows.Forms.dll.sources
+@@ -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
More information about the Bsd-sharp-cvs
mailing list