[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot/files by tmclau02

noreply at forge.novell.com noreply at forge.novell.com
Sat Feb 24 00:51:17 MST 2007


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot/files by tmclau02

Added Files:
	patch-src_f-spot.in 
Log Message:
Update to 0.3.4
- Bug fix release.

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot/files/patch-src_f-spot.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot/files/patch-src_f-spot.in	2007/02/05 00:08:00	1.5
+++ /cvsroot/bsd-sharp/FreeBSD-ports/graphics/f-spot/files/patch-src_f-spot.in	2007/02/24 07:51:17	1.6
@@ -6,46 +6,6 @@
  
  prefix=@prefix@
  exec_prefix=@exec_prefix@
-@@ -16,23 +16,22 @@
- [ -n "$FSPOT_PROFILE" ] && FSPOT_PROFILE="--profile=$FSPOT_PROFILE"
- 
- for arg in $*; do
--    case "x--debug" in ("x$arg")
--        FSPOT_DEBUG=$arg
--    esac
--
--    case "x--trace=" in ("x${arg:0:8}")
--        FSPOT_TRACE=$arg
--    esac
--
--    case "x--profile=" in ("x${arg:0:10}")
--        FSPOT_PROFILE=$arg
--    esac
--
--    case "x--uninstalled" in ("x$arg")
--        echo "*** Running uninstalled f-spot ***"
--        EXE_TO_RUN="./f-spot.exe"
--        export MONO_PATH=../Tao/Tao.OpenGl:../Tao/Tao.OpenGl.Glu:../Tao/Tao.OpenGl.ExtensionLoader:../dbus-sharp:../dbus-sharp-glib:../google-sharp:../gnome-keyring-sharp:../FlickrNet:../SmugMugNet:../libgphoto2-sharp:../semweb:../glitz-sharp/src/:$MONO_PATH
--    esac
-+    case "x$arg" in
-+        x--debug)
-+            FSPOT_DEBUG="$arg"
-+            ;;
-+        x--trace=*)
-+		    FSPOT_TRACE="$arg"
-+            ;;
-+        x--profile=*)
-+            FSPOT_PROFILE="$arg"
-+            ;;
-+        x--uninstalled)
-+            echo "*** Running uninstalled f-spot ***"
-+            EXE_TO_RUN="./f-spot.exe"
-+            export MONO_PATH=../Tao/Tao.OpenGl:../Tao/Tao.OpenGl.Glu:../Tao/Tao.OpenGl.ExtensionLoader:../dbus-sharp:../dbus-sharp-glib:../google-sharp:../gnome-keyring-sharp:../FlickrNet:../SmugMugNet:../libgphoto2-sharp:../semweb:../glitz-sharp/src/:$MONO_PATH
-+            ;;
-+        esac
- done
- 
- if [ -n "$FSPOT_DEBUG" ]; then
 @@ -44,4 +43,4 @@
      echo "** Running Mono with $MONO_OPTIONS **"
  fi


More information about the Bsd-sharp-cvs mailing list