aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/subversion.rb
AgeCommit message (Collapse)Author
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>
2013-06-19subversion: remove unicode patchAdam Vandenberg
Patch no longer applies. Closes #20609.
2013-06-19subversion 1.8.0Clemens Gruber
Closes #20600. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-19subversion: improve build time (use deparallelize only when necessary)Clemens Gruber
Closes #20602. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-17subversion: serialize buildAdam Vandenberg
Building with Java support does not work in parallel. Closes #20415.
2013-06-14subversion: restore neon supportAdam Vandenberg
Neon is needed to connect to certain WebDAV servers. Closes #20495.
2013-06-09subversion 1.7.10Clemens Gruber
* build with serf instead of neon; 1.8 will drop neon support * remove ENV.deparallelize because it did not fix #13226 Closes #20372. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-09subversion: install svnmucc and other svn toolsJiang Xin
Some useful tools can be installed through 'make install-tools'. Among them, the following five binaries have filenames with the prefix 'svn', and won't conflict with binaries form other packages. So it's safe to install these tools by default. * svn-populate-node-origins-index * svn-rep-sharing-stats * svnauthz-validate * svnmucc * svnraisetreeconflict Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2013-05-26disable-nls for neon and subversionAdam Vandenberg
Explicitly disable nls for neon and subversion in a hand-wavy attempt to fix #17613.
2013-05-03use bash/zsh path helpersAdam Vandenberg
2013-04-21Remove global methods from formulaeSimon Sigurdhsson
Removes any global methods from formulae, and moves #kext_prefix (which seems to be at least somewhat abstractable) into the Formula class. The only formula with global methods is now aspell; it (and its generating script in contrib) has been changed to prefix that method with `aspell_`, to minimize the risk of name collisions. Closes #19331. Closes #19343. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-19subversion: building bindings triggers user pathsAdam Vandenberg
Closes #15393.
2013-04-06Subversion 1.7.9Jeremy Ehrhardt
Closes #19017. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-04Subversion: always build against system rubyAdam Vandenberg
Closes #13272.
2013-01-26subversion: universal is now passed to deps automaticallyJack Nagel
2013-01-18Use fatal DSL method in requirementsJack Nagel
2013-01-11Fix build errors caused by making sqlite keg_onlySamuel John
- In subversion and gdal, because they used HOMEBREW_PREFIX/lib instead of Formula.factory('sqlite').opt_prefix Closes #17005. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-12-21subversion 1.7.8Jack Nagel
Closes #16690.
2012-10-28Subversion: use correct aprAdam Vandenberg
Backported fix from serf formula. Closes #14884.
2012-10-25subversion: fix Perl install locationnibbles 2bits
subversion --perl tries to install to `/Library/Perl` which is not writeable by the regular user and causes a build error. - Set the perl `DESTDIR=#{prefix}` and add a caveat. Fixes #15352 Closes #15652. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-08subversion 1.7.7Victor Jacobs
Closes #15362. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-25subversion: use new dslAdam Vandenberg
2012-08-17subversion 1.7.6Sebastian Sdorra
Closes #14250. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-23subversion: install bash completion scriptAdam Vandenberg