summaryrefslogtreecommitdiff
path: root/net/unison
AgeCommit message (Collapse)AuthorFilesLines
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz2-6/+6
Bump PKGREVISION.
2006-12-11Add optional support for the lablgtk2 interface for unisontonio2-3/+18
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 generate INSTALL at post-install stage: unison requires a preferencetonio2-5/+3
directory or try to create it: it causes the build to fail under darwin More: the INSTALL file is not necessary, since unison -doc install will show it
2005-09-27Update net/unison to 2.13.16 (Fix PR 31345)tonio6-75/+51
Update maintainer, i'm taking this one
2005-08-03update unison to the latest recommended stable version: 2.12.0tonio4-18/+21
Main changelog entries: - Incompatible change: Archive format has changed. - Substantial reworking of the internal logic of the text UI - Finder flags now synchronized (for mac osx users) - Workaround for transferring large files using rsync. Approved by cube@
2005-07-30Make pty.c always include <errno.h> in addition to <sys/errno.h>. Otherwiserillig2-17/+12
errno may be undefined.
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 to 2.10.2adrianp5-59/+83
- Lots of changes, in summary: - out of the box OS X and OpenBSD support - limit the number of simultaneous file transfers - support for ocaml >3.07 - Files larger than 2Gb are now supported - Major tidying and enhancement of 'merge' functionality
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 so it now works with ocaml 3.08.2adrianp3-3/+20
- Bump to nb4 - 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-2/+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-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-05bl3ifyjlam1-3/+7
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-29Remove build time dependency on bash.jtb3-5/+56
Build with posix threads if supported ocaml.
2003-06-23Build with native code compilers on systems where they're available,jtb1-3/+3
which now includes powerpc and sparc. Bump PKGREVISION.
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-3/+3
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-09-16Fix malformed BUILD_DEPENDS line. PR#18305 by Christopher Richards.uebayasi1-2/+2
2002-09-01Saw a bash: command not found during install; added BUILD_DEPENDS on bash2sommerfeld1-1/+2
2002-06-15set HOME to WRKSRC during build to avoid looking for a users home directorydmcmahill1-1/+2
2002-06-01update to unison 2.9.1deberg3-10/+10
2002-01-17make DIST_SUBDIR include the package version since the source tarballdmcmahill2-5/+5
has no version number. Will hopefully avoid at least some checksum complaints.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-28Update to unison-2.7.7. Changes:hubertf4-15/+41
* Many changes to the internal data structures (not backward compatible!) * Centralized backups * Lots of bug fixes * Many other feature enhancements Requested by Ben Wong <benjamin.wong@cc.gatech.edu>. While there, fix the dependency on ocaml, and install some docs. PACKAGE DEVELOPERS: please don't just include binaries into pkgs!
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-03we don't have ocamlopt on non-i386 so don't try and use it on non-i386,dmcmahill1-2/+9
use ocamlc in that case. Fixes recently noted compile problems on alpha.
2001-01-11Initial import of unison, a file synchronisation tool.mjl7-0/+62