0b793e25f6
User-visible changes: - Client-side bugfixes: * Fix crash with GPG-agent with non-canonical $HOME * Fix checkout errors with svn+ssh:// on Windows * svn: expose expat and zlib versions in svn --version --verbose * svn: improve help text for 'svn info --show-item' - Server-side bugfixes: * svnserve: fixed minor typo in help text * Enable caching with memcached on Windows * Fix an error leak in FSFS verification * Fix incomplete membuffer cache initialization * svnfsfs: fix some bugs and inconsistencies in load-index - Client-side and server-side bugfixes: * Fix alignment fault in ra_svn on 32 bit SPARC machines - Bindings bugfixes: * Fix memory corruption in copy source SWIG bindings
27 lines
1,002 B
Makefile
27 lines
1,002 B
Makefile
# $NetBSD: Makefile,v 1.59 2015/09/05 14:10:59 adam Exp $
|
|
|
|
PKGNAME= subversion-${SVNVER}
|
|
COMMENT= Version control system, meta-package
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../devel/subversion/Makefile.common"
|
|
|
|
DEPENDS+= subversion-base-${SVNVER}{,nb[0-9]*}:../../devel/subversion-base
|
|
DEPENDS+= ${APACHE_PKG_PREFIX}-subversion-${SVNVER}{,nb[0-9]*}:../../www/ap2-subversion
|
|
DEPENDS+= p5-subversion-${SVNVER}{,nb[0-9]*}:../../devel/p5-subversion
|
|
DEPENDS+= ${PYPKGPREFIX}-subversion-${SVNVER}{,nb[0-9]*}:../../devel/py-subversion
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-subversion-${SVNVER}{,nb[0-9]*}:../../devel/ruby-subversion
|
|
|
|
.if !empty(PKG_OPTIONS:Mjava)
|
|
# The standard implementation of java is non-portable and non-free, so
|
|
# we do not depend on it by default.
|
|
DEPENDS+= java-subversion-${SVNVER}{,nb[0-9]*}:../../devel/java-subversion
|
|
.endif
|
|
|
|
CATEGORIES+= meta-pkgs
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../lang/ruby/rubyversion.mk"
|
|
.include "../../mk/apache.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|