Commit Graph

10 Commits

Author SHA1 Message Date
Mario Sergio Fujikawa Ferreira
c683fc40bc Update to 0.7.0
PR:		66497
Submitted by:	michael johnson <ahze@ahze.net>
2004-06-23 16:06:00 +00:00
Mario Sergio Fujikawa Ferreira
b9ab991fa2 Update to 0.6.5 2004-03-27 05:31:15 +00:00
Mario Sergio Fujikawa Ferreira
8b04c891a8 o Play nice in FreeBSD series before 5.x, defaulting on all mkvtoolnix
dependencies (them and it at the same time) to USE_GCC=2.95 is
  enough
o The requirement on gcc 3.x on one of the dependencies was removed
  and I forgot to check yet another variation

PR:		63581
Submitted by:	michael johnson <ahze@ahze.net>
2004-03-14 10:22:53 +00:00
Mario Sergio Fujikawa Ferreira
8d90e1c675 o FreeBSD 5.x series had gcc 3.2.x per default up until OSVERSION
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
2004-02-24 02:56:30 +00:00
Mario Sergio Fujikawa Ferreira
49e0d514cd o Make sure that:
- 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
2004-02-24 02:16:14 +00:00
Mario Sergio Fujikawa Ferreira
2ebfefc0b0 Update to 0.6.4 2004-02-23 21:02:12 +00:00
Mario Sergio Fujikawa Ferreira
43485240fb USE_SIZEify 2004-02-08 01:14:05 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Mario Sergio Fujikawa Ferreira
b4f4de4e34 Update to 0.4.3 2003-05-23 03:55:31 +00:00
Mario Sergio Fujikawa Ferreira
2fda01388a New port libebml version 0.4.2: EBML (Extensible Binary Meta
Language), sort of binary version of XML
2003-05-19 08:43:57 +00:00