summaryrefslogtreecommitdiff
path: root/net/unison
AgeCommit message (Collapse)AuthorFilesLines
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