aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/subversion.rb
AgeCommit message (Collapse)Author
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
2012-07-23subversion: fix errant '-arch ppc' in perl bindings buildJeff Clites
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-10subversion: use symbol dep for libtoolJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-09Subversion: building ruby bindings requires libtoolAdam Vandenberg
2012-07-06subversion: update requirementsAdam Vandenberg
* serf needs to be universal when building universal * make universal requirements fatal
2012-06-13subversion: --perl fixes, no clang and find EXTERN.h correctlyDave Goodell
This will find EXTERN.h correctly even if the user has installed a custom perl installation, such as from perlbrew. See #11619 for a bit more info. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11subversion: add serf dependencyDmitry Wolf
serf will become the default http library in 1.8, and is used by come servers now Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-28subversion: style nitsAdam Vandenberg
2012-05-28subversion: add back UTF-8 hack.Hideki IGARASHI
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-26Subversion: update to 1.7.5Hideki IGARASHI
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-04subversion: fix error with clangnibbles 2bits
Subversion will fail with clang when it queries the compiler used to build system Python and finds it is llvm-gcc. It then uses the clang cflags with llvm-gcc to compile the python bindings which causes the usual unknown `-march=native` flag issue. Pre-define the configure variable `ac_cv_python_compile` as ENV.cc Fixes #10914. Closes #12059. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-18subversion 1.7.4Adam Vandenberg
2012-03-18sqlite: add sqlite unviersal checkAdam Vandenberg
Also use Requirements for these checks.
2012-02-13Subversion: don't hardcode HOMEBREW_PREFIXDamien Pollet
Closes #10147. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-12svn 1.7.3soh335
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-04Subversion to 1.7.2Dan Fabulich
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-06Fix spelling mistakesBrett Koonce
Closes #9449. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-06-07subversion: compile against system sqliteAdam Vandenberg
2011-06-03Subversion 1.6.17Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-23Use ARGV.build_universal?Adam Vandenberg
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-04-01subversion - safer caveatsAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-09subversion 1.6.16Adam Vandenberg
2011-03-09subversion - warn if JAVA_HOME is setDaniel Tang
Subversion's JavaHL library depends on JNI headers that are only available by installing Developer Tools. Setting JAVA_HOME to something in /System/Library breaks because JNI headers aren't symlinked into the framework directories here. I believe the proper JAVA_HOME setting, if necessary, is the output of /usr/libexec/java_home, but the same effect can be achieved by not setting JAVA_HOME at all. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-02updated formula to subversion 1.6.15Gerolf Seitz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-31Subversion - patch Java detectionAdam Vandenberg
Patch taken from MacPorts. Fixes #2976
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-10-02Update Subversion to 1.6.13Emmanuel Blot
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-17Fix Subversion + Perl compile on 10.5 [mkroehnert]Adam Vandenberg
2010-09-06subversion - fix audit warningAdam Vandenberg
2010-09-01Build the Ruby bindings.Graham Hughes
Signed-off-by: David Höppner <0xffea@gmail.com> * remove testing leftovers
2010-08-13Don't need +x on theseAdam Vandenberg
2010-08-10Document all existing install options.Adam Vandenberg
2010-08-07Use new symlink aliasesMax Howell
2010-07-21svn - build perl bindings with j1 for git-svn to workAdam Vandenberg
2010-07-03Adding a --unicode-path option to subversionSimon COURTOIS
Inspired from the +unicode_path variant of the Macports subversion package. This option activates a patch to enable Mac OS X unicode paths handling. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-28Subversion - neon arch check was inverted.Adam Vandenberg
2010-06-28Subversion - fix --with-zlib pathAdam Vandenberg
2010-06-28Subversion checks for pkg-config, so add dep.Adam Vandenberg
2010-06-21Update Subversion to 1.6.12Emmanuel Blot
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-16Subversion: enable perl bindingsAdam Vandenberg
"brew install subversion --perl" will now also build new Perl bindings. Fixes #1526
2010-06-01Subversion: flag for building Python bindingsAugie Fackler
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Added caveats and cleaned up a bit.