Commit graph

2 commits

Author SHA1 Message Date
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
b676dc68da o New port mkvtoolnix version 0.8.5: Tools to extract from/get info
about/create Matroska media streams
o Note: mkvtoolnix will only build correctly if multimedia/libmatroska,
  textproc/libebml and multimedia/mkvtoolnix ports are all built
  with the same gcc toolchain
2004-02-24 02:19:55 +00:00