2009-03-03 18:38:46 +01:00
|
|
|
# $NetBSD: Makefile.common,v 1.30 2009/03/03 17:38:46 gdt Exp $
|
|
|
|
# used by devel/java-subversion/Makefile
|
|
|
|
# used by devel/p5-subversion/Makefile
|
|
|
|
# used by devel/py-subversion/Makefile
|
|
|
|
# used by devel/ruby-subversion/Makefile
|
|
|
|
# used by devel/subversion-base/Makefile
|
|
|
|
# used by devel/subversion/Makefile
|
|
|
|
# used by www/ap2-subversion/Makefile
|
2003-05-25 11:31:28 +02:00
|
|
|
|
|
|
|
DISTNAME= subversion-${SVNVER}
|
2007-02-17 21:59:46 +01:00
|
|
|
CATEGORIES= devel scm
|
2006-11-08 12:29:14 +01:00
|
|
|
MASTER_SITES= http://subversion.tigris.org/tarballs/
|
2003-05-25 11:31:28 +02:00
|
|
|
|
Take maintainership, per private discussion with previous MAINTAINER.
Update to 1.5.5. Tested with subversion-base, and I will keep an eye
on the rest. (If this practice upsets you and you'd like to volunteer
to be MAINTAINER, email me - no one else responded to the call for
volunteers, so I'll be maintaining this but only really worrying about
and testing the parts I care about. Bug reports are of course
welcome.)
Version 1.5.5
(22 Dec 2008, from /branches/1.5.x)
http://svn.collab.net/repos/svn/tags/1.5.5
User-visible changes:
* allow prop commits on dirs with modified children (r34487, -92, -94)
* make Cyrus auth implementation always prefer EXTERNAL to ANONYMOUS (r33866)
* do not create mergeinfo for wc-wc moves or copies (r34184, -585)
* do not autoupgrade old BDB filesystems to 1.5 or 1.4 format (r34653, -6)
* return mergeinfo to prior state during reverse merges (r30257, r33024, -6)
* remove mergeinfo deleted by merge (issue #3323)
* make proxy slaves pass through txn GET and PROPFIND requests (issue #3275)
* merge can now use targets with inconsistent newlines (issue #3262)
* don't allow empty-string changelists (issue #3344)
* remove false positive ra_neon mergeinfo errors (r34822)
* improve performance of 'svn merge --reintegrate' (r34091, -4, and others)
* fixed: foreign merges keep UUID of foreign repository (r34050, -1, -3)
* fixed: properly encode diff headers used in conflict resolution (r34171)
* fixed: segfault in 'svn cp --parents' (r31311, -4)
* fixed: mergeinfo for '...' maps to empty revision range (issue #3312)
* fixed: segfault in BDB backend node-origins cache (r34506)
* fixed: broken merge if target's history includes resurrections (r34385, -93\
)
* fixed: invalid mergeinfo created on a subtree during merge (r34560, -2)
Developer-visible changes:
* fixed: svn_repos_get_logs() chokes on some revision arguments (r33873, -4)
2009-01-09 14:39:43 +01:00
|
|
|
MAINTAINER= gdt@NetBSD.org
|
2003-05-25 11:31:28 +02:00
|
|
|
HOMEPAGE= http://subversion.tigris.org/
|
|
|
|
|
|
|
|
.include "../../devel/subversion/Makefile.version"
|
|
|
|
|
|
|
|
SVNEXAMPLES= ${PREFIX}/share/examples/subversion
|
|
|
|
SVNDOC= ${PREFIX}/share/doc/subversion
|
|
|
|
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../devel/subversion/distinfo
|
2006-11-08 12:29:14 +01:00
|
|
|
FILESDIR= ${.CURDIR}/../../devel/subversion/files
|
2003-05-25 11:31:28 +02:00
|
|
|
PATCHDIR= ${.CURDIR}/../../devel/subversion/patches
|
|
|
|
|
|
|
|
USE_LIBTOOL= YES
|
2005-05-22 07:37:44 +02:00
|
|
|
USE_PKGLOCALEDIR= YES
|
2006-11-08 12:29:14 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2007-01-25 08:35:30 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.include "../../devel/subversion-base/options.mk"
|
|
|
|
|
Version 1.4.3
(18 January 2007, from /branches/1.4.x)
http://svn.collab.net/repos/svn/tags/1.4.3
pkgsrc changes:
- Add new 'serf' option to PKG_OPTIONS.subversion to use serf for
the DAV (http) network transport instead of neon.
User-visible-changes:
- Client:
* fixed: crash using automatic auth protocols with Neon 0.26 (r22440, -61)
* fixed: svn_load_dirs.pl cannot import file names containing '@' (r22203)
* fixed: error when committing replaced directories (r22991, -8)
* fixed: inability to change file perms due to existing file perms (r23018)
* include newest version of svn-graph.pl (r22969)
- Server:
* fixed: incorrectly reporting authz circular dependencies (issue #2684)
* fixed: potential filesystem memory leak in commit finalisation (r22729)
- Client and Server:
* fixed: crash in character translation, particularly on Windows (r22417)
* fixed: potential string corruption when resizing string buffers (r22689)
* translation updates for Korean, Spanish, Italian, Simplified Chinese,
and Japanese (fixing issues #2649 and #2681)
Developer-visible-changes:
* support Neon 0.26.2 (issue #2666)
* update (experimental) ra_serf repository access module for DAV (r22872)
* Windows installer improvements (r21516, r22155, r22224)
* fixed: svn_{ra,repos}_replay() doesn't send checksums (r22346, -51, -52)
* fixed: error when calling svn_repos_replay2() with a txn root (r22609)
* fixed: Solaris packaging script broken (issue #2669)
* javahl bindings:
- fixed: auth cache is created in the current directory (r22780)
- fixed: SVNAdmin's setLog() method always fails (r22387)
- fixed: target dependency order in generated build scripts (r22209)
* SWIG/perl bindings:
- fixed: ra_do_{update,switch,status} work with Perl delta editors (r22311)
- fixed: memory leak when calling methods on a Perl commit editor (r22332)
2007-01-25 19:15:49 +01:00
|
|
|
.if !empty(PKG_OPTIONS:Mserf)
|
|
|
|
CONFIGURE_ARGS+= --with-serf=${BUILDLINK_PREFIX.serf} --without-neon
|
|
|
|
.else
|
2003-05-25 11:31:28 +02:00
|
|
|
CONFIGURE_ARGS+= --with-neon=${BUILDLINK_PREFIX.neon}
|
Version 1.4.3
(18 January 2007, from /branches/1.4.x)
http://svn.collab.net/repos/svn/tags/1.4.3
pkgsrc changes:
- Add new 'serf' option to PKG_OPTIONS.subversion to use serf for
the DAV (http) network transport instead of neon.
User-visible-changes:
- Client:
* fixed: crash using automatic auth protocols with Neon 0.26 (r22440, -61)
* fixed: svn_load_dirs.pl cannot import file names containing '@' (r22203)
* fixed: error when committing replaced directories (r22991, -8)
* fixed: inability to change file perms due to existing file perms (r23018)
* include newest version of svn-graph.pl (r22969)
- Server:
* fixed: incorrectly reporting authz circular dependencies (issue #2684)
* fixed: potential filesystem memory leak in commit finalisation (r22729)
- Client and Server:
* fixed: crash in character translation, particularly on Windows (r22417)
* fixed: potential string corruption when resizing string buffers (r22689)
* translation updates for Korean, Spanish, Italian, Simplified Chinese,
and Japanese (fixing issues #2649 and #2681)
Developer-visible-changes:
* support Neon 0.26.2 (issue #2666)
* update (experimental) ra_serf repository access module for DAV (r22872)
* Windows installer improvements (r21516, r22155, r22224)
* fixed: svn_{ra,repos}_replay() doesn't send checksums (r22346, -51, -52)
* fixed: error when calling svn_repos_replay2() with a txn root (r22609)
* fixed: Solaris packaging script broken (issue #2669)
* javahl bindings:
- fixed: auth cache is created in the current directory (r22780)
- fixed: SVNAdmin's setLog() method always fails (r22387)
- fixed: target dependency order in generated build scripts (r22209)
* SWIG/perl bindings:
- fixed: ra_do_{update,switch,status} work with Perl delta editors (r22311)
- fixed: memory leak when calling methods on a Perl commit editor (r22332)
2007-01-25 19:15:49 +01:00
|
|
|
.endif
|
|
|
|
|
2006-04-04 05:36:32 +02:00
|
|
|
# workaround: does not install info file, but does create directory
|
|
|
|
CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
|
2004-06-01 02:16:08 +02:00
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.subversion-base+= subversion-base>=${SVNVER}
|
2004-11-19 05:01:59 +01:00
|
|
|
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|