4b97cd2fb4
```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.-][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.-][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
26 lines
623 B
Diff
26 lines
623 B
Diff
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -56,8 +56,6 @@
|
|
SVN_ZLIB_LIBS = @SVN_ZLIB_LIBS@
|
|
SVN_LZ4_LIBS = @SVN_LZ4_LIBS@
|
|
SVN_UTF8PROC_LIBS = @SVN_UTF8PROC_LIBS@
|
|
-SVN_MACOS_PLIST_LIBS = @SVN_MACOS_PLIST_LIBS@
|
|
-SVN_MACOS_KEYCHAIN_LIBS = @SVN_MACOS_KEYCHAIN_LIBS@
|
|
|
|
LIBS = @LIBS@
|
|
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -479,12 +479,6 @@
|
|
[Defined if Cyrus SASL v2 is present on the system])
|
|
fi
|
|
|
|
-dnl Mac OS specific features -------------------
|
|
-
|
|
-SVN_LIB_MACHO_ITERATE
|
|
-SVN_LIB_MACOS_PLIST
|
|
-SVN_LIB_MACOS_KEYCHAIN
|
|
-
|
|
dnl APR_HAS_DSO -------------------
|
|
|
|
AC_MSG_CHECKING([whether APR has support for DSOs])
|