update: devel/subversion 1.14.3

2023-12-29 Thread Stefan Sperling
- 292129b999c7d5d3f86aeab5d7c86d8236248426 blob + 6494a93245472dcfc2cb287e0dce2fe405409f71 --- devel/subversion/Makefile +++ devel/subversion/Makefile @@ -5,11 +5,7 @@ COMMENT-ruby= ruby interface to subversion COMMENT-ap2= apache2 subversion modules COMMENT-gnome-keyring= GNOME keyring support for

Re: python3 flavour for devel/subversion

2020-05-31 Thread Stefan Sperling
ring= GNOME keyring support for subversion > > VERSION= 1.14.0 > +REVISION=0 > DISTNAME=subversion-${VERSION:S/rc/-rc/} > PKGNAME-main=subversion-${VERSION} > +FULLPKGNAME-main=subversion-${VERSION}${FLAVOR_EXT:S/-pytho

Re: python3 flavour for devel/subversion

2020-05-30 Thread Stuart Henderson
I think this has all the pieces needed, ok? Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.180 diff -u -p -r1.180 Makefile --- Makefile28 May 2020 12:25:27 - 1.180 +++ Makefile

python3 flavour for devel/subversion

2020-05-30 Thread Stefan Sperling
Wih the diff below devel/subversion can be built with FLAVOR=python3. My goal is to create a py3-subversion subpackage which contains the Python3 bindings for Subversion, but I'm probably doing something wrong or I am making wrong assumptions. I end up with a flavoured -main package that&

Re: update: devel/subversion 1.14.0

2020-05-28 Thread Stefan Sperling
On Thu, May 28, 2020 at 08:36:26AM +0200, Stefan Sperling wrote: > I will try to figure out how the bindings can be fixed for py2. Fixed in this version. diff 24cae81146b73ebd1005423a1e7a1b85981687f0 /usr/ports blob - 3ca5215b4bf8aed2aaafd4b25271aec3c474a3af file + devel/subversion/Makef

Re: update: devel/subversion 1.14.0

2020-05-27 Thread Stefan Sperling
On Thu, May 28, 2020 at 12:16:31AM +0100, Stuart Henderson wrote: > ...not sure what in the build is causing the problem, but the bindings are > definitely not working > > Also I think I know how to add a python3 flavour so that it can be built > > again with py3 bindings. > > I have a diff for t

Re: update: devel/subversion 1.14.0

2020-05-27 Thread Stuart Henderson
On 2020/05/27 22:38, Stuart Henderson wrote: > On 2020/05/27 19:23, Stefan Sperling wrote: > > lib/python${MODPY_VERSION}/site-packages/libsvn/client.py > > -lib/python${MODPY_VERSION}/site-packages/libsvn/client.pyc > > lib/python${MODPY_VERSION}/site-packages/libsvn/core.py > > -lib/python${MOD

Re: update: devel/subversion 1.14.0

2020-05-27 Thread Stuart Henderson
On 2020/05/27 19:23, Stefan Sperling wrote: > lib/python${MODPY_VERSION}/site-packages/libsvn/client.py > -lib/python${MODPY_VERSION}/site-packages/libsvn/client.pyc > lib/python${MODPY_VERSION}/site-packages/libsvn/core.py > -lib/python${MODPY_VERSION}/site-packages/libsvn/core.pyc > lib/python

update: devel/subversion 1.14.0

2020-05-27 Thread Stefan Sperling
This updates devel/subversion to 1.14.0. Release notes: https://subversion.apache.org/docs/release-notes/1.14.html For the actual list of changes since 1.13.0, see the CHANGES file: https://svn.apache.org/repos/asf/subversion/trunk/CHANGES Not a lot has changed since 1.13.0, so this is really

update: devel/subversion 1.13.0

2019-11-05 Thread Stefan Sperling
This diff updates Subversion to 1.13.0. ok? diff 4d97f837e3c30bb90df9221c96649a361eb6c8e4 /usr/ports blob - 7f0963ccb77c57e939021ccee32d63408fc56c2a file + devel/subversion/Makefile --- devel/subversion/Makefile +++ devel/subversion/Makefile @@ -7,7 +7,7 @@ COMMENT-ruby= ruby interface

update: devel/subversion 1.12.0

2019-04-27 Thread Stefan Sperling
Update Subversion to 1.12.0. ok? diff 55ed237274dd7d331e3034ba756c8882646524b8 /usr/ports blob - 01af7d3eca1921b1ec51fc3330f5f385e5c66f93 file + devel/subversion/Makefile --- devel/subversion/Makefile +++ devel/subversion/Makefile @@ -7,7 +7,7 @@ COMMENT-ruby= ruby interface to

Re: update: devel/subversion 1.11.0

2018-12-18 Thread Juan Francisco Cantero Hurtado
On Fri, Nov 23, 2018 at 01:45:06PM +0100, Stefan Sperling wrote: > On Wed, Nov 21, 2018 at 04:00:04PM +0100, Stefan Sperling wrote: > > On Tue, Nov 20, 2018 at 11:15:59PM -0500, George Koehler wrote: > > > Looks like GitHub's svn bridge is still broken: > > > > > > $ svn co --depth empty https://g

Re: update: devel/subversion 1.11.0

2018-12-05 Thread Aham Brahmasmi
Danke Stefan for your very helpful response. I apologize for the delay in my response. > > 2) If yes, would rw,nodev,nosuid,softdep,sync be appropriate fstab > > options to mount /var/svn? > > Don't use softdep! It risks repository corruption during a system crash. > > Use the same mount flags a

Re: update: devel/subversion 1.11.0

2018-11-25 Thread Stefan Sperling
On Sun, Nov 25, 2018 at 11:45:08AM +0100, Aham Brahmasmi wrote: > Danke Stefan for your response. > > > I like your idea. I suppose /var/svn is a sane default path, and there > > are already other cases where other parts create directories in /var. > > Yes, the Postgresql port uses /var/postgresq

Re: update: devel/subversion 1.11.0

2018-11-25 Thread Aham Brahmasmi
Danke Stefan for your response. > I like your idea. I suppose /var/svn is a sane default path, and there > are already other cases where other parts create directories in /var. Yes, the Postgresql port uses /var/postgresql. I tried to find a best practice for the subversion directory. Most volks

Re: update: devel/subversion 1.11.0

2018-11-23 Thread Stefan Sperling
On Wed, Nov 21, 2018 at 12:18:16PM +0100, Aham Brahmasmi wrote: > Hello ports, > > Apologies for removing the context, I joined the ports list recently and > do not have stsp's original mail. > > I may be wrong here, but I was wondering whether we could change the > home of the _svnserve user to

Re: update: devel/subversion 1.11.0

2018-11-23 Thread Stefan Sperling
On Wed, Nov 21, 2018 at 04:00:04PM +0100, Stefan Sperling wrote: > On Tue, Nov 20, 2018 at 11:15:59PM -0500, George Koehler wrote: > > Looks like GitHub's svn bridge is still broken: > > > > $ svn co --depth empty https://github.com/OpenTTD/OpenTTD > > svn: E170013: Unable to connect to a reposito

Re: update: devel/subversion 1.11.0

2018-11-21 Thread Stefan Sperling
On Tue, Nov 20, 2018 at 11:15:59PM -0500, George Koehler wrote: > Looks like GitHub's svn bridge is still broken: > > $ svn co --depth empty https://github.com/OpenTTD/OpenTTD > svn: E170013: Unable to connect to a repository at URL > 'https://github.com/OpenT > TD/OpenTTD' > svn: E175003: The se

Re: update: devel/subversion 1.11.0

2018-11-21 Thread Aham Brahmasmi
Hello ports, Apologies for removing the context, I joined the ports list recently and do not have stsp's original mail. I may be wrong here, but I was wondering whether we could change the home of the _svnserve user to /var/svn from the current /nonexistent. In other words, could we change from

Re: update: devel/subversion 1.11.0

2018-11-20 Thread George Koehler
On Sat, 10 Nov 2018 12:47:59 +0100 Stefan Sperling wrote: > There is a known issue with GitHub's SVN bridge: SVN 1.11 clients don't > recognize GitHub's custom April fools SVN server implementation anymore, > due to stricter client-side HTTP/DAV RFC conformance checks. A surprising > number of pe

Re: update: devel/subversion 1.11.0

2018-11-11 Thread Juan Francisco Cantero Hurtado
On Sun, Nov 11, 2018 at 11:52:04AM +0100, Stefan Sperling wrote: > On Sat, Nov 10, 2018 at 09:28:48PM +0100, Juan Francisco Cantero Hurtado > wrote: > > On Sat, Nov 10, 2018 at 12:47:59PM +0100, Stefan Sperling wrote: > > > For release notes, see: > > > https://subversion.apache.org/docs/release-n

Re: update: devel/subversion 1.11.0

2018-11-11 Thread Stefan Sperling
On Sat, Nov 10, 2018 at 09:28:48PM +0100, Juan Francisco Cantero Hurtado wrote: > On Sat, Nov 10, 2018 at 12:47:59PM +0100, Stefan Sperling wrote: > > For release notes, see: > > https://subversion.apache.org/docs/release-notes/1.11.html > > > > There is a known issue with GitHub's SVN bridge: SVN

Re: update: devel/subversion 1.11.0

2018-11-10 Thread Juan Francisco Cantero Hurtado
On Sat, Nov 10, 2018 at 12:47:59PM +0100, Stefan Sperling wrote: > For release notes, see: > https://subversion.apache.org/docs/release-notes/1.11.html > > There is a known issue with GitHub's SVN bridge: SVN 1.11 clients don't > recognize GitHub's custom April fools SVN server implementation anym

update: devel/subversion 1.11.0

2018-11-10 Thread Stefan Sperling
ols Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.168 diff -u -p -r1.168 Makefile --- Makefile26 Oct 2018 16:15:44 - 1.168 +++ Makefile10 Nov 2018 08:33:14 - @@ -7,7 +7,7 @@ COMMENT-ruby= ruby interface to subvers COMMENT-ap

update: devel/subversion 1.10.0

2018-04-23 Thread Stefan Sperling
Update Subversion to 1.10.0. Release notes: https://subversion.apache.org/docs/release-notes/1.10.html ok? Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.164 diff -u -p -r1.164 Makefile

Re: Update: devel/subversion

2016-06-01 Thread Dmitrij D. Czarkoff
_wc-1 -MASTER_SITES= http://launchpad.net/subvertpy/trunk/${MODPY_EGG_VERSION}/+download/ +MODULES = lang/python +LIB_DEPENDS = devel/subversion>=1.9.0 +CFLAGS="-Wno-deprecated-declarations" -MODULES= lang/python - -LIB_DEPENDS= devel/subversion>=1.7.0 +do-test: +

Re: Update: devel/subversion

2016-06-01 Thread Stefan Sperling
On Wed, Jun 01, 2016 at 08:03:37PM +0200, Dmitrij D. Czarkoff wrote: > Well, I have enough OKs to commit this, but there are still dependencies > that were not tested, or at least I've got no report about. Here is the > list: > > - devel/cvs2svn > - devel/git > - devel/kdevplatform > - devel/

Re: Update: devel/subversion

2016-06-01 Thread Dmitrij D. Czarkoff
- www/trac - x11/gnome/anjuta - x11/kde4/sdk-kioslaves - x11/xfce4/thunar-vcs - x11/xfce4/xfce4-dev-tools I would ask users of these ports to test the diff. -- Dmitrij D. Czarkoff Index: Makefile === RCS file: /cvs/ports/devel/subve

Re: Update: devel/subversion

2016-05-30 Thread Dmitrij D. Czarkoff
koff Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.148 diff -u -p -r1.148 Makefile --- Makefile29 May 2016 17:42:22 - 1.148 +++ Makefile30 May 2016 21:45:16 - @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.148 2016/05/29 17:42:22 j

Re: Update: devel/subversion

2016-05-30 Thread Stuart Henderson
On 2016/05/30 18:17, Dmitrij D. Czarkoff wrote: > -SO_VERSION= 1.4 > +SO_VERSION= 1.5 This should be a major bump. $ diffsyms /usr/local/lib/libsvn_client-1.so.1.4 --> /usr/obj/ports/subversion-1.9.4/fake-amd64/usr/local/lib/libsvn_client-1.so.1.5 Dynamic export changes: added: svn_cli

Re: Update: devel/subversion

2016-05-30 Thread Dmitrij D. Czarkoff
is more like a job for MOD{PY,RUBY}_BIN_ADJ (which still use perl BTW), but that would require either sorting the tools or walking the list twice... I leave this to stsp@. -- Dmitrij D. Czarkoff Index: Makefile === RCS file: /cvs

Re: Update: devel/subversion

2016-05-30 Thread Gleydson Soares
Just a slight slight slight tweak ;) > find ${PREFIX}/share/examples/subversion -type f | xargs perl -pi \ move to use `sed -i' instead of depending on perl. > + -e "s,.*/usr/bin/ruby.*,#!${RUBY},;" \ > + -e "s,.*env ruby.*,#!${RUBY},;" \ > -e

Re: Update: devel/subversion

2016-05-30 Thread Dmitrij D. Czarkoff
rkoff Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.148 diff -u -p -r1.148 Makefile --- Makefile29 May 2016 17:42:22 - 1.148 +++ Makefile30 May 2016 15:56:25 - @@ -1,4

Re: Update: devel/subversion

2016-05-29 Thread Dmitrij D. Czarkoff
Stefan Sperling said: > On Sun, May 29, 2016 at 10:02:14PM +0200, Dmitrij D. Czarkoff wrote: > > The port is in openbsd-wip. Feel free to modify it. > > You don't want to send an updated diff after a commit to CVS happened? > If so, why not? > > Do you generally expect to get contributions to yo

Re: Update: devel/subversion

2016-05-29 Thread Stefan Sperling
On Sun, May 29, 2016 at 10:02:14PM +0200, Dmitrij D. Czarkoff wrote: > The port is in openbsd-wip. Feel free to modify it. You don't want to send an updated diff after a commit to CVS happened? If so, why not? Do you generally expect to get contributions to your diffs on github? You can use wha

Re: Update: devel/subversion

2016-05-29 Thread Dmitrij D. Czarkoff
Gleydson Soares said: > > Could you merge it [1] on top of your diff? > > It adds a rcscript and _svnserver user to db/user.list > (Sent by jung@ yesterday) [1] The port is in openbsd-wip. Feel free to modify it. -- Dmitrij D. Czarkoff

Re: Update: devel/subversion

2016-05-29 Thread Joerg Jung
s&m=146447355118340&w=2 > > Dmitrij D. Czarkoff writes: > > > Hi! > > > > Below is an update for devel/subversion (1.8.15 => 1.9.4). It is only > > slightly tested because I am not a subversion user, and I only needed > > svn as a dependency for another port I am working on. Please test. >

Re: Update: devel/subversion

2016-05-29 Thread Stefan Sperling
On Sun, May 29, 2016 at 03:03:06PM +0100, Stuart Henderson wrote: > I can't comment on the svn update, other than there is very likely > to be a good reason why Stefan hasn't updated it yet. Just for a lack of time. Up to 1.9.3 there was a known memory corruption bug affecting sparc64, so I hesita

Re: Update: devel/subversion

2016-05-29 Thread Stuart Henderson
On 2016/05/29 11:35, Dmitrij D. Czarkoff wrote: > Hi! > > Below is an update for devel/subversion (1.8.15 => 1.9.4). It is only > slightly tested because I am not a subversion user, and I only needed > svn as a dependency for another port I am working on. Please test. I ca

Re: Update: devel/subversion

2016-05-29 Thread Gleydson Soares
Could you merge it [1] on top of your diff? It adds a rcscript and _svnserver user to db/user.list (Sent by jung@ yesterday) [1] [1] http://marc.info/?l=openbsd-ports&m=146447355118340&w=2 Dmitrij D. Czarkoff writes: > Hi! > > Below is an update for devel/subversion (1.8.15

Update: devel/subversion

2016-05-29 Thread Dmitrij D. Czarkoff
Hi! Below is an update for devel/subversion (1.8.15 => 1.9.4). It is only slightly tested because I am not a subversion user, and I only needed svn as a dependency for another port I am working on. Please test. -- Dmitrij D. Czarkoff Index: Makef

update: devel/subversion 1.8.9

2014-05-17 Thread Stefan Sperling
===== RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.133 diff -u -p -r1.133 Makefile --- Makefile21 Apr 2014 15:47:03 - 1.133 +++ Makefile17 May 2014 15:43:26 - @@ -7,7 +7,7 @@ COMMENT-ruby= ruby interface to subvers

update: devel/subversion 1.8.8

2014-04-10 Thread Stefan Sperling
Update Subversion to 1.8.8. ok? Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.131 diff -u -p -r1.131 Makefile --- Makefile20 Feb 2014 21:15:31 - 1.131 +++ Makefile10 Apr

devel/subversion: fix gnome keyring support

2014-01-20 Thread Stefan Sperling
: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.129 diff -u -p -r1.129 Makefile --- Makefile25 Nov 2013 17:08:06 - 1.129 +++ Makefile20 Jan 2014 13:17:21 - @@ -9,6 +9,7 @@ COMMENT-gnome-keyring= GNOME k

update: devel/subversion-1.7.8

2013-01-04 Thread Stefan Sperling
ndows (r1409146) Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.115 diff -u -p -r1.115 Makefile --- Makefile29 Oct 2012 14:30:55 - 1.115 +++ Makefile4 Jan 2013 23:01:41 - @@ -7,7 +7,7 @@ COMME

update: devel/subversion-1.7.7

2012-10-22 Thread Stefan Sperling
====== RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.114 diff -u -p -r1.114 Makefile --- Makefile1 Sep 2012 13:40:18 - 1.114 +++ Makefile22 Oct 2012 16:38:45 - @@ -7,7 +7,7 @@ COMMENT-ruby= ruby interface to subvers COMMEN

Re: update: devel/subversion 1.7.6

2012-09-01 Thread Stefan Sperling
NTLIB for pthread. ok? Index: Makefile ======= RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.113 diff -u -p -r1.113 Makefile --- Makefile23 Aug 2012 13:52:39 - 1.113 +++ Makefile1 Sep 2012 11:51:54 - @@ -7,13 +7,9 @@ C

Re: update: devel/subversion 1.7.6

2012-08-16 Thread Stuart Henderson
nes are wrong (MODPY_PY_PREFIX is something of a problem in general with update-plist..) > --- pkg/PLIST-python 26 Feb 2010 18:21:09 - 1.8 > +++ pkg/PLIST-python 16 Aug 2012 13:50:57 - > @@ -1,8 +1,8 @@ > @comment $OpenBSD: PLIST-python,v 1.8 2010/02/26 18:21:09 espi

update: devel/subversion 1.7.6

2012-08-16 Thread Stefan Sperling
${DISTNAME} -REVISION-main= 0 -REVISION-perl= 0 -REVISION-python= 0 -REVISION-ruby= 0 FULLPKGNAME-perl= p5-SVN-${VERSION} FULLPKGPATH-perl= devel/subversion,-perl FULLPKGNAME-python=py-subversion-${VERSION} Index: distinfo =

update: devel/subversion-1.7.5

2012-05-17 Thread Stefan Sperling
Update to 1.7.5, released earlier today: http://svn.haxx.se/users/archive-2012-05/0189.shtml And fix WANTLIB (not all subpackages want 'db'). ok? Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v

update: devel/subversion-1.7.4

2012-03-08 Thread Stefan Sperling
xample ruby script to PLIST-main. ok? Index: Makefile ======= RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.104 diff -u -p -r1.104 Makefile --- Makefile19 Feb 2012 12:13:35 - 1.104 +++ Makefile8 Mar 2012 15:43:37 - @@ -6,7 +6,7 @@ C

update: devel/subversion-1.7.3

2012-02-16 Thread Stefan Sperling
ions to errors (r1242607) Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.103 diff -u -p -r1.103 Makefile --- Makefile23 Dec 2011 10:34:36 - 1.103 +++ Makefile13 Feb 2012 15:41:

[update] devel/subversion-1.7.2

2011-12-05 Thread Stefan Sperling
mp copyright year in Windows DLLs (r1189261) * log a better error when opening rep-cache.db fails (r1204610, -73) Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.100 diff -u -p -r1.100 Make

SECURITY UPDATE: devel/subversion (CVE-2011-0715)

2011-03-03 Thread Stefan Sperling
====== RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.87 diff -u -p -r1.87 Makefile --- Makefile15 Jan 2011 01:09:43 - 1.87 +++ Makefile23 Feb 2011 19:24:21 - @@ -6,7 +6,7 @@ COMMENT-python= python interface to sub COMME

Re: update: devel/subversion-1.6.15

2010-11-24 Thread David Coppa
On Thu, Nov 25, 2010 at 3:50 AM, Stuart Henderson wrote: > On 2010/11/24 17:24, Stefan Sperling wrote: >> Subversion 1.6.15 has been released: >> http://svn.haxx.se/users/archive-2010-11/0480.shtml > > cvs up and remove the REVISION-ruby hidden way down in the Makefile, > then it's ok with me. Wo

Re: update: devel/subversion-1.6.15

2010-11-24 Thread Stuart Henderson
On 2010/11/24 17:24, Stefan Sperling wrote: > Subversion 1.6.15 has been released: > http://svn.haxx.se/users/archive-2010-11/0480.shtml cvs up and remove the REVISION-ruby hidden way down in the Makefile, then it's ok with me.

update: devel/subversion-1.6.15

2010-11-24 Thread Stefan Sperling
below updates the port from 1.6.13 to 1.6.15. 1.6.14 was not released. Please test/ok. Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.83 diff -u -p -r1.83 Makefile --- Makefile15 Nov 2010 19:46:09

update: devel/subversion-1.6.13

2010-10-03 Thread Stefan Sperling
erf work with current serf releases (r879757, r880320, r943796) ok? Index: Makefile ======= RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.76 diff -u -p -r1.76 Makefile --- Makefile23 Sep 2010 22:12:10 -

update: devel/subversion-1.6.12

2010-06-21 Thread Stefan Sperling
mprove exception handling on Windows Vista and 7 (r878447, -910, -916) Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.70 diff -u -p -r1.70 Makefile --- Makefile25 Apr 2010 08:43:29 -00

Re: [update] devel/subversion-1.6.11

2010-04-24 Thread Stefan Sperling
On Thu, Apr 22, 2010 at 12:26:07AM +0200, Stefan Sperling wrote: > The diff below updates the devel/subversion port to Subversion 1.6.11. The 1.6.11 update to the devel/subversion port has been committed. As Landry and Edd noted, there is one test failure in make regress. The test failure

Re: [update] devel/subversion-1.6.11

2010-04-22 Thread Landry Breuil
On Thu, Apr 22, 2010 at 12:26:07AM +0200, Stefan Sperling wrote: > The diff below updates the devel/subversion port to Subversion 1.6.11. > > It also changes the configure style to 'gnu' instead of 'autoconf' > to avoid running autoconf twice (autoconf is run by th

[update] devel/subversion-1.6.11

2010-04-21 Thread Stefan Sperling
The diff below updates the devel/subversion port to Subversion 1.6.11. It also changes the configure style to 'gnu' instead of 'autoconf' to avoid running autoconf twice (autoconf is run by the autogen.sh script in the pre-configure target). landy@ says this fixes the bu

Re: update: devel/subversion 1.6.9

2010-03-24 Thread Stefan Sperling
On Wed, Mar 24, 2010 at 12:09:39AM +, Edd Barrett wrote: > On Tue, Mar 23, 2010 at 11:34:50AM +, Edd Barrett wrote: > > Hang on, the regression tests failed on sparc64, but I forgot to make a log. > > They take a while to run on a slow machine. I will mail a log as soon as its > > done. >

Re: update: devel/subversion 1.6.9

2010-03-23 Thread Edd Barrett
test results: 24 tests SKIPPED 25 tests XFAILED 1 tests FAILED *** Error code 1 Stop in /usr/ports/pobj/subversion-1.6.9/subversion-1.6.9 (line 427 of Makefile). *** Error code 1 Stop in /usr/ports/devel/subversion (line 219 of Makefile). *** Error code 1 Stop in /usr/ports/devel/subversion (li

Re: update: devel/subversion 1.6.9

2010-03-23 Thread Edd Barrett
On Sun, Mar 21, 2010 at 12:35:26AM +0100, Stefan Sperling wrote: > On Sat, Mar 20, 2010 at 08:13:10PM +0100, Stefan Sperling wrote: > > This diff updates the Subversion port to 1.6.9. > > > > It also fixes the build on hppa. As reported by landry@, the port was > > running autoconf twice which mes

Re: update: devel/subversion 1.6.9

2010-03-22 Thread Brad
- Original message - > Great, > >     will it be in official ports of v4.7? The answer would be obvious if you were paying attention. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

Re: update: devel/subversion 1.6.9

2010-03-22 Thread Pekka Niiranen
efile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.66 diff -u -p -r1.66 Makefile --- Makefile26 Feb 2010 18:21:08 - 1.66 +++ Makefile20 Mar 2010 23:32:46 - @@ -6,16 +6,16 @@ COMMENT-python= python interface to sub COMMENT-ruby=

Re: update: devel/subversion 1.6.9

2010-03-20 Thread Stefan Sperling
IGURE_STYLE=gnu causes autoconf to be run only once, in the > pre-configure target. > > Please test / ok. Apologies, the previous diff wasn't against HEAD. Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefi

update: devel/subversion 1.6.9

2010-03-20 Thread Stefan Sperling
/ ok. Stefan Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.65 diff -u -p -r1.65 Makefile --- Makefile27 Jan 2010 21:43:27 - 1.65 +++ Makefile20 Mar 2010 18:39:47 -

[update] devel/subversion-1.6.6

2009-10-22 Thread Stefan Sperling
load_dirs vendor-branching helper script has finally been assigned a licence by its copyright holder (which is a large corporation so this took some time). The OpenBSD package can now include this script again. Index: Makefile ===

Re: update: devel/subversion-1.6.5

2009-08-23 Thread Edd Barrett
Hi Stefan, On Sun, Aug 23, 2009 at 04:01:00PM +0100, Stefan Sperling wrote: > Hi, > > update to Subversion 1.6.5, please test / ok. Builds on sparc64. Tested lightly by checking out some stuff from my SVN repo. -- Best Regards Edd Barrett (Freelance software developer / technical writer / op

update: devel/subversion-1.6.5

2009-08-23 Thread Stefan Sperling
e and can't find them if the gnome-keyring subpackage isn't installed). Stefan Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.61 diff -u -p -r1.61 Makefile --- Makefile11 Aug 2009 08:14:42 - 1.61 +++ Makef

Re: update: devel/subversion -> 1.6.0

2009-03-23 Thread Stefan Sperling
On Mon, Mar 23, 2009 at 10:51:10AM +, Stefan Sperling wrote: > On Sun, Mar 22, 2009 at 11:47:37PM +, Stefan Sperling wrote: > > Here is a diff that updates devel/subversion to 1.6.0. > > Updated diff based on comments by ajacoutot@ (extra BUILD_DEPENDS > for the gnome-

Re: update: devel/subversion -> 1.6.0

2009-03-23 Thread Stefan Sperling
On Sun, Mar 22, 2009 at 11:47:37PM +, Stefan Sperling wrote: > Here is a diff that updates devel/subversion to 1.6.0. Updated diff based on comments by ajacoutot@ (extra BUILD_DEPENDS for the gnome-keyring subpackage had errors and were not even needed). Stefan Index: Makef

update: devel/subversion -> 1.6.0

2009-03-22 Thread Stefan Sperling
Here is a diff that updates devel/subversion to 1.6.0. See here for the release notes: http://subversion.tigris.org/svn_1.6_releasenotes.html * Improved handling of authentication data * Repository root relative URLs * Improvements to svn:externals * Detection of tree conflicts

[update] devel/subversion: update to 1.5.6

2009-03-01 Thread Stefan Sperling
Stefan Index: Makefile === RCS file: /usr/cvs/ports/devel/subversion/Makefile,v retrieving revision 1.54 diff -u -p -r1.54 Makefile --- Makefile9 Feb 2009 20:48:23 - 1.54 +++ Makefile2 Mar 2009 00:55:15 - @@ -6,7 +6,7 @@ COMMENT-python= python interface to subv COMMENT-

Re: [UPDATE] devel/subversion (1.5.5)

2008-12-27 Thread Stefan Sperling
On Sat, Dec 27, 2008 at 05:24:58PM +0100, Steven Mestdagh wrote: > Stefan Sperling [2008-12-22, 22:19:44]: > > Hi, > > > > Subversion-1.5.5 has just been released. > > So here is a diff to update the OpenBSD port. > > modified the plist so it survives update-plist better. Thanks! > do we really

Re: [UPDATE] devel/subversion (1.5.5)

2008-12-27 Thread Steven Mestdagh
sts.py fails on amd64 at the moment. Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.52 diff -u -r1.52 Makefile --- Makefile18 Nov 2008 23:08:01 - 1.52 +++ Makefile27 Dec 2

[UPDATE] devel/subversion (1.5.5)

2008-12-22 Thread Stefan Sperling
======= RCS file: /usr/cvs/ports/devel/subversion/Makefile,v retrieving revision 1.52 diff -u -p -r1.52 Makefile --- Makefile18 Nov 2008 23:08:01 - 1.52 +++ Makefile22 Dec 2008 22:10:38 - @@ -6,14 +6,14 @@ COMMENT-python= pyt

Re: UPDATE: devel/subversion 1.5.4

2008-11-03 Thread Stefan Sperling
On Mon, Oct 27, 2008 at 01:00:59PM +0100, Steven Mestdagh wrote: > hi, Hey Steven, > Here is an update to subversion 1.5.4. I've added some more workarounds > to always find the python binary, and merged stuff from the previous > diffs that were sent. Nice. Note that the find_python.sh script s

Re: UPDATE: devel/subversion 1.5.4

2008-10-31 Thread Brad Walker
Steven Mestdagh wrote: hi, Here is an update to subversion 1.5.4. I've added some more workarounds to always find the python binary, and merged stuff from the previous diffs that were sent. Tested on amd64, `make regress' gives no failures. Please test/comment/ok. It passed all regression test

