summaryrefslogtreecommitdiff
path: root/devel/libebml
AgeCommit message (Collapse)AuthorFilesLines
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+4
2005-12-11Update to version 0.7.6salo3-8/+8
Changes: - various bugfixes.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-11-04Fixed definition of BUILD_DIRS.rillig1-2/+2
2005-08-20nuke ONLY_FOR_COMPILER .. newer versions of these packages build finegrant1-3/+1
with at least icc and sunpro.
2005-08-03libebml builds fine with icc, too.grant1-2/+2
2005-06-06Force PREFIX.salo2-7/+13
Addresses PR pkg/30118, althought i can't reproduce it at all..
2005-05-30Update to version 0.7.5salo3-8/+8
Changes include fixes to the build system for MacOS X, slightly improved handling of the maximum size to read and other small fixes.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-18Go back only to build the static lib as before. There are no consumerssalo2-4/+4
of the shared library, yet.
2005-04-18Update to version 0.7.4salo4-9/+11
Changes: - add a couple of new elements - fix compilation with gcc 4 and on AMD64 - address some other minor issues.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-17Update to version 0.7.3salo4-14/+12
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)
2004-10-14Updated to version 0.7.2salo3-8/+8
- migth as well just take maintainership Changes: - Fix for the compilation on Solaris. - Redone the #if... hierarchy to be a bit less confusing. - Remove the unsupported float80 support - Allow building a DLL with MSVC7 (not compatible with the MinGW one) - Proper description for the SHARED option.
2004-07-27Update to version 0.7.1.salo4-25/+14
Changes: - use bzip2 distribution tarball 0.7.1: ====== - Set eol-style and keywords properties - various cosmetic fixes to Makefile and build in general - BeOS support
2004-05-31Obey CXXFLAGS, pass more buildlink variables.salo3-10/+32
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2004-05-16call $(BSD_INSTALL) to install files, not "install".grant2-1/+15
2004-05-16libebml really wants the GNU C++ compiler.grant1-1/+3
2004-05-05Update to version 0.7.0.salo3-7/+7
Needed for mkvtoolnix update. Changes: - LGPL license changes.
2004-04-17USE_LANGUAGES=c++grant1-1/+2
2004-04-07Resolve conflicts, switch to bl3. (sorry for the mess..)salo4-44/+14
2004-04-07Initial import of libebml-0.6.5: Extensible Binary Meta Language supportsalo4-11/+33
library. EBML, or Extensible Binary Meta-Language, is a simple XML like binary language for describing data in structured style. EBML was originally designed for use in the Matroska project, but the developers saw that EBML was very flexible and extensible. From pkgsrc-wip, submitted by Sergey Svishchev.
2004-02-04s/Librarys/Libraries/ in COMMENT. remove unnecessary inclusion ofgrant1-3/+2
bsd.prefs.mk.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-18Initial import of devel/libebml version 0.6.3.kristerw6-0/+89
From Rhialto in PR pkg/24016. libebml is a library for handling EBML (Extensible Binary Meta Language), that is a binary derivative of XML.