diff options
author | salo <salo@pkgsrc.org> | 2005-02-17 10:52:02 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-02-17 10:52:02 +0000 |
commit | 0f1a2c74c0029db7e34476146491e4f1ce5a2860 (patch) | |
tree | 871aa098a616f06d98f3ec56bcef3f95c26488ee /devel/libebml/buildlink3.mk | |
parent | 379b567e6fdd6d4e3b093fb292d7b3da9b90429f (diff) | |
download | pkgsrc-0f1a2c74c0029db7e34476146491e4f1ce5a2860.tar.gz |
Update to version 0.7.3
Changes:
- allow binary element comparison (useful to compare UIDs)
- rename bSaveDefault in bKeepIntact
- don't save empty EbmlMasters by default
- Use malloc() and free() instead of new[] and delete[] where the lib might
deal with pointers that have been allocated by the app, or where the app
has allocated the memory. Reason: new[]ed memory cannot be realloc()ed.
- Improved the dependency calculation to be more portable (makedepend doesn't
exist everywhere, and it doesn't necessarily use the compiler we want).
- Added a "RemoveAll" function.
- better code to handle all VTS VOBs (not yet there)
Diffstat (limited to 'devel/libebml/buildlink3.mk')
-rw-r--r-- | devel/libebml/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libebml/buildlink3.mk b/devel/libebml/buildlink3.mk index 75b53e30ecc..c804d000e29 100644 --- a/devel/libebml/buildlink3.mk +++ b/devel/libebml/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2004/10/14 16:59:36 salo Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2005/02/17 10:52:02 salo Exp $ # # This Makefile fragment is included by packages that use libebml. # @@ -16,7 +16,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibebml} BUILDLINK_PACKAGES+= libebml .if !empty(LIBEBML_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.libebml+= libebml>=0.7.2 +BUILDLINK_DEPENDS.libebml+= libebml>=0.7.3 BUILDLINK_PKGSRCDIR.libebml?= ../../devel/libebml .endif # LIBEBML_BUILDLINK3_MK |