update: devel/subversion 1.14.3

2023-12-29 Thread Stefan Sperling
This release contains small bug fixes and compatibility fixes for swig bindings. See here for details: https://svn.apache.org/repos/asf/subversion/tags/1.14.3/CHANGES I am removing the BDB backend test run from our regress target. The BDB backend has been deprecated for years and has become

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/Makefile ---

Re: update: devel/subversion 1.14.0

2020-05-28 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

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 > >

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 >

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

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

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

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

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

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

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

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: > > >

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:

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

update: devel/subversion 1.11.0

2018-11-10 Thread Stefan Sperling
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 anymore, due to stricter client-side HTTP/DAV RFC conformance checks. A

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
Another issue that needs to be resolved with this update: devel/py-subvertpy. This port has no MAINTAINER, and nothing depends on it. I prepared an update and enabled tests, but 3 of them make test framework dump core. Maybe the same would happen with current version if tests would be enabled.

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 > -

Re: Update: devel/subversion

2016-06-01 Thread Dmitrij D. Czarkoff
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/p5-SVN-Notify - devel/p5-SVN-Simple - devel/p5-SVN-Web - sysutils/salt -

Re: Update: devel/subversion

2016-05-30 Thread Dmitrij D. Czarkoff
Stuart Henderson said: > On 2016/05/30 18:17, Dmitrij D. Czarkoff wrote: > > -SO_VERSION=1.4 > > +SO_VERSION=1.5 > > This should be a major bump. Indeed. Thank you, Stuart! -- Dmitrij D. Czarkoff Index: Makefile

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:

Re: Update: devel/subversion

2016-05-30 Thread Dmitrij D. Czarkoff
Gleydson Soares said: > 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. I am not sure I understand the rationale, but if you say so... P.S.: it is more like a job for

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
Here is a new diff. Changes: - add rc script from current port - don't install libdata/perl5/${MACHINE_ARCH}-openbsd/5.20.2/perllocal.pod - move gnome-keyring pkg-config file to -gnome-keyring subpackage - fix shebangs in ruby tools Comments? Test reports? OKs? -- Dmitrij D. Czarkoff

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

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

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
On Sun, May 29, 2016 at 10:29:32AM -0300, Gleydson Soares wrote: > > 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] I've committed this already. > [1] http://marc.info/?l=openbsd-ports=146447355118340=2 > >

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

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 can't comment on the

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=146447355118340=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: Makefile

update: devel/subversion 1.8.9

2014-05-17 Thread Stefan Sperling
This is an update to Subversion 1.8.9. Please test if you use Subversion. Version 1.8.9 (07 May 2014, from /branches/1.8.x) http://svn.apache.org/repos/asf/subversion/tags/1.8.9 User-visible changes: - Client-side bugfixes: * log: use proper peg revision over DAV (r1568872) * upgrade:

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

update: devel/subversion-1.7.8

2013-01-04 Thread Stefan Sperling
Subversion 1.7.8 was released last month. The diff to update the port is trivial. Version 1.7.8 (17 Dec 2012, from /branches/1.7.x) http://svn.apache.org/repos/asf/subversion/tags/1.7.8 User-visible changes - Client- and server-side bugfixes: * Fix typos in pt_BR, es and zh_TW translations

update: devel/subversion-1.7.7

2012-10-22 Thread Stefan Sperling
Released last week. Contains minor bug fixes as far as OpenBSD is concerned. Release announcement: http://svn.haxx.se/users/archive-2012-10/0068.shtml Version 1.7.7 (09 Oct 2012, from /branches/1.7.x) http://svn.apache.org/repos/asf/subversion/tags/1.7.7 User-visible changes - Client- and

Re: update: devel/subversion 1.7.6

2012-09-01 Thread Stefan Sperling
On Thu, Aug 16, 2012 at 03:42:38PM +0100, Stuart Henderson wrote: On 2012/08/16 16:07, Stefan Sperling wrote: Also include some mostly no-op changes from 'make update-plist'. I would revert those (with the possible exception of putting info.rb in the right alphabetical order), some of them

update: devel/subversion 1.7.6

2012-08-16 Thread Stefan Sperling
Update to 1.7.6. Fixes rather minor problems (we don't compile support for ra_serf yet so the malicious server item doesn't apply). Also include some mostly no-op changes from 'make update-plist'. Version 1.7.6 (15 Aug 2012, from /branches/1.7.x)

