aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion-freebsd
Commit message (Collapse)AuthorAgeFilesLines
* (1) Move all options-related logic into Makefile.common, so bindings portsLev A. Serebryakov2008-07-071-1/+0
| | | | | | | | | | have proper CONFIGURE_ARGS now and will not fail to build when subversion was built with apache's apr (2) Bump devel/apr library version to 1.3 (3) Increase PORTREVISION, of course. Notes: svn path=/head/; revision=216439
* (1) Upgrade subversion to version 1.5.0.Lev A. Serebryakov2008-06-301-2/+3
| | | | | | | | | | | (2) Make binding ports to be real ports, which installs only bindings and depend on subversion. (3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme. (4) Re-base subversion-freebsd to `devel/subversion'. (5) Fix all ports, which depends on subversion bindings. Notes: svn path=/head/; revision=216025
* Update to 1.5.0 (identical to rc11).Ion-Mihai Tetcu2008-06-211-2/+1
| | | | | | | | Submitted by: peter@ Approved by: maintainer implicit Notes: svn path=/head/; revision=215486
* - Update from 1.5.0-rc7 to -rc11Ion-Mihai Tetcu2008-06-151-3/+3
| | | | | | | | | | - fix a client deadlock bug caused by svn_hacks.1.0.diff Submitted by: peter@ Approved by: maintainer implicit Notes: svn path=/head/; revision=214923
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* First, FWIW the ports that were originally committed to subversion-develDoug Barton2008-06-0113-1254/+6
| | | | | | | | | | | | | | | | | | | | | | | | and subversion-freebsd were my work. rodrigc did great work on the www/serf port which subversion 1.5.0 can use if it's enabled. These changes actually accomplish what peter asked for, a subversion-devel that is a generic port of the 1.5.0 release candidate, and a -freebsd version that is a slave to that port, to add some custom hacks that are necessary only for accessing the FreeBSD Project repository. So in the process, update COMMENTs, pkg-descrs, etc. to suit, and remove the majority of the stuff from the -freebsd version since those things are not needed for the slave port. Also make conditional those things in the -devel port that need to be conditional in the master, and update the definitions and defaultedness of the neon and serf OPTIONS. It is intended that when devel/subversion is updated to 1.5.x that the -freebsd port be pointed in that direction. Also, lev has volunteered to maintain this stuff in the long term, I'm simply helping out right now so that we can get it off the ground. Notes: svn path=/head/; revision=214084
* For now, enable dependency on www/neon26 by defaultEdwin Groothuis2008-06-011-1/+2
| | | | Notes: svn path=/head/; revision=214077
* subversion-devel and subversion-freebsd ports requiredEdwin Groothuis2008-06-016-458/+356
| | | | | | | | | | | | | | | | | | | Subversion is a version control system designed to be as similar to cvs(1) as possible, while fixing many outstanding problems with cvs(1). This version adds patches that at this time are specific to the needs of the FreeBSD Project src repository. If you do not need to access that repository you will want to use devel/subversion. WWW: http://subversion.tigris.org/ PR: ports/124060 Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> Notes: svn path=/head/; revision=214074
* Rename www/neon to www/neon26 to make the integrationEdwin Groothuis2008-05-051-1/+1
| | | | | | | of www/neon28 possible Notes: svn path=/head/; revision=212638
* Add proper CONFLICTS clauses.Lev A. Serebryakov2008-01-291-1/+1
| | | | | | | | PR: ports/119782 Submitted by: TAOKA Fumiyoshi Notes: svn path=/head/; revision=206372
* Download compressed book [1]Lev A. Serebryakov2008-01-293-76/+57
| | | | | | | | | | | Change some hard-coded paths to variables [1] Fix pkg-plist for Java bindings [2] PR: ports/119782 [1], ports/117357 [2] Submitted by: TAOKA Fumiyoshi [1], bf [2] Notes: svn path=/head/; revision=206371
* - Update to 1.4.6Martin Matuska2008-01-143-22/+22
| | | | | | | | | | | - Add OPTIONS PR: ports/119152 Submitted by: mm Approved by: maintainer (timeout) Notes: svn path=/head/; revision=205628
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onMark Linimon2007-10-071-1/+1
| | | | | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr Notes: svn path=/head/; revision=201032
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-3/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* Fix `rc.d/svnserve' installationLev A. Serebryakov2007-07-281-2/+5
| | | | Notes: svn path=/head/; revision=196493
* Add book files to `distinfo'Lev A. Serebryakov2007-07-181-0/+45
| | | | Notes: svn path=/head/; revision=195844
* Update to 1.4.4Lev A. Serebryakov2007-07-184-59/+13
| | | | | | | | | Fix `svnserve' startup script to know about svnserve wrapper [1] PR: [1] ports/113818 Notes: svn path=/head/; revision=195832
* subversion doesn't "support" neon 0.26.3, only 0.26.2 does.Lev A. Serebryakov2007-03-172-5/+14
| | | | Notes: svn path=/head/; revision=187565
* (1) Update `www/neon' to 0.26.3Lev A. Serebryakov2007-03-161-2/+2
| | | | | | | | | | | (2) Bump port revisions (and dependencies) on all ports, using libneon (3) Mark `devel/bazaar' broken, it doesn't support new neon version. Approved by maintainer. (4) Mark `www/neonpp' broken, it doesn't support new neon version. Maintainer timeout. Notes: svn path=/head/; revision=187477
* Update to 1.4.3Lev A. Serebryakov2007-02-042-7/+7
| | | | | | | PR: ports/108644 Notes: svn path=/head/; revision=184138
* Upgrade to version 1.4.2Lev A. Serebryakov2006-11-093-16/+5
| | | | Notes: svn path=/head/; revision=176934
* Fix build with -DWITH_SVNSERVE_WRAPPERLev A. Serebryakov2006-09-132-5/+5
| | | | | | | PR: ports/103213 Notes: svn path=/head/; revision=172925
* (1) Update to 1.4.0 releaseLev A. Serebryakov2006-09-127-63/+277
| | | | | | | | | | | | | (2) Migrate book to stable version 1.2 (3) Add images to HTML book (4) Add dependency to gfind (findutils) for asvn (5) Improve asvn script PR: ports/99177 [4],[5] Submitted by: David Robillard <david.robillard@gmail.com> [3] Notes: svn path=/head/; revision=172850
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-1/+1
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* Remove a new crop of the long-spurious FreeBSD KEYWORDs.Doug Barton2006-07-101-1/+1
| | | | Notes: svn path=/head/; revision=167373
* (1) Update to 1.3.2.Lev A. Serebryakov2006-06-064-65/+24
| | | | | | | | | | (2) Fix installation of apache module in case of apache > 2.0. (3) Fix some portlint warnings. PR: ports/97932 [2] Notes: svn path=/head/; revision=164636
* (1) Fix building with latest apache 2.0Lev A. Serebryakov2006-05-256-4/+259
| | | | | | | | | | (2) Add `asvn' support. (3) Add rc.d script for svnserve. PR: ports/96967 [1], ports/97457 [2], ports/91970 [3] Notes: svn path=/head/; revision=163358
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Update to latest 1.3.1 release.Lev A. Serebryakov2006-04-202-8/+5
| | | | | | | Fix URL of HTML book. Notes: svn path=/head/; revision=159998
* - Show knob options in pre-everything instead of pre-extractMarcus Alves Grando2006-03-171-1/+1
| | | | | | | | PR: 93721 Approved by: lev (maintainer timeout, 22 days) Notes: svn path=/head/; revision=157506
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+45
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-2/+2
| | | | Notes: svn path=/head/; revision=154857
* Fix book's entries in distinfo.Lev A. Serebryakov2006-01-062-3/+10
| | | | | | | | | Fix URL of HTML book (site responses with redirect now). Submitted by: Many Notes: svn path=/head/; revision=152903
* Bump neon shared libary version, bump PORTREVISION to force upgrade.Lev A. Serebryakov2006-01-051-2/+2
| | | | Notes: svn path=/head/; revision=152791
* Update to 1.3.0 release.Lev A. Serebryakov2006-01-032-11/+5
| | | | Notes: svn path=/head/; revision=152670
* One more fix to support all apaches 2.0+. Activate mod_dav for proper ↵Lev A. Serebryakov2005-12-171-2/+2
| | | | | | | version of apache. Notes: svn path=/head/; revision=151432
* (1) Properly process apache port versions.Lev A. Serebryakov2005-12-161-2/+3
| | | | | | | | | (2) Set proper permissions on ${PREFIX}/share/subversion PR: 89606 [2] Notes: svn path=/head/; revision=151338
* (1) Update ot 1.3.0.r4. It is official, public RC.Lev A. Serebryakov2005-12-116-73/+15
| | | | | | | | | | | | Rollback to 1.2.3 is impossible with new apr and swig in ports tree: all bindings are broken with these versions :( (2) Fix problems with new apache build infrastructure. I'm sorry for long pause Notes: svn path=/head/; revision=150865
* - prepare removal of www/apache2 in favor of www/apache20 for namingClement Laforet2005-12-041-3/+3
| | | | | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus Notes: svn path=/head/; revision=150328
* - Fix problem with WITH_BOOK knob. The book isn't part of the subversion ↵Florent Thoumie2005-11-302-3/+14
| | | | | | | | | | | | | | distfile anymore, so fetch svn-book.{html,pdf} as well if WITH_BOOK is defined. - Add SHA256 checksum. PR: ports/89153 Submitted by: Benjamin Lutz <benlutz@datacomm.ch> Reviewed by: flz Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=150056
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* (1) Update to 1.3.0-rc2Lev A. Serebryakov2005-11-059-152/+154
| | | | | | | | | | (2) Fix minor issues with Makefile (messages) (3) Fix pkg-plist in case of using apache21 PR: ports/87607 [2], ports/88410 [3] Notes: svn path=/head/; revision=147395
* [1] Fix perl bindingsLev A. Serebryakov2005-11-022-2/+6
| | | | | | | | | [2] Fix building of bindings on amd64 and ia64 PR: [1] ports/88209 Notes: svn path=/head/; revision=147005
* - Chase apr updatePav Lucistnik2005-11-011-3/+3
| | | | | | | Pointy hat to: rodrigc Notes: svn path=/head/; revision=146909
* Add support for apache21Lev A. Serebryakov2005-09-161-1/+8
| | | | | | | PR: ports/85900 Notes: svn path=/head/; revision=142923
* Update to version 1.2.3Lev A. Serebryakov2005-09-165-71/+42
| | | | | | | Enable Java HL bindings on 5.3 and newer systems. Notes: svn path=/head/; revision=142922
* Really unbreak WITH_BOOK option by creating the book directoryBruce A. Mah2005-08-011-1/+2
| | | | | | | | | | | before trying to put files there. While here, fix a minor typo in an output line. Approved by: lev (port MAINTAINER) Notes: svn path=/head/; revision=140595
* Update to 1.2.1.Lev A. Serebryakov2005-07-295-9/+93
| | | | | | | | | | Add ruby bindings [1]. Fix WITH_BOOK option [2]. PR: ports/82949 [1], ports/81808 [2] Notes: svn path=/head/; revision=140390
* Fix typo: s/May useful scripts/Many useful scripts/.Bruce A. Mah2005-05-261-1/+1
| | | | | | | Approved by: lev (MAINTAINER) Notes: svn path=/head/; revision=136146