Ticket #19850: e-d-s.bash_append.patch

File e-d-s.bash_append.patch, 1.5 KB (added by jim@…, 15 years ago)

Patch which adds patchfile to e-d-s/files and patches e-d-s/Portfile to incorporate it.

  • Portfile

    diff -NrU4 --exclude=.svn --exclude=.macports.evolution.data.server.state --exclude=work /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/evolution-data-server/Portfile ./Portfile
    old new  
    2525                port:nss
    2626
    2727use_bzip2       yes
    2828
    29 patchfiles      patch-configure.in.diff
     29patchfiles      patch-configure.in.diff \
     30                patch-acinclude.m4.diff
    3031
    3132use_autoconf    yes
    3233
    3334configure.args  \
  • files/patch-acinclude.m4.diff

    diff -NrU4 --exclude=.svn --exclude=.macports.evolution.data.server.state --exclude=work /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/evolution-data-server/files/patch-acinclude.m4.diff ./files/patch-acinclude.m4.diff
    old new  
     1--- acinclude.m4.orig   2009-05-03 07:55:03.000000000 -0700
     2+++ acinclude.m4        2009-06-07 00:49:08.000000000 -0700
     3@@ -444,9 +444,9 @@
     4 for arg in "$[]@"; do
     5     case "$arg" in
     6         --mode=compile) modeok=true ;;
     7         --tag=CC|--tag=CXX) tagok=true ;;
     8-        *) args+=("$arg")
     9+        *) args[${#args[*]}]="$arg"
     10     esac
     11 done
     12 if $modeok && $tagok ; then
     13     . ${top_builddir_slash}doltcompile "${args@<:@@@:>@}"