Re: update: devel/subversion 1.7.6

2012-08-16 Thread Stuart Henderson
On 2012/08/16 16:07, Stefan Sperling wrote: Also include some mostly no-op changes from 'make update-plist'. I would revert those (with the possible exception of putting info.rb in the right alphabetical order), some of them are harmless but unnecessary but the PLIST-python ones are wrong

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 retrieving

update: devel/subversion-1.7.4

2012-03-08 Thread Stefan Sperling
Update to 1.7.4. Release announcement: http://svn.haxx.se/users/archive-2012-03/0147.shtml Changelog entry for this release: == Version 1.7.4 (08 Mar 2012, from /branches/1.7.x) http://svn.apache.org/repos/asf/subversion/tags/1.7.4 User-visible changes: * fix 'svn log --diff' for

update: devel/subversion-1.7.3

2012-02-16 Thread Stefan Sperling
Version 1.7.3 (14 Feb 2012, from /branches/1.7.x) http://svn.apache.org/repos/asf/subversion/tags/1.7.3 General: * ship mod_dontdothat with the standard release User-visible changes: * fix segfault on 'svn rm $ROOT_URL' (issue #4074) * replace a couple of assertions in favor of

[update] devel/subversion-1.7.2

2011-12-05 Thread Stefan Sperling
Please test/ok. Version 1.7.2 (02 Dec 2011, from /branches/1.7.x) http://svn.apache.org/repos/asf/subversion/tags/1.7.2 User-visible changes: * fix working copy corruption after interrupted update/switch (issue #4040) * avoid segfaults against pre-1.5 servers (r1186928) * improve

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

2011-03-03 Thread Stefan Sperling
The first patch below updates the -current port to 1.6.16. The second patch updates the 4.8-stable port. Both fix CVE-2011-0715. Please test/ok. Release announcement for 1.6.16: http://svn.haxx.se/users/archive-2011-03/0019.shtml Changelog: Version 1.6.16 (02 Mar 2011, from /branches/1.6.x)

update: devel/subversion-1.6.15

2010-11-24 Thread Stefan Sperling
Subversion 1.6.15 has been released: http://svn.haxx.se/users/archive-2010-11/0480.shtml Version 1.6.15 (26 Nov 2010, from /branches/1.6.x) http://svn.apache.org/repos/asf/subversion/tags/1.6.15 User-visible changes: * hide unreadable dirs in mod_dav_svn's GET response (r996884) * make

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.

Re: update: devel/subversion-1.6.15

2010-11-24 Thread David Coppa
On Thu, Nov 25, 2010 at 3:50 AM, Stuart Henderson s...@spacehopper.org 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

update: devel/subversion-1.6.13

2010-10-03 Thread Stefan Sperling
Update to Subversion 1.6.13, plus some minor housekeeping in the MESSAGE files for the ap2- subpackage. Release announcement: http://mail-archives.apache.org/mod_mbox/subversion-users/201010.mbox/%3caanlkti=ljo4xy-_xxm=qnmpky5ezx+9rl6iwn2dem...@mail.gmail.com%3e Note that this release contains a

update: devel/subversion-1.6.12

2010-06-21 Thread Stefan Sperling
Below is a trivial patch to update Subversion to 1.6.12. Please test/ok. Upstream changelog: Version 1.6.12 (21 Jun 2010, from /branches/1.6.x) http://svn.apache.org/repos/asf/subversion/tags/1.6.12 User-visible changes: * further improvements for issue #3242 * allow deletion of uris

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 is

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 the autogen.sh script in the

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
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 messed up

Re: update: devel/subversion 1.6.9

2010-03-23 Thread Edd Barrett
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. Attached. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk ===

Re: update: devel/subversion 1.6.9

2010-03-22 Thread Pekka Niiranen
Great, will it be in official ports of v4.7? -pekka- 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

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.

update: devel/subversion 1.6.9

2010-03-20 Thread Stefan Sperling
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 messed up the build on hppa for some reason. Using CONFIGURE_STYLE=gnu causes autoconf to be run only once, in the pre-configure target. Please test

Re: update: devel/subversion 1.6.9

2010-03-20 Thread Stefan Sperling
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 messed up the build on hppa for some reason. Using CONFIGURE_STYLE=gnu causes

update: devel/subversion-1.6.5

