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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"