UPDATE: devel/subversion 1.5.4

2008-10-27 Thread Steven Mestdagh
: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.48 diff -u -r1.48 Makefile --- Makefile5 Oct 2008 08:31:14 - 1.48 +++ Makefile27 Oct 2008 11:46:05 - @@ -6,19 +6,19 @@ COMMENT-ruby= ruby interface to subversion C

UPDATE: devel/subversion 1.4.4 -> 1.4.6

2008-02-03 Thread Dongsheng Song
======== RCS file: /home/dongsheng/wc/repo/ports/devel/subversion/distinfo,v retrieving revision 1.15 diff -u -p -r1.15 distinfo --- distinfo18 Jun 2007 06:34:48 - 1.15 +++ distinfo3 Feb 2008 09:49:27 - @@ -1,5 +1,5 @@ -MD5 (s

Re: UPDATE: devel/subversion

2007-06-17 Thread Simon Bertrang
gt; Index: Makefile > === > RCS file: /cvs/ports/devel/subversion/Makefile,v > retrieving revision 1.36 > diff -u -r1.36 Makefile > --- Makefile 28 Apr 2007 16:03:21 - 1.36 > +++ Makefile 11 Jun 2007 09:58:58 - > @@ -6,14 +6,14 @@ > COMMENT-ruby=&q

UPDATE: devel/subversion

2007-06-11 Thread steven mestdagh
hi, please give this update a try. Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.36 diff -u -r1.36 Makefile --- Makefile28 Apr 2007 16:03:21 - 1.36 +++ Makefile11 Jun

Re: BROKEN: devel/subversion

2007-03-25 Thread steven mestdagh
Vlad Glagolev [2007-03-25, 13:13:39]: > After updating devel/apr && devel/apr-util to 1.2.7p0 there is no > chance to build Subversion 1.4.3 properly: > configure: Apache Portable Runtime Utility (APRUTIL) library configuration > checking for APR-util... configure: error: the --with-apr-util > par

BROKEN: devel/subversion

2007-03-25 Thread Vlad Glagolev
ode 1 Stop in /usr/ports/devel/subversion (line 2038 of /usr/ports/infrastructure/mk/bsd.port.mk). -- So there is no bin/apu-1-config file, but bin/apu, and the only configure flag --with-apr-util=${LOCALBASE}/bin/apu must be given, not --with-apr-util=${LOCALBASE}. Please fix that. Thx. -- C

Re: UPDATE: devel/subversion

2007-01-26 Thread Dmitri Alenitchev
steven mestdagh wrote: > Tested okay on amd64. Please give it a try, using the neon 0.26.2 > diff I sent to ports@ earlier. tested ok on i386.

UPDATE: devel/subversion

2007-01-26 Thread steven mestdagh
Tested okay on amd64. Please give it a try, using the neon 0.26.2 diff I sent to ports@ earlier. Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- Makefile

Re: UPDATE: devel/subversion

2006-12-18 Thread steven mestdagh
a simple propdel on a dir > FAIL: revert_tests.py 14: revert a simple propdel on a file > FAIL: stat_tests.py 18: status on ignored directory > FAIL: stat_tests.py 23: run 'status -u' variations w/ incoming propchanges > FAIL: stat_tests.py 24: run 'status -uv' w/ i

Re: UPDATE: devel/subversion

2006-12-18 Thread Joachim Schipper
propchanges FAIL: stat_tests.py 24: run 'status -uv' w/ incoming propchanges At least one test was SKIPPED, checking /usr/ports/mystuff/devel/subversion/w-subversion-1.4.2/build-i386/tests.log SKIP: utf8_tests.py 1: conversion of paths and logs to/from utf8 SKIP: svnsync_tests.py 14

Re: UPDATE: devel/subversion

2006-12-14 Thread steven mestdagh
steven mestdagh [2006-12-14, 20:58:28]: > please give this a try. the test suite works fine on i386 and amd64, > still building on sparc64... gzipped diff, some long lines got broken apparently. Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm subversion.diff.gz Description: appl

UPDATE: devel/subversion

2006-12-14 Thread steven mestdagh
please give this a try. the test suite works fine on i386 and amd64, still building on sparc64... Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.27 diff -u -r1.27 Makefile --- Makefile

Re: UPDATE : devel/subversion 1.2.3

2005-09-20 Thread Sigfred Håversen
be created as examples are not in fake area. Just try to run env FLAVOR=no_bindings make package... Alek Thanks, attached patch should fix this. /Sigfred Index: Makefile === RCS file: /cvs/ports/devel/subversion/Makefile,v retriev

Re: UPDATE : devel/subversion 1.2.3

2005-09-20 Thread Aleksander Piotrowski
Sigfred H??versen <[EMAIL PROTECTED]> wrote: > @@ -98,6 +98,31 @@ > post-install: > @cd ${WRKBUILD} && ${MAKE_PROGRAM} install-swig-py > @cd ${WRKBUILD} && ${MAKE_PROGRAM} install-swig-pl > + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/subversion > + ${INSTALL_DATA_DIR} ${PRE

Re: devel/subversion

2005-09-17 Thread Aleksander Piotrowski
scorch <[EMAIL PROTECTED]> wrote: > too early in the morning .. I meant without BDB support... And why do you want to remove bdb support? Alek -- Ziemianin uścisnął ją. Palce robota były twarde i zimne. - Żegnaj, przyjacielu Giskardzie. - Żegnaj, przyjacielu Elijahu, i pamiętaj, że chociaż lud

Re: devel/subversion

2005-09-17 Thread Sigfred Håversen
scorch wrote: ex-windows user, first time trying to add a new flavor: without Berkeley DB (no_bdb). Learnt a fair bit already! its diff'd against the new 1.2.3p0. I get the build _I_ want now, but I surely haven't done this correctly for others. I am not sure how to add a dependency based on

Re: devel/subversion

2005-09-16 Thread scorch
ex-windows user, first time trying to add a new flavor: without Berkeley DB (no_bdb). Learnt a fair bit already! its diff'd against the new 1.2.3p0. I get the build _I_ want now, but I surely haven't done this correctly for others. I am not sure how to add a dependency based on a FLAVOR (dele

Re: devel/subversion

2005-09-16 Thread scorch
Mathieu Sauve-Frankel said the following on 2005-09-16 15:57: On Fri, Sep 16, 2005 at 08:09:20AM +0200, scorch wrote: would it be possible to create a FLAVOR that doesn't use the apache parts? Why ? Subversion requires apache2. We don't offer an apache2 port . Therefore we don't prov

Re: devel/subversion

2005-09-16 Thread Mathieu Sauve-Frankel
On Fri, Sep 16, 2005 at 08:09:20AM +0200, scorch wrote: > would it be possible to create a FLAVOR that doesn't use the apache parts? > Why ? Subversion requires apache2. We don't offer an apache2 port . Therefore we don't provide the apache2 module. -- Mathieu Sauve-Frankel

  1   2   >