2006-04-06 08:23:06 by Jeremy C. Reed | Files touched by this commit (1147) |
Log message:
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-03-30 05:44:44 by Johnny C. Lam | Files touched by this commit (120) |
Log message:
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
|
2006-01-12 20:49:15 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix glib.h's NULL definition for C++: it MUST be 0 there, not (void *)0.
Bump revision.
|
2005-06-06 20:57:30 by Julio M. Merino Vidal | Files touched by this commit (2) |
Log message:
Fix build under DragonFly. Patch from Joerg Sonnenberger.
|
2005-04-27 11:02:57 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresses
part of PR 30053. No PKGREVISION bump because most people won't
care.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-24 22:13:04 by Thomas Klausner | Files touched by this commit (241) |
Log message:
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
|
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|
2004-11-12 07:39:21 by Johnny C. Lam | Files touched by this commit (35) |
Log message:
Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk. Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
|
2004-10-05 14:12:59 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Correct library permission. Patch provided by Hiramatsu Yoshifumi
in PR pkg/27116.
Bump PKGREVISION.
|