Commit graph

10 commits

Author SHA1 Message Date
Mario Sergio Fujikawa Ferreira
16362f72b1 Fix build on 5.x-CURRENT: fix libebml port header files location
PR:		64460
Submitted by:	Aron Stansvik <elvstone@osdever.net>,
		bento
2004-03-20 01:47:05 +00:00
Kris Kennaway
d1be76916e BROKEN on 5.x: Does not compile 2004-03-18 12:33:50 +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
e34b41b9b6 Update to 0.4.3 2004-02-23 21:02:26 +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
5ab03702b2 New port libmatroska version 0.4.2: Extensible Multimedia Container
Format
2003-05-20 22:37:55 +00:00