cvs commit: ports/graphics/linux_dri Makefile
ports/graphics/linux_dri-devel Makefile
Boris Samorodov
bsam at FreeBSD.org
Tue Aug 8 19:19:36 UTC 2006
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
More information about the cvs-ports
mailing list