Commit graph

12 commits

Author SHA1 Message Date
rillig
dbaccaf2b5 Fixed invalid dependency pattern. 2007-11-22 10:04:31 +00:00
joerg
cc47653370 Make Zope product dependency stricter, so that it doesn't match
Zope 2.9 and later. No revision bump for all components, but this
should help pkg_add to pick up the right Zope when binaries for all are
available. Discussed with taca@
2007-06-09 23:28:37 +00:00
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
rillig
35ecb7938b Fixed some pkglint warnings. 2006-03-12 17:35:05 +00:00
rillig
6fc71473d3 Added the target zope-std-copyproduct-long-nogarbage that works like
zope-std-copyproduct-long, except that it doesn't copy CVS files and
*.orig.
2006-01-12 23:50:14 +00:00
rillig
796ca6fbca Replaced $i with ${i}. 2005-05-24 14:26:26 +00:00
recht
d6070b61a5 Adapt to the latest python package changes: s/21pth/21/ 2005-01-27 21:15:45 +00:00
drochner
a93de3c6af change the default installation method to "short path" since most
packages do it that way now
2003-04-23 16:25:16 +00:00
drochner
1eed9fdfbc allow to override the required zope version 2003-04-23 14:33:18 +00:00
drochner
e5f3d7e6cc weaken dependency so that any zope-2.* is matched 2003-04-18 10:22:13 +00:00
wiz
3ea336ad9f application.buildlink.mk -> application.mk 2002-09-22 09:45:25 +00:00
drochner
090db04946 rename product.buildlink.mk to product.mk since this doesn't use
"buildlink" logics
also define a default prefix - fixes PR pkg/18191
2002-09-12 11:01:37 +00:00