summaryrefslogtreecommitdiff
path: root/net/unison-devel/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-11-20Remove unison-devel, unison is now newer.wiz1-52/+0
2008-07-25Update net/unison-devel to 2.30.4tonio1-9/+10
Changelog: - Small fix to ctime (non-)handling in update detection under windows with fastcheck. - bugfixes Enable full destdir support
2007-12-01Update net/unison-devel to 2.27.48tonio1-2/+3
Mostly bugfixes
2007-05-30update net/unison-devel to 2.27.29tonio1-2/+2
Small bugfixes, in particular for windows
2007-04-12Update net/unison to 2.27.12tonio1-2/+2
- small bugfixes
2007-04-08update net/unison-devel to 2.27.10tonio1-3/+2
Changes since 2.17: * The native OS X user interface has been enormously improved by Ben Willmore and Trevor Jim. * The backup functionality has been completely rewritten. The external interface has not changed, but numerous bugs, irregular behaviors, and cross-platform inconsistencies have been corrected. * Some important safety improvements: + Added a new mountpoint preference, which can be used to specify a path that must exist in both replicas at the end of update detection (otherwise Unison aborts). + The confirmation of "big deletes" is now controlled by a boolean preference confirmbigdeletes. Default is true, which gives the same behavior as previously. + If Unison is asked to "follow" a symbolic link but there is nothing at the other end of the link, it will now flag this path as an error, rather than treating the symlink itself as missing or deleted. * Smaller changes: + Added forcepartial and preferpartial preferences + Refined debugging code so that the verbosity of individual modules can be controlled separately. Instead of just putting '-debug verbose' on the command line, you can put '-debug update+', which causes all the extra messages in the Update module, but not other modules, to be printed. Putting '-debug verbose' causes all modules to print with maximum verbosity. + Rewrote some of the merging functionality, for better cooperation with external Harmony instances. + Changed the temp file prefix from .# to .unison. + Compressed the output from the text user interface + Added .mpp files to the "never fastcheck" list * Many small bugfixes, including: + Fixed a bug that would occasionally cause the archives to be left in non-identical states on the two hosts after synchronization. + Fixed a bug that prevented Unison from communicating correctly between 32- and 64-bit architectures. + Set read-only file to R/W on OSX before attempting to change other attributes. + Fixed bug resulting in spurious "Aborted" errors during transport (thanks to Jerome Vouillon) + Enable diff if file contents have changed in one replica, but only properties in the other. + Removed misleading documentation for 'repeat' preference. + Fixed a bug in merging code where Unison could sometimes deadlock with the external merge program, if the latter produced large amounts of output. + Workaround for a bug compiling gtk2 user interface against current versions of gtk2+ libraries. + Added a better error message for "ambiguous paths". + Squashed a longstanding bug that would cause file transfer to fail with the message "Failed: Error in readWrite: Is a directory."
2006-12-11Add optional support for the lablgtk2 interface for unisontonio1-3/+4
Patch provided by Brian de Alwis in pkg/35114
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
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 ortonio1-3/+2
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.1tonio1-9/+3
2005-08-03update unison-devel to the latest beta-release version 2.13.0tonio1-4/+3
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-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.0adrianp1-5/+10
- 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-04- Patch unison-devel so it now works with ocaml 3.08.2adrianp1-2/+3
- 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-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 betajlam1-0/+53
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.