53f1759b1f
devel/p5-subversion devel/subversion devel/py-subversion devel/subversion-base devel/ruby-subversion www/ap2-subversion Update approved by package maintainer epg@NetBSD.org. Changes from version 1.2.1 include: Version 1.2.3 (19 August 2005, from /branches/1.2.x) http://svn.collab.net/repos/svn/tags/1.2.3 User-visible-changes: - Client: * fixed: 'svn status -u' fails against pre-1.2 mod_dav_svn (r15359, r15423) * fixed: 'svn export' segfault (r15516) * fixed: 'svn merge' memory leak (r15233) * fixed: horrible rename-tracing performance against 1.0 servers (r15315) * fixed: 'svn cat' over file:// -- small leak (r15253) * fixed: crash with "svn lock" and authentication (r15703) * improvements to 'svnmerge' utility (r14008,-458,-587,-632, r15329,-340) * translation updates for French, German, Polish, Norwegian, Swedish, Korean - Server: * fixed: mod_authz_svn being overly restrictive (r15463) * fixed: fsfs directory caching bug (r15705, r15742) - Both: * fixed: crash when >50 options passed to any commandline app (r15251) * fixed: memory leak in character translation handle caching (r15379,-398) Developer-visible-changes: * fixed: crash when calling svn_client_(un)lock with no targets (r15734) * rhel-4 RPM bugfix for python bindings (r15616) * missing #include in SWIG bindings (r15683) * javahl bindings: - fixed: JNI library loading bug (r15552) - fixed: JNI stack-name cut and paste error (r15337) - fixed: crash when revisions have no dates (r15737) * perl bindings: - now compatible with SWIG 1.3.25 (r15248) - allow SVN::Pool to be used as pool parameter (r15450) - make SVN::Delta::Editor friendlier for debugging (r15609) - fixed: wrap svn_ra_stat properly (r15713) - fixed: bug in SVN::Core::Stream's read function (r15698, r15700) * ruby bindings: - now compatible with SWIG 1.3.25 (r14980, r15361)
25 lines
682 B
Makefile
25 lines
682 B
Makefile
# $NetBSD: Makefile,v 1.26 2005/09/06 17:35:17 jlam Exp $
|
|
|
|
PKGNAME= p5-subversion-${SVNVER}
|
|
COMMENT= Perl bindings for Subversion
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
.include "../../devel/subversion/Makefile.common"
|
|
|
|
PERL5_CONFIGURE= no
|
|
PERL5_OPTIONS+= threads
|
|
PERL5_PACKLIST= auto/SVN/_Core/.packlist
|
|
|
|
BUILD_TARGET= swig-pl-lib swig-pl
|
|
INSTALL_TARGET= install-swig-pl
|
|
TEST_TARGET= check-swig-pl
|
|
|
|
post-patch:
|
|
${RM} ${WRKSRC}/build-outputs.mk
|
|
${CP} ${FILESDIR}/build-outputs.mk ${WRKSRC}/build-outputs.mk
|
|
|
|
.include "../../devel/subversion/buildlink3.mk"
|
|
.include "../../devel/swig13/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|