Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2006 19:19:35 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics/linux_dri Makefile ports/graphics/linux_dri-devel Makefile
Message-ID:  <200608081919.k78JJZJe031916@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bsam        2006-08-08 19:19:35 UTC

  FreeBSD ports repository

  Modified files:
    graphics/linux_dri   Makefile 
    graphics/linux_dri-devel Makefile 
  Log:
  Let the ports which have both bz2 and gz distfiles extract on 4.x
  (actually, if ${OSVERSION} < 502111):
  - remove BROKEN from graphics/linux_dri-devel;
  - remove IGNORE from graphics/linux_dri.
  
  The next technique is used (thanks Brooks Davis):
  .if ${OSVERSION} < 502111
  EXTRACT_DEPENDS+= bsdtar:${PORTSDIR}/archivers/libarchive
  TAR=              bsdtar
  .endif
  
  Approved by:    netchild (mentor, implicit)
  
  Revision  Changes    Path
  1.5       +7 -4      ports/graphics/linux_dri-devel/Makefile
  1.20      +3 -2      ports/graphics/linux_dri/Makefile



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