aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/subversion.rb
AgeCommit message (Collapse)Author
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>
2013-10-31subversion: update bottle to include serf.Mike McQuaid
Fixes #23840.
2013-10-30subversion: use serf resource.Mike McQuaid
References #23779.
2013-10-30subversion 1.8.4 bottles.Mike McQuaid
2013-10-30subversion 1.8.4BBsan
Closes #23779. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-27subversion: fix perl bindings.Xiyue Deng
* Add swig as dependency for bindings. * Regenerate autotools as advice by upstream. - Depends on autotools for this purpose. * Filter out "-isystem" flags from Makefiles after installing main components. - Homebrew uses "-isystem" in CPPFLAGS to help detecting system componenets, but subversion passes it to swig which doesn't understand this. Manually filtering them out make it compile. Closes #20932. Closes #22668.
2013-10-19subversion: improve caveats line breaks.Mike McQuaid
2013-10-19subversion: update bottles to fix serf linkage.Mike McQuaid
Closes #23363.
2013-09-18subversion: add bottle.Mike McQuaid
2013-09-18subversion: add test.Mike McQuaid
2013-09-18subversion 1.8.3Clemens Gruber
Closes #22543. Signed-off-by: Adam Vandenberg <flangy@gmail.com> Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-08-27svn: Adding new bottles back.Samuel John
Using newer sqlite now.
2013-08-27svn: temporarily disabling the bottlesSamuel John
just until the bot has build the new ones...
2013-08-19superbin -> Superenv.binJack Nagel
Fixes #22000.
2013-08-15Use Hardware::CPU.universal_archs in formulaeMisty De Meo
2013-08-15Use Hardware::CPU.arch(32|64)_bit in formulaeMisty De Meo
2013-07-30subversion: fix svn-tools warningClemens Gruber
Closes #21435. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-26subversion: use archive URL until we move to 1.8.1Jack Nagel
2013-07-26Revert "subversion 1.8.1"Jack Nagel
This reverts commit 82167fa99e09018dd362ecd301f22e5a37df0641.
2013-07-26Revert "svn: remove out-of-date bottles"Jack Nagel
This reverts commit 929b9e5edab2e517840cae32010904c1289b9dc5.
2013-07-26svn: remove out-of-date bottlesAdam Vandenberg
2013-07-26subversion 1.8.1Clemens Gruber
Closes #21425. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-25subversion: styleJack Nagel
2013-07-16subversion 1.8.0 bottlesMike McQuaid
Closes #20890.
2013-07-10Replace == :leopard with <= :leopardMisty De Meo
2013-07-03fix typoAdam Vandenberg
2013-07-03subversion: remove patchClemens Gruber
Closes #20976. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-03Subversion: fail on --unicode-pathAdam Vandenberg
2013-06-21subversion: fix utf-8-mac encoding problemClemens Gruber
Fixes #20656. Closes #20674. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-20subversion: remove obsolete configure optionClemens Gruber
Closes #20630. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-20subversion: fix perl patchClemens Gruber
Closes #20629. Signed-off-by: Adam Vandenberg <flangy@gmail.com>