summaryrefslogtreecommitdiff
path: root/devel/ArX2
AgeCommit message (Collapse)AuthorFilesLines
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-26Re-add patch-aa, so that SCons picks up the buildlink-PATH. This fixesrecht2-1/+15
build problems if boost is installed. noted by drochner@
2005-07-24ArX-2.2.3 2005-July-21recht4-36/+7
"annotate" has been implemented and "log" has been enhanced. The patch queue has been updated and tests modified to work with ArX. "fork", "replay", and "merge" no longer supports out-of-place forks. "arx help" now works. The autoconf scripts for Python configuration have been revamped to use a standard autoconf macro. See INSTALL.GENERIC for details. Revision libraries and "library" have been removed. Some limitations in "merge", "diff" and "replay" have been removed.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-12Fix incorrect cast. Reported by ODA Terutaka on arx-users.recht4-26/+8
While at it remove an unused patch. Bump PKGREVISION to 1.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-10update to ArX 2.2.2recht5-13/+44
Removed the dependency on gpg since crypto support can also be enabled afterwards. changes: "tag" has been enhanced so that you can tag the latest revision of a particular branch (floating tags), instead of just one particular revision. "merge" now has a --recursive option. "fork" has been simplified and works in-place by default. "export" no longer appends the revision number to the destination if the destination is specified. Some bugs in plain old http support have been fixed. In addition, "update-listing" works differently. You can use update-listing to either add or remove a special marker in an archive. If that marker is in the archive, then ArX will automatically maintain all of the .listing files in that archive. In "diff", --output now implies --keep-patch-dir. A subtle off-by-one bug in the xdelta implementation has been fixed (thanks to Daniel Berlin). The manual has seen a number of improvements.
2005-04-19Import ArX-2.2.1. This is the successor of pkgsrc/devel/ArX.drochner5-0/+78
Databases are incompatible, so make it a separate pkg. (XXX to convert a database, one needs both versions at the same time, which isn't supported by the pkgs. Since arx is just a single binary, one can easily be copied away... this is not for greenhorns anyway.)