summaryrefslogtreecommitdiff
path: root/devel/subversion/Makefile.common
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2007-01-25 18:15:49 +0000
committerepg <epg@pkgsrc.org>2007-01-25 18:15:49 +0000
commit08056ac2d5a27b550e6fe3d80eb64ec2f48189c4 (patch)
treed3eda8614f44166a349170dd5b335a4491fd8017 /devel/subversion/Makefile.common
parent76ab9ed2ab10155c3f3115bee06f56ea437a195c (diff)
downloadpkgsrc-08056ac2d5a27b550e6fe3d80eb64ec2f48189c4.tar.gz
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)
Diffstat (limited to 'devel/subversion/Makefile.common')
-rw-r--r--devel/subversion/Makefile.common8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common
index df658ca4733..3f08bdf177b 100644
--- a/devel/subversion/Makefile.common
+++ b/devel/subversion/Makefile.common
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile.common,v 1.26 2007/01/25 07:35:30 epg Exp $
+# $NetBSD: Makefile.common,v 1.27 2007/01/25 18:15:49 epg Exp $
DISTNAME= subversion-${SVNVER}
CATEGORIES= devel
MASTER_SITES= http://subversion.tigris.org/tarballs/
-EXTRACT_SUFX= .tar.bz2
MAINTAINER= epg@NetBSD.org
HOMEPAGE= http://subversion.tigris.org/
@@ -24,7 +23,12 @@ GNU_CONFIGURE= YES
.include "../../mk/bsd.prefs.mk"
.include "../../devel/subversion-base/options.mk"
+.if !empty(PKG_OPTIONS:Mserf)
+CONFIGURE_ARGS+= --with-serf=${BUILDLINK_PREFIX.serf} --without-neon
+.else
CONFIGURE_ARGS+= --with-neon=${BUILDLINK_PREFIX.neon}
+.endif
+
# workaround: does not install info file, but does create directory
CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}