summaryrefslogtreecommitdiff
path: root/net/unison-devel
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-27Do not install INSTALL file, as it's generation fails if unison cannot find ortonio2-5/+3
create it's .unison directory (showed by darwin's bulk build) This file is useless, since unison -doc install will show it
2005-09-27update net/unison-devel to 2.17.1tonio5-39/+32
2005-08-06Added a chunk to patch-ac to fix non-ISO-C90 code.rillig2-6/+18
2005-08-03update unison-devel to the latest beta-release version 2.13.0tonio6-66/+40
Main changelog entries: - GUI improvements - Improved error handling code. In particular, make sure all files are closed in case of a transient failure - Improvements to syncing resource forks between Macs via a non-Mac system.
2005-07-30Copied the patch to #include <errno.h> from net/unison.rillig2-17/+12
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-24- Update unison-devel to 2.12.0adrianp6-78/+91
- Lots of changes, in summary: - Archive format has changed - Major tidying and enhancement of 'merge' functionality - Files larger than 2Gb are now supported - support for ocaml >3.07 - Substantial reworking of the internal logic of the text UI
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-04- Patch unison-devel so it now works with ocaml 3.08.2adrianp3-3/+20
- Bump to nb3 - Thanks to Antoine Reilles for supplying the patch
2004-12-24Adjust dependencies after ocaml has been splitted into three differentjmmv1-2/+2
packages: ocaml, ocaml-graphics and labltk. Bump PKGREVISION.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2004-01-27Teach unison that NetBSD != MacOS X without printing a warning every timejlam2-1/+15
unison is executed.
2004-01-27There is no PKGREVISION to this package yet.jlam1-2/+1
2004-01-27Initial import of unison-2.9.20 as net/unison-devel. This is a betajlam6-0/+153
version of unison (see pkgsrc/net/unison/DESCR) and is provided to allow synchronizing against unison servers using version 2.9.2 of the Unison protocol.