Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/smartmontools/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 9 May 2005 10:00:14 -0000 1.16 +++ Makefile 23 May 2005 13:17:44 -0000 @@ -29,6 +29,13 @@ EXAMPLES= smartd.conf examplescripts/README examplescripts/Example? RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} +.include + +.if ${OSVERSION} > 600027 +BROKEN= The way ioctls are issue to ATA changed which makes smartmontools malfunctioning +.endif + + post-build: ${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/smartd.sh > ${WRKDIR}/smartd.sh @@ -46,8 +53,6 @@ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif -.include - post-install: ${CAT} ${PKGMESSAGE}