pkgsrc/devel/java-subversion/Makefile
bsiegert 2adc91ceba Update subversion (and bindings) to 1.10.4.
User-visible changes:
  - Minor new features and improvements:
    * Conflict resolver support for added vs unversioned file (r1845577)
    * Conflict resolver support for unversioned directories (r1846299)

  - Client-side bugfixes:
    * Fix: repos-to-WC copy with --parents doesn't create dirs (#4768)
    * Fix: foreign repo copy with peg/operative revisions (#4785)
    * Fix: foreign repo copy of file adding mergeinfo (#4792)
    * Fix: assertion failure using -rPREV on a working copy at r0 (#4532)
    * Fix: tree conflict message ends a sentence with a colon (#4717)

  - Server-side bugfixes:
    * Fix: unexpected SVN_ERR_FS_NOT_DIRECTORY errors (#4791)
    * Fix: mod_dav_svn's SVNUseUTF8 had no effect in some setups (r1844882)
    * Fix crash in mod_http2 (#4782)

  - Other tool improvements and bugfixes:
    * svndumpfilter: Clarify error messages by including node path (r1845261)

  - Bindings bugfixes:
    * JavaHL: Fix crash in client code when using external diff (r1845408)

 Developer-visible changes:
  - General:
    * Fix build on systems without python in $PATH (r1845555)

  - API changes:
    (none)
2019-01-12 12:24:16 +00:00

31 lines
884 B
Makefile

# $NetBSD: Makefile,v 1.47 2019/01/12 12:24:16 bsiegert Exp $
PKGNAME= java-subversion-${SVNVER}
COMMENT= Java bindings for Subversion
MAKE_JOBS_SAFE= no
.include "../../devel/subversion/Makefile.common"
SHLIBTOOL_OVERRIDE= # empty
USE_LANGUAGES+= c c++
USE_JAVA2= yes
# We might need PKG_JVM_DEFAULT/PKG_JVMS_ACCEPTED; I'm not much for Java...
CONFIGURE_ARGS+= --enable-javahl --with-jdk=${PKG_JAVA_HOME}
# To run the tests, uncomment this line if you have junit installed in
# jre/lib/ext . TODO: If someone packages junit, use that.
#CONFIGURE_ARGS+= --with-junit
BUILD_TARGET= javahl
INSTALL_TARGET= install-javahl
TEST_TARGET= check-javahl
post-patch:
${RM} ${WRKSRC}/build-outputs.mk
${CP} ${FILESDIR}/build-outputs.mk ${WRKSRC}/build-outputs.mk
.include "../../devel/subversion-base/buildlink3.mk"
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"