aboutsummaryrefslogtreecommitdiff
path: root/textproc/libebml
Commit message (Collapse)AuthorAgeFilesLines
* o FreeBSD 5.x series had gcc 3.2.x per default up until OSVERSIONMario Sergio Fujikawa Ferreira2004-02-241-1/+6
| | | | | | | | | | | | | | | | | | | 501103. However, users from FreeBSD series previous to 5.x are required to build gcc32 port. o Therefore, do not force 5.x users to build gcc33 port if their available gcc32 toolchain will do. In so many words, .if ${OSVERSION} < 501103 USE_GCC=3.2 .else USE_GCC=3.3 .endif Prompted by: markus Reviewed by: markus, will Notes: svn path=/head/; revision=101936
* o Make sure that:Mario Sergio Fujikawa Ferreira2004-02-241-1/+7
| | | | | | | | | | | | | - OSVERSION < 500000 implies in USE_GCC=3.2 - otherwise, USE_GCC=3.3 (which is the default on 5.x series) o This will insure that since both libmatroska and libebml ports were built with the same gcc toolchain, mkvtoolnix port will be able to be linked to both using the same aforementioned gcc toolchain o Bump PORTREVISION Notes: svn path=/head/; revision=101929
* Update to 0.6.4Mario Sergio Fujikawa Ferreira2004-02-233-10/+8
| | | | Notes: svn path=/head/; revision=101894
* USE_SIZEifyMario Sergio Fujikawa Ferreira2004-02-082-0/+2
| | | | Notes: svn path=/head/; revision=100321
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Update to 0.4.3Mario Sergio Fujikawa Ferreira2003-05-232-3/+10
| | | | Notes: svn path=/head/; revision=81774
* New port libebml version 0.4.2: EBML (Extensible Binary MetaMario Sergio Fujikawa Ferreira2003-05-194-0/+71
Language), sort of binary version of XML Notes: svn path=/head/; revision=81358