Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2004 18:56:31 -0800 (PST)
From:      Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/multimedia/mkvtoolnix Makefile ports/multimedia/libmatroska Makefile ports/textproc/libebml Makefile
Message-ID:  <200402240256.i1O2uV2O081945@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
lioux       2004/02/23 18:56:31 PST

  FreeBSD ports repository

  Modified files:
    multimedia/mkvtoolnix Makefile 
    multimedia/libmatroska Makefile 
    textproc/libebml     Makefile 
  Log:
  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
  
  Revision  Changes    Path
  1.8       +6 -1      ports/multimedia/libmatroska/Makefile
  1.2       +6 -0      ports/multimedia/mkvtoolnix/Makefile
  1.7       +6 -1      ports/textproc/libebml/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402240256.i1O2uV2O081945>