Commit graph

19 commits

Author SHA1 Message Date
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
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-04-06 06:21:32 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
tonio
2162d6ffed Do not install INSTALL file, as it's generation fails if unison cannot find or
create it's .unison directory (showed by darwin's bulk build)

This file is useless, since unison -doc install will show it
2005-10-27 12:56:24 +00:00
tonio
662c6c9b6e update net/unison-devel to 2.17.1 2005-09-27 14:44:18 +00:00
rillig
a175190b3c Added a chunk to patch-ac to fix non-ISO-C90 code. 2005-08-06 12:44:26 +00:00
tonio
f916fbb3b9 update unison-devel to the latest beta-release version 2.13.0
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-08-03 12:45:27 +00:00
rillig
3ee16c5071 Copied the patch to #include <errno.h> from net/unison. 2005-07-30 22:07:38 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
adrianp
df87b71359 - Update unison-devel to 2.12.0
- 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-24 13:06:03 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
adrianp
b54f4f3d40 - Patch unison-devel so it now works with ocaml 3.08.2
- Bump to nb3
- Thanks to Antoine Reilles for supplying the patch
2005-02-04 22:58:09 +00:00
jmmv
c33d2074af Adjust dependencies after ocaml has been splitted into three different
packages: ocaml, ocaml-graphics and labltk.  Bump PKGREVISION.
2004-12-24 17:21:01 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
jlam
46ac9cdcad Teach unison that NetBSD != MacOS X without printing a warning every time
unison is executed.
2004-01-27 11:05:42 +00:00
jlam
1cf4447f3c There is no PKGREVISION to this package yet. 2004-01-27 10:58:51 +00:00
jlam
f028b208a0 Initial import of unison-2.9.20 as net/unison-devel. This is a beta
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.
2004-01-27 10:56:57 +00:00