summaryrefslogtreecommitdiff
path: root/devel/ArX2
AgeCommit message (Collapse)AuthorFilesLines
2007-02-17Add "scm" to CATEGORIES to make it easy to find source control managementwiz1-2/+2
related packages.
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-2/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-07-17Fixed pkglint warnings.rillig1-6/+10
2006-04-11Added a patch that fixes the build on NetBSD 3.0/i386.rillig2-1/+17
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-19Include sys/endian.h on DragonFly.joerg2-1/+15
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-1/+2
Bump BUILDLINK_RECOMMENDED.
2005-12-27update to 2.2.4recht3-23/+17
ArX-2.2.4 2005-Nov-16 "merge" now uses a three-way merge by default, with support for external merge tools. "merge" also now takes the --update option instead of using heuristics. "merge", "dopatch", and "replay" now record when there are conflicts in the tree, and "commit" will refuse to act unless they are cleaned up with "resolve". The --silent, --quiet, --default-output, --report, and --verbose options have been replaced with -v and -q options. ArX is now much more clever when dealing with renames. "commit" and "tag" now support --author and --date options. The patch queue manager has been updated. Some bugs when working across filesystems have been fixed.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-23Using ${TRUE} instead of /bin/true.rillig1-2/+2
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.)