c757e6a2a8
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
28 lines
775 B
Makefile
28 lines
775 B
Makefile
# $NetBSD: Makefile,v 1.85 2015/08/13 20:47:42 adam Exp $
|
|
|
|
PKGNAME= p5-subversion-${SVNVER}
|
|
COMMENT= Perl bindings for Subversion
|
|
|
|
.include "../../devel/subversion/Makefile.common"
|
|
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
|
|
USE_TOOLS+= perl
|
|
PERL5_CONFIGURE= no
|
|
PERL5_OPTIONS+= threads
|
|
PERL5_PACKLIST= auto/SVN/_Core/.packlist
|
|
|
|
MAKE_JOBS_SAFE= no # https://bugs.gentoo.org/show_bug.cgi?id=388607
|
|
|
|
BUILD_TARGET= swig-pl
|
|
INSTALL_TARGET= install-swig-pl
|
|
TEST_TARGET= check-swig-pl
|
|
MAKE_ENV+= SUBVERSION_BASE_PREFIX=${BUILDLINK_PREFIX.subversion-base}
|
|
|
|
post-patch:
|
|
${RM} ${WRKSRC}/build-outputs.mk
|
|
${CP} ${FILESDIR}/build-outputs.mk ${WRKSRC}/build-outputs.mk
|
|
|
|
.include "../../devel/subversion-base/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|