2009-08-23 Thread Stefan Sperling
Hi, update to Subversion 1.6.5, please test / ok. == upstream changelog == Version 1.6.5 (21 Aug 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.5 User-visible changes: * fix mod_dav_svn directory view links to preserve peg revisions (r38201) * do not error on Windows

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 /

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: Makefile

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-keyring subpackage had

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
From Subversion's CHANGES file: Version 1.5.6 (27 Feb 2009, from /branches/1.5.x) http://svn.collab.net/repos/svn/tags/1.5.6 User-visible changes: * allow colons within mergeinfo path names (r35040) * make it impossible to add .svn to wc via 'svn add --parents' (r35143, -5) * copy

Re: [UPDATE] devel/subversion (1.5.5)

2008-12-27 Thread Steven Mestdagh
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. do we really need the message file to say something is not included? 1 test in trans_tests.py fails on

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 need the

[UPDATE] devel/subversion (1.5.5)

2008-12-22 Thread Stefan Sperling
Hi, Subversion-1.5.5 has just been released. So here is a diff to update the OpenBSD port. This release, as virtually every other 1.5.x release so far, has a bunch of fixes for merge-tracking. Anyone maintaining branches in their repositories really wants this upgrade. From CHANGES: Version

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

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

UPDATE: devel/subversion 1.4.4 - 1.4.6

2008-02-03 Thread Dongsheng Song
Version 1.4.6 (21 Dec 2007, from /branches/1.4.x) http://svn.collab.net/repos/svn/tags/1.4.6 User-visible changes: - Client: * fixed: unbounded memory use in svn cat over ra_svn (r26964, -8) * fixed: 'svn diff --summarize file' displays erroneous output (issue #2765) * fixed: 'svn

Re: UPDATE: devel/subversion

2007-06-17 Thread Simon Bertrang
On Mon, Jun 11, 2007 at 12:00:43PM +0200, steven mestdagh wrote: hi, please give this update a try. Tested on amd64 and i386; all regress tests passed. The usual operations still work. Ok regards, Simon Index: Makefile

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

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

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.

Re: UPDATE: devel/subversion

2006-12-18 Thread Joachim Schipper
On Thu, Dec 14, 2006 at 09:23:31PM +0100, steven mestdagh wrote: 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. I'm not sure why, but even on

Re: UPDATE: devel/subversion

2006-12-18 Thread steven mestdagh
Joachim Schipper [2006-12-18, 18:10:53]: On Thu, Dec 14, 2006 at 09:23:31PM +0100, steven mestdagh wrote: 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

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

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:

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}

Re: UPDATE : devel/subversion 1.2.3

2005-09-20 Thread Sigfred Håversen
Aleksander Piotrowski wrote: 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 +

Re: UPDATE : devel/subversion 1.2.3

2005-09-14 Thread Mathieu Sauve-Frankel
On Wed, Sep 14, 2005 at 01:20:23PM +0200, Aleksander Piotrowski wrote: Sigfred H?versen [EMAIL PROTECTED] wrote: By default svnserve -d -r /my/repo/path will listen on IPv6 *:3690, but there is no option to listen on IPv4 *. I've patched svnserve so that IPv6 is disabled by default, but

Re: UPDATE : devel/subversion 1.2.3

2005-09-14 Thread Sigfred Håversen
Aleksander Piotrowski wrote: Sigfred H?versen [EMAIL PROTECTED] wrote: By default svnserve -d -r /my/repo/path will listen on IPv6 *:3690, but there is no option to listen on IPv4 *. I've patched svnserve so that IPv6 is disabled by default, but may be enabled with a new option --ipv6.

Re: UPDATE: devel/subversion 1.2.0

2005-06-27 Thread Rik Burt
Sigfred Håversen wrote: devel/swig has been updated to version 1.3.24, and that broke the previous posted update of devel/subversion to 1.2.0. Attached an update of subversion that can use swig 1.3.24. Passes regression tests on i386. Please test. /Sigfred

Re: UPDATE: devel/subversion 1.2.0

2005-06-27 Thread Mathieu Sauve-Frankel
On Wed, Jun 22, 2005 at 04:20:40PM +0200, Sigfred H?versen wrote: Niall O'Higgins wrote: On Sun, Jun 19, 2005 at 07:36:18PM +0200, Sigfred Håversen wrote: devel/swig has been updated to version 1.3.24, and that broke the previous posted update of devel/subversion to 1.2.0. Attached an