pkgsrc/devel/subversion/Makefile.common
adam c757e6a2a8 Version 1.9.0
User-visible changes:
- General:
  * make all commands provide brief description in help output (r1522518)
  * flush stdout before exiting to avoid information being lost (r1543868)

- Major new features:
  * fsfs: new format 7 with more efficient on-disk layout (r1547045 et al)
  * resolve: improve interactive conflict resolution menus
  * blame: support showing prospective as well as previous changes
  * info: support printing of individual values with --show-item (r1662620)
  * svn auth: new subcommand to manage cached credentials and certs
  * svnserve: cache config and authz to lower resource usage and be able to
    serve large numbers of connections with a limited number of threads
  * membuffer: quadruple the maximum cacheable directory size (r1545948 et al)
  * new filesystem fsx (faster, smaller); experimental - see release notes

- Minor new features and improvements:
See http://svn.apache.org/repos/asf/subversion/tags/1.9.0/CHANGES
2015-08-13 20:47:41 +00:00

52 lines
1.8 KiB
Makefile

# $NetBSD: Makefile.common,v 1.41 2015/08/13 20:47:42 adam 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
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
# People who might update Makefile.version may not be set up to test
# 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.)
MAINTAINER_TEST_VOLUNTEERS=
.include "../../devel/subversion/Makefile.version"
SVNEXAMPLES= ${PREFIX}/share/examples/subversion
SVNDOC= ${PREFIX}/share/doc/subversion
DISTINFO_FILE= ${.CURDIR}/../../devel/subversion/distinfo
FILESDIR= ${.CURDIR}/../../devel/subversion/files
PATCHDIR= ${.CURDIR}/../../devel/subversion/patches
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
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}
.else
CONFIGURE_ARGS+= --with-neon=${BUILDLINK_PREFIX.neon}
.endif
# workaround: does not install info file, but does create directory
CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
BUILDLINK_API_DEPENDS.subversion-base+= subversion-base>=${SVNVER}
.include "../../devel/gettext-lib/buildlink3.mk"