aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/subversion.rb
AgeCommit message (Collapse)Author
2015-03-31subversion: update 1.8.13 bottle.BrewTestBot
2015-03-31subversion 1.8.13Branko Čibej
Closes #38231. Signed-off-by: Brett Koonce <koonce@gmail.com>
2015-03-23subversion 1.9.0-beta1 (devel)Branko Čibej
Closes #37879. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-03-02subversion: use https mirrorViktor Szakáts
Closes #37312. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-02subversion: add depends_on :java and modernizeXu Cheng
Closes #37309. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-01-18subversion: update 1.8.11 bottle.BrewTestBot
2015-01-18subversion 1.8.11Branko Čibej
And Serf version 1.3.8. Also removed part of the patch for configure that is no longer needed, and tweaked the remaining hunk of that patch so that it applies without fuzz. Closes #35970. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-07subversion: support brewed aprDominyk Tiller
Follow up to #34987. Subversion requires a little gentle stroking in the right direction. Closes #35612. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-10subversion: update 1.8.10_2 bottle.BrewTestBot
2014-12-10subversion: bump revision for dynamic linking fixJack Nagel
2014-12-10subversion: apply libtool patch for linking on 10.10Jack Nagel
The subversion formula uses stdenv due to the serf -> scons dependency, and since stdenv sets MACOSX_DEPLOYMENT_TARGET, we need to patch configure to work around a bug in libtool (which is already fixed in libtool upstream). See commit a5a36f44ca6fb626929c13154b10d13380d78cf4, and https://trac.macports.org/ticket/44596#comment:35 for more information. Fixes #34644.
2014-12-01subversion: cleanup formulaDominyk Tiller
The subversion formula is a bit of a nightmare. Still is, even with this PR :/. This PR hopes to address some of the issues seen in #34576 and #34554 by standardising the options across the formula a little more. Closes #34577. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-05subversion: combine conditionalsJack Nagel
2014-11-05subversion: add :apr dependencyJack Nagel
Closes #33422.
2014-11-05subversion: update 1.8.10_1 bottle.BrewTestBot
2014-11-05subversion: remove autotools bootstrap, refresh patchesJack Nagel
2014-09-13Homebrew::InstallationError should not be raised "manually"Jack Nagel
2014-08-25subversion: update 1.8.10_1 bottle.BrewTestBot
2014-08-24subversion: update 1.8.10_1 bottle.BrewTestBot
2014-08-24openssl: disable SSLv2 support.Dominyk Tiller
Kills ssl2 from OpenSSL. This PR relates to #31745. Force recompiles everything that relies on OpenSSL from the master branch to enforce the new OpenSSL no-ssl2 rule.
2014-08-18subversion: update 1.8.10 bottle.BrewTestBot
2014-08-18subversion: update 1.8.10 bottle.BrewTestBot
Fixes #31682.
2014-08-18subversion: update 1.8.10 bottle.BrewTestBot
2014-08-17svn 1.8.10Karl Pflästerer
svn is updated to 1.1.10 serf is updated to 1.3.7 The patches are adjusted so they can be cleanly applied Closes #31621. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-10subversion: remove commentJack Nagel
The problem with moving symlinks across volumes is an old one, and Pathname#install is designed to work around it. This is detailed in extend/pathname.rb.
2014-06-30subversion : fix --perl bindings.Dominyk Tiller
Patch suggested by @pwagland that should finally fix the --perl binding mv issue that causes the entire formula to error out if --perl build option is invoked. The issue & consequent patch will not affect anyone who doesn't build subversion with perl. I've included a # explanation as to why the change has been made, as hopefully this patch can be replaced either by a subversion fix or a better Ruby-invoked fix in time. Although this could work as a permanent fix, the hope is that it's a temporary workaround until something cleaner is worked out. See the following issues for more detail: [1](https://github.com/Homebrew/homebrew/issues/30370) [2](https://github.com/Homebrew/homebrew/issues/30224) Closes #30500. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-21subversion: update 1.8.9 bottle.BrewTestBot
Closes #30351. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-21subversion: upgrade serf.Dominyk Tiller
This is a small upgrade to the serf package within the wider Subversion.
2014-06-18subversion: update 1.8.9 bottle.BrewTestBot
Closes #30265. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-06-18subversion 1.8.9Dominyk Tiller
2014-05-31subversion: modernize autotools depsJack Nagel
2014-05-23subversion: fix incorrect conditionalJack Nagel
2014-05-20subversion: don't depend on superenv internalsJack Nagel
2014-04-22subversion: update 1.8.8 bottle.BrewTestBot
2014-04-22subversion: always use Homebrew's opensslJack Nagel
2014-03-20subversion: use patch DSLJack Nagel
2014-03-07use opt shortcutsAdam Vandenberg
2014-02-27subversion: use Formula[]Adam Vandenberg
2014-02-25subversion: use scons helperAdam Vandenberg
2014-02-25subversion: update 1.8.8 bottle.BrewTestBot
2014-02-25subversion 1.8.8Adam Vandenberg
2014-02-11subversion: use serf 1.3.4Adam Vandenberg
Closes #26612.
2014-01-27subversion: make perl/ruby/python bindings build.Andrew Neitsch
Need to filter out CPPFLAGS that confuse swig, see #23993. Fixes #23993. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-04subversion: cleanup python usage.Mike McQuaid
2013-12-15subversion: serf 1.3.3Brett Koonce
Closes #25235. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-11-27subversion: fix attribute orderJack Nagel
2013-11-27subversion: add bottle.BrewTestBot
2013-11-27subversion 1.8.5Mike McQuaid
Closes #24700. Closes #24703.
2013-11-01Fix building of Perl libaries for subversion.Paul Wagland
* SWIG cannot build in parallel, so disable that. * Move all libraries to the correct location. * Remove filter than removes -isystem flag. This is no longer generated, and so doesn't need to be removed. This prevents warnings from being shown subversion --perl is built. * Depend on swig if we try to compile the ruby bindings. Closes #23829. Signed-off-by: Xiyue Deng <manphiz@gmail.com>