Age | Commit message (Collapse) | Author | Files | Lines |
|
changes:
-bug fixes: some regression tests, attribute/namespaces output,
problem in mixed xsl:value-of and xsl:text uses
-improvements: internal refactoring,
use of the XPath object cache in libxml2-2.6.25
|
|
|
|
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|
|
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).
|
|
|
|
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
|
|
|
|
no changes as far as Python wrappers are concerned, afaict
|
|
|
|
|
|
|
|
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.
|
|
|
|
ok'd a while back at pkgsrcCon by agc and wiz
|
|
Python related changes:
1.1.8: July 5 2004:
- bug fixes: undefined namespace message (William Brack), search engine
(William), multiple namespace fixups (William), namespace fix for key
evaluation (William), Python memory debug bindings,
|
|
No Python-specific change.
|
|
Changes since 1.1.2:
- patch for OS-X
- enums export
|
|
|
|
This shouldn't be needed if we had non-recursive dependancies *sigh*.
|
|
noted by Min Sik Kim in private mail
|
|
provided by Min Sik Kim via pkgsrc-wip
This is the libxslt python module, providing access to the libxslt
library.
|