[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
Sat Aug 25 23:08:29 MDT 2007


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files by killfill

Added Files:
	patch-configure 
Log Message:
Point to the correct version of libsqlite, so programs that uses it (i.e. f-spot) can work..


===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-configure,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-configure	2005/09/14 03:26:27	1.10
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-configure	2007/08/26 05:08:29	1.11
@@ -1,27 +1,13 @@
---- configure.orig	Wed Jul  6 21:41:55 2005
-+++ configure	Wed Jul  6 22:00:23 2005
-@@ -35047,6 +35047,8 @@
+--- configure.orig	Sun Aug 26 00:12:42 2007
++++ configure	Sun Aug 26 00:12:59 2007
+@@ -39673,8 +39673,8 @@
+ INTERP_SUPPORTED=no
+ LIBC="libc.so.6"
+ INTL="libc.so.6"
+-SQLITE="libsqlite.so.0"
+-SQLITE3="libsqlite3.so.0"
++SQLITE="libsqlite.so.8"
++SQLITE3="libsqlite3.so.8"
+ X11="libX11.so"
  
-           ac_config_files="$ac_config_files runtime/monodis-wrapper"
- 
-+	  ac_config_files="$ac_config_files runtime/semdel-wrapper"
-+
- 
-           ac_config_commands="$ac_config_commands runtime/etc/mono/1.0/machine.config"
- 
-@@ -35804,6 +35806,7 @@
-   # Handling of arguments.
-   "runtime/mono-wrapper" ) CONFIG_FILES="$CONFIG_FILES runtime/mono-wrapper" ;;
-   "runtime/monodis-wrapper" ) CONFIG_FILES="$CONFIG_FILES runtime/monodis-wrapper" ;;
-+  "runtime/semdel-wrapper" ) CONFIG_FILES="$CONFIG_FILES runtime/semdel-wrapper" ;;
-   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-   "mint.pc" ) CONFIG_FILES="$CONFIG_FILES mint.pc" ;;
-   "mono.pc" ) CONFIG_FILES="$CONFIG_FILES mono.pc" ;;
-@@ -36348,6 +36351,7 @@
-   case $ac_file in
-     runtime/mono-wrapper ) chmod +x runtime/mono-wrapper ;;
-     runtime/monodis-wrapper ) chmod +x runtime/monodis-wrapper ;;
-+    runtime/semdel-wrapper ) chmod +x runtime/semdel-wrapper ;;
-   esac
- done
- _ACEOF
+ jit_wanted=false


More information about the Bsd-sharp-cvs mailing list