archivers/xz availability

Code:
** Port marked as IGNORE: archivers/xz:
        is already in the base system
--->  Listing the results (+:done / -:ignored / *:skipped / !:failed)
        - archivers/xz (marked as IGNORE)
--->  Packages processed: 0 done, 1 ignored, 0 skipped and 0 failed
--->  Session ended at: Thu, 08 Sep 2011 18:11:37 +0800 (consumed 00:00:51)

Why are we having archivers/xz when it's already in the base system? We should remove it from the ports right?
 
But, i do think the ports source is specific/unique for different FreeBSD version ?
 
alie said:
But, i do think the ports source is specific/unique for different FreeBSD version ?

Yes. In archivers/xz/Makefile:
Code:
.if ${OSVERSION} >= 900012 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800505)
IGNORE= is already in the base system
.endif
 
Back
Top