2013-11-29 14:49:27 +01:00
|
|
|
# $NetBSD: Makefile.common,v 1.40 2013/11/29 13:49:27 adam Exp $
|
2009-03-03 18:38:46 +01:00
|
|
|
# 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
|
|
|
|
2013-11-29 14:49:27 +01:00
|
|
|
DISTNAME= subversion-${SVNVER}
|
|
|
|
CATEGORIES= devel scm
|
|
|
|
MASTER_SITES= ${MASTER_SITE_APACHE:=subversion/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://subversion.apache.org/
|
|
|
|
LICENSE= apache-1.1
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2009-04-30 01:52:14 +02:00
|
|
|
|
2012-12-20 19:39:14 +01:00
|
|
|
# People who might update Makefile.version may not be set up to test
|
2013-11-29 14:49:27 +01:00
|
|
|
# ruby/python/perl and java bindings, and testing ap2-subversion is awkward.
|
|
|
|
# If you object to updates without these tests, please volunteer to test
|
|
|
|
# patches and your email address can be recorded here. (Absent volunteers,
|
|
|
|
# breakage of language bindings will not be considered a terrible occurrence.)
|
2010-03-03 17:33:08 +01:00
|
|
|
MAINTAINER_TEST_VOLUNTEERS=
|
|
|
|
|
2003-05-25 11:31:28 +02:00
|
|
|
.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)
|
2013-08-01 11:27:44 +02:00
|
|
|
CONFIGURE_ARGS+= --with-serf=${BUILDLINK_PREFIX.serf}
|
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
|
|
|
.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"
|