summaryrefslogtreecommitdiff
path: root/devel/subversion/patches
diff options
context:
space:
mode:
authordrochner <drochner>2003-01-30 17:48:54 +0000
committerdrochner <drochner>2003-01-30 17:48:54 +0000
commit527caca16bce43a7a2eebadf29e8112ee20291ef (patch)
tree358cb1eb7f3fd585efc0db29bdf412fcbeaa4637 /devel/subversion/patches
parent12635b524abb051e3daa68b4157c1d5d5d20c2c1 (diff)
downloadpkgsrc-527caca16bce43a7a2eebadf29e8112ee20291ef.tar.gz
update to 0.17.1 (a.k.a. r4503)
sorry, don't know where to get a sensible changelog pkgsrc related: build against apache2 instead of apr-devel - apache2 is needed for an svn server anyway, and it conflicts with apr, so the situation did suck anyway... At some point, apache2 should be ripped into server and devel parts, and svn into client, mod_dav and standalone server...
Diffstat (limited to 'devel/subversion/patches')
-rw-r--r--devel/subversion/patches/patch-ab16
-rw-r--r--devel/subversion/patches/patch-ac10
2 files changed, 0 insertions, 26 deletions
diff --git a/devel/subversion/patches/patch-ab b/devel/subversion/patches/patch-ab
deleted file mode 100644
index 3eaddea9ddb..00000000000
--- a/devel/subversion/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/08/03 02:01:42 hubertf Exp $
-
---- autogen.sh.orig Fri Aug 2 11:33:18 2002
-+++ autogen.sh
-@@ -79,9 +79,9 @@ fi
- # and we can state that dev people need Python on their machine. Note
- # that running gen-make.py requires Python 1.X or newer.
-
--OK=`python -c 'print "OK"'`
-+OK=`python2.2 -c 'print "OK"'`
- if test "${OK}" != "OK" ; then
-- echo "Python check failed, make sure python is installed and on the PATH"
-+ echo "Python check failed, make sure python2.2 is installed and on the PATH"
- exit 1
- fi
-
diff --git a/devel/subversion/patches/patch-ac b/devel/subversion/patches/patch-ac
deleted file mode 100644
index fb98ce0266f..00000000000
--- a/devel/subversion/patches/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2002/08/03 02:01:42 hubertf Exp $
-
---- gen-make.py.orig Fri Aug 2 11:34:05 2002
-+++ gen-make.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python2.2
- #
- # gen-make.py -- generate makefiles for building Subversion
- #