Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.1 30 Apr 2009 07:42:50 |
lev |
Fix FreeBSD hacks not to crash on memory deallocation.
PR: ports/134091
Submitted by: Giorgos Keramidas <keramida@freebsd.org> |
1.6.1 29 Apr 2009 12:11:18 |
lev |
(1) Update to version 1.6.1
(2) Fix asvn knoweledge about svn command location [1]
(3) Add STATIC option to build only static binaries [2]
(4) Activate mod_authz_svn in package installation [3]
PR: [1] ports/133778, [3] ports/133898
Submitted by: [2] David O'Brien |
1.6.0_2 06 Apr 2009 17:06:34 |
lev |
(1) Put svn_hacks-1.2.diff to local-distfiles
(2) Add optional module mod_dontdothat
(3) Fix order of apache module loading
(4) Make deinstall script much mor robust, it should not trash Apache config
in case of various errors.
PR: ports/133366 [2]
Submitted by: Many users [1], olli hauer <ohauer@gmx.de> [2], Dag-Erling
Smorgrav <des@des.no> [3] |
1.6.0_1 03 Apr 2009 18:39:28 |
lev |
(1) Enable mod_authz_svn
(2) Enable parallel build
PR: ports/133121, ports/133016
Submitted by: olli hauer <ohauer@gmx.de>, Martin Matuska <mm@FreeBSD.org> |
1.6.0 03 Apr 2009 18:17:21 |
lev |
Update to version 1.6.0.
Many new cool features, new WC version (autougrade), new repo version (NO
AUTOUPGRADE)
Read svn original documentation, please! |
1.5.5_1 18 Jan 2009 19:43:53 |
pgollucci |
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
defaults changed: WITH_BDB=yes [1]
convert APR_UTIL_* flags to KNOBS flag names
optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
defaults changed: WITH_BDB=yes [1]
convert APR_UTIL_* flags to KNOBS flag names
optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
(sqlite,orcale,freetds,odbc -- PATCHES welcome, MAINTAINER does not use)
GMAKE is not needed, so remove it
split ./configure args into apr and apr-util args, they do not accept all the
same options
standardize on naming apr and apu to match other oses and the C code.
create APR_WRKDIR And APU_WRKDIR for simplicity (Only the first 15 lines of the commit message are shown above ) |
1.5.5_1 30 Dec 2008 14:57:10 |
lev |
Update book (WITH_BOOK option) to 1.5 version, which is frozen now and will
not change anymore.
PR: ports/129995 |
1.5.5 29 Dec 2008 16:17:12 |
lev |
Update to 1.5.5 |
1.5.4_2 27 Oct 2008 16:53:49 |
lev |
Add "--listen-host 0.0.0.0" to default svnserve flags, to listen on IPv4
addresses.
PR: ports/128367 |
1.5.4_1 25 Oct 2008 20:22:18 |
lev |
(1) Add SVN Book to distinfo
(2) Fix typo |
1.5.4 25 Oct 2008 09:06:21 |
lev |
(1) Update to 1.5.4
(2) Create SVNUSER in cases when SVHGROUP is created [1]
(3) Change default repository path to "/home/svn/repos" in svnwrapper [1]
(4) Fix typo [2]
PR: [1] ports/122972, [2] ports/127347 |
1.5.2 07 Sep 2008 22:16:32 |
miwi |
- Update to 1.5.2
Request by: Peter Wemm
Approved by: portmgr (linimon) |
1.5.1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.5.1 26 Jul 2008 13:56:14 |
lev |
(1) Update to 1.5.1
(2) Toss options processing to build apr as subversion dependency, not as
sirf one, if sirf is selected on very clean system. It allows to build
apr with BDB option turned on, if needed. |
1.5.0_4 22 Jul 2008 12:04:37 |
lev |
Fix subversion's bindings building ob build cluster, when subversion
everything, but
bindings are installed from packages. |
1.5.0_3 08 Jul 2008 09:25:16 |
lev |
Fix building of bindings in BATCH mode (without options file at all):
invert checks such way, that default config without OPTIONS at all is equivalent
to default config, specified via OPTIONS. |
1.5.0_2 07 Jul 2008 10:37:56 |
lev |
(1) Move all options-related logic into Makefile.common, so bindings ports
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. |
1.5.0_1 02 Jul 2008 05:21:39 |
lev |
(1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is set
(2) Fix CATEGORIES for devel/*-subversion ports
(3) Add note to UPDATING about neon26/neon28 transition and
binding changes.
PR: ports/125168 [2]
Submitted by: Dmitry Morozovsky <marck rinet ru> [1,2,3] |
1.4.6_2 30 Jun 2008 15:06:15 |
ale |
Add missing distfile for -freebsd slave port. |
1.4.6_2 30 Jun 2008 12:39:14 |
lev |
Fix CATEGORIES for subversion & binding ports. |
1.5.0 30 Jun 2008 10:00:07 |
lev |
(1) Upgrade subversion to version 1.5.0.
(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. |
1.4.6_2 06 Jun 2008 14:33:40 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
1.4.6_1 04 Jun 2008 18:13:51 |
dougb |
Add subversion-devel and subversion-freebsd to CONFLICTS |
1.4.6_1 05 May 2008 08:33:57 |
edwin |
Rename www/neon to www/neon26 to make the integration
of www/neon28 possible |
1.4.6_1 29 Jan 2008 12:26:32 |
lev |
Add proper CONFLICTS clauses.
PR: ports/119782
Submitted by: TAOKA Fumiyoshi |
1.4.6_1 29 Jan 2008 12:17:05 |
lev |
Download compressed book [1]
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] |
1.4.6 14 Jan 2008 09:04:24 |
mm |
- Update to 1.4.6
- Add OPTIONS
PR: ports/119152
Submitted by: mm
Approved by: maintainer (timeout) |
1.4.4_1 07 Oct 2007 05:45:04 |
linimon |
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
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 |
1.4.4_1 08 Sep 2007 00:59:21 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
1.4.4_1 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
1.4.4_1 28 Jul 2007 18:25:14 |
lev |
Fix `rc.d/svnserve' installation |
1.4.3_2 18 Jul 2007 11:27:49 |
lev |
Add book files to `distinfo' |
1.4.4 18 Jul 2007 08:03:30 |
lev |
Update to 1.4.4
Fix `svnserve' startup script to know about svnserve wrapper [1]
PR: [1] ports/113818 |
1.4.3_2 17 Mar 2007 07:53:12 |
lev |
subversion doesn't "support" neon 0.26.3, only 0.26.2 does. |
1.4.3_1 16 Mar 2007 10:03:11 |
lev |
(1) Update `www/neon' to 0.26.3
(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. |
1.4.3 04 Feb 2007 17:14:33 |
lev |
Update to 1.4.3
PR: ports/108644 |
1.4.2 09 Nov 2006 13:54:13 |
lev |
Upgrade to version 1.4.2 |
1.4.0_1 13 Sep 2006 10:20:27 |
lev |
Fix build with -DWITH_SVNSERVE_WRAPPER
PR: ports/103213 |
1.4.0 12 Sep 2006 12:46:30 |
lev |
(1) Update to 1.4.0 release
(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] |
1.3.2 04 Aug 2006 12:34:50 |
erwin |
Add support for DESTDIR part I.
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 |
1.3.2 10 Jul 2006 18:32:32 |
dougb |
Remove a new crop of the long-spurious FreeBSD KEYWORDs. |
1.3.2 06 Jun 2006 18:52:10 |
lev |
(1) Update to 1.3.2.
(2) Fix installation of apache module in case of apache > 2.0.
(3) Fix some portlint warnings.
PR: ports/97932 [2] |
1.3.1_1 25 May 2006 11:17:17 |
lev |
(1) Fix building with latest apache 2.0
(2) Add `asvn' support.
(3) Add rc.d script for svnserve.
PR: ports/96967 [1], ports/97457 [2], ports/91970 [3] |
1.3.1 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
1.3.1 20 Apr 2006 10:26:29 |
lev |
Update to latest 1.3.1 release.
Fix URL of HTML book. |
1.3.0_4 17 Mar 2006 17:51:55 |
mnag |
- Show knob options in pre-everything instead of pre-extract
PR: 93721
Approved by: lev (maintainer timeout, 22 days) |
1.3.0_4 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.3.0_3 30 Jan 2006 23:20:05 |
kuriyama |
Chase shlib bump of libexpat. |
1.3.0_2 06 Jan 2006 17:40:23 |
lev |
Fix book's entries in distinfo.
Fix URL of HTML book (site responses with redirect now).
Submitted by: Many |
1.3.0_1 05 Jan 2006 08:40:10 |
lev |
Bump neon shared libary version, bump PORTREVISION to force upgrade. |
1.3.0 03 Jan 2006 16:55:38 |
lev |
Update to 1.3.0 release. |
1.3.0.r4_2 17 Dec 2005 18:51:44 |
lev |
One more fix to support all apaches 2.0+. Activate mod_dav for proper version
of apache. |
1.3.0.r4_1 16 Dec 2005 18:52:10 |
lev |
(1) Properly process apache port versions.
(2) Set proper permissions on ${PREFIX}/share/subversion
PR: 89606 [2] |
1.3.0.r4 11 Dec 2005 11:05:27 |
lev |
(1) Update ot 1.3.0.r4. It is official, public RC.
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 |
1.3.0.r2 04 Dec 2005 00:18:15 |
clement |
- prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus |
1.3.0.r2 30 Nov 2005 15:30:30 |
flz |
- Fix problem with WITH_BOOK knob. The book isn't part of the subversion
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) |
1.3.0.r2 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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. |
1.3.0.r2 05 Nov 2005 16:54:31 |
lev |
(1) Update to 1.3.0-rc2
(2) Fix minor issues with Makefile (messages)
(3) Fix pkg-plist in case of using apache21
PR: ports/87607 [2], ports/88410 [3] |
1.2.3_3 02 Nov 2005 10:17:51 |
lev |
[1] Fix perl bindings
[2] Fix building of bindings on amd64 and ia64
PR: [1] ports/88209 |
1.2.3_2 01 Nov 2005 13:27:39 |
pav |
- Chase apr update
Pointy hat to: rodrigc |
1.2.3_1 16 Sep 2005 12:07:30 |
lev |
Add support for apache21
PR: ports/85900 |
1.2.3 16 Sep 2005 12:01:00 |
lev |
Update to version 1.2.3
Enable Java HL bindings on 5.3 and newer systems. |
1.2.1 01 Aug 2005 00:19:14 |
bmah |
Really unbreak WITH_BOOK option by creating the book directory
before trying to put files there.
While here, fix a minor typo in an output line.
Approved by: lev (port MAINTAINER) |
1.2.1 29 Jul 2005 11:15:27 |
lev |
Update to 1.2.1.
Add ruby bindings [1].
Fix WITH_BOOK option [2].
PR: ports/82949 [1], ports/81808 [2] |
1.2.0 26 May 2005 05:18:11 |
bmah |
Fix typo: s/May useful scripts/Many useful scripts/.
Approved by: lev (MAINTAINER) |
1.2.0 25 May 2005 20:08:44 |
lev |
Update to 1.2.0 |
1.1.4 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.1.4 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.1.4 10 Apr 2005 14:56:45 |
lev |
[0] Update to 1.1.4.
[1] Add target `rpository' and ability to create fsfs repository.
Default repository format is `bdb' for compatibility.
It will be changed in 1.2.0.
[2] Fix perl bindings patch.
PR: [1] ports/78379
[2] ports/77453
Submitted by: [1] Roman Neuhauser <neuhauser@chello.cz>
[2] Andrey Slusar <anrays@gmail.com> |
1.1.3 30 Mar 2005 02:05:03 |
clsung |
- devel/subversion-perl (WITH_PERL) installs perllocal.pod, get rid of it.
- for ports incorrectly installs perllocal.pod, please
% perldoc ExtUtils::MakeMaker
and search for "pure_install"
PR: 79293
Submitted by: Ying-Chieh Chen <yinjieh AT csie dot nctu dot edu dot tw>
Approved by: portmgr (marcus), maintainer (lev) |
1.1.3 03 Feb 2005 20:21:54 |
lev |
Update to 1.1.3
Add ability to build without db4 (WITHOUT_BDB)
Install precompiled HTML book and PDF book [1]
PR: [1] ports/75411 |
1.1.1 11 Nov 2004 06:50:34 |
lev |
WITHOUT_GETTEXT -> WITHOUT_NLS
Submitted by: Kirill Ponomarew <krion@voodoo.oberon.net>, Mark Linimon
<linimon@lonesome.com> |
1.1.1 10 Nov 2004 20:40:19 |
lev |
Add conditional USE_GETTEXT=yes (turned on by default).
WITHOUT_GETTEXT build works too. |
1.1.1 05 Nov 2004 15:42:05 |
lev |
(1) Update to 1.1.1 and supports `devel/apr' of version 1.0.0
(2) Add installation of usefuls scripts and tools into `share/subversion'
(3) Prepare for JavaHL bindings, but `devel/apr' have problems with threads on
STABLE now.
PR: 73135, 72551, 52797, 72665.
Submitted by: Many people, especially bmah@ |
1.0.8 15 Oct 2004 21:41:09 |
pav |
- Chase apr shlib bump
Pointy hat: kuryiama |
1.0.8 26 Sep 2004 07:37:00 |
lev |
Update to 1.0.8: security fix.
PR: ports/72070
Submitted by: bmah
Approved by: portmgr (Mark Linimon) |
1.0.6_2 21 Aug 2004 18:33:26 |
lev |
Fix stupid errors in Makefile.
Remove `*.la' installation.
Remove `*.a' installation for Python module.
PR: ports/70694
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> |
1.0.6_1 19 Aug 2004 20:40:29 |
lev |
[1] Add patches for perl bindings, backported from subversion 1.1 branch
[2] Add optional ability to build HTML version of "Subversion book"
[3] Add ability to build without libneon (with disabled WeDAV client)
PR: ports/70368 with changes [1],
ports/68781 [2]
Submitted by: Rong-En Fan <rafan@infor.org> [1],
Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> [2] |
1.0.6 30 Jul 2004 12:37:58 |
lev |
Update to 1.0.6.
This is NOT fix problem with apache2 module.
Fix for module will be in next commit. |
1.0.5 17 Jun 2004 06:37:54 |
lev |
(1) Update to 1.0.5: security fix
(2) Fix IGNORE string
PR: ports/68015, ports/67734 |
1.0.4 07 Jun 2004 02:07:44 |
vanilla |
Fixes the "make" semantic for the SVN::Core Perl module.
PR: ports/64346
Submitted by: Autrijus Tang
Maintainer timtout: > 1 month. |
1.0.4 23 May 2004 18:41:09 |
lev |
Update to latest version 1.0.4 |
1.0.2_1 19 May 2004 20:22:30 |
nectar |
Correct a remotely exploitable vulnerability in subversion's date
parsing.
http://vuxml.freebsd.org/5d36ef32-a9cf-11d8-9c6d-0020ed76ef5a.html
The patch was supplied by Stefan Esser and verified by Ben Reser. |
1.0.2 01 May 2004 20:29:02 |
lev |
Upgrade to 1.0.2 bugfix version
PR: ports/65870 |
1.0.1 15 Mar 2004 15:51:08 |
lev |
Update to bugfix version 1.0.1. |
1.0.0_1 14 Mar 2004 07:58:26 |
kuriyama |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION. |
1.0.0 24 Feb 2004 07:54:20 |
lev |
Remove unused patch for `./configure', which confuses users. |
1.0.0 23 Feb 2004 20:12:26 |
johan |
Hurra!
Update to release 1.0.0! |
0.37.0 05 Feb 2004 15:20:42 |
lev |
Update to version 0.37.0 (1.0.0rc1).
Add optional perl bindings (PR ports/61352 with many changes).
Add optional python bindings.
Depends on `devel/apr-svn' to help package building.
PR: ports/61352 |
0.35.1_1 12 Jan 2004 10:59:32 |
lev |
Fix building with apache2 port.
Now subversion needs apache2 with db4 support, check this condition.
Sorry, but everybody, who uses subversion with apache, will need to rebuild
apache2 port :( |
0.35.1 09 Jan 2004 16:59:36 |
lev |
Update to subversion-0.35.1
Use old (0.9.4) version of apr instead of recommended 0.9.5.
Return BIG MESSAGE about repository dump/restore cycle.
Based on PR form Roman Neuhauser <neuhauser@bellavista.cz>
PR: ports/61013
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> |
0.32.1_2 19 Nov 2003 11:40:34 |
lev |
Fix typos |
0.32.1_2 13 Nov 2003 10:00:38 |
lev |
Search for system-wide configs in ${PREFIX}/etc/subversion, when
${PREFIX} != "/usr".
PR: ports/59190
Submitted by: Jeroen Ruigrok van der Werven <asmodai@nexus.ninth-circle.org> |
0.32.1_1 11 Nov 2003 13:28:01 |
lev |
Fix building with new apr on 4-STABLE systems |
0.32.1 07 Nov 2003 09:12:58 |
marcus |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
0.32.1 26 Oct 2003 19:12:49 |
lev |
[1] Update to latest 0.32.1
[2] Set proper rights on DAV part of repository.
PR: [2] ports/58408 |
0.31.0 24 Oct 2003 14:35:55 |
lev |
Include <bsd.port.pre.mk> before ALL tunable variables. |
0.31.0 23 Oct 2003 20:07:01 |
lev |
Use bsd.ports.(pre|post).mk, don't ignore Makefile.local
PR: 58397 |
0.31.0 14 Oct 2003 20:41:53 |
bmah |
Remove my local cache of subversion distfiles. collab.net seems
perfectly capable of hosting these reliably now.
Approved by: lev (MAINTAINER) |
0.31.0 09 Oct 2003 12:50:16 |
lev |
[1] Update to 0.31.0
[2] Add (optional) ability to create repository
[3] Add (optional) svnserve wrapper to fix svn+ssh access problems.
PR: [2,3] ports/57754 |