Apply the KSE patch on post-KSE systems. This unbreaks the port

on -current.

Suggested by: Mark Santcroos <marks@ripe.net>
No response from: maintainer
This commit is contained in:
Marcel Moolenaar 2001-11-11 01:31:50 +00:00
parent 3dcc8054e7
commit b80e5ac6af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49931
2 changed files with 6 additions and 0 deletions

View file

@ -85,6 +85,9 @@ pre-patch:
.endfor .endfor
post-patch: post-patch:
.if ${OSVERSION} >= 500023
cat ${FILESDIR}/kse.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1
.endif
${CP} ${FILESDIR}/Makefile ${WRKSRC} ${CP} ${FILESDIR}/Makefile ${WRKSRC}
${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile ${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile
${RM} -rf ${WRKSRC}/vmmon-only/linux/ ${RM} -rf ${WRKSRC}/vmmon-only/linux/

View file

@ -85,6 +85,9 @@ pre-patch:
.endfor .endfor
post-patch: post-patch:
.if ${OSVERSION} >= 500023
cat ${FILESDIR}/kse.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1
.endif
${CP} ${FILESDIR}/Makefile ${WRKSRC} ${CP} ${FILESDIR}/Makefile ${WRKSRC}
${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile ${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile
${RM} -rf ${WRKSRC}/vmmon-only/linux/ ${RM} -rf ${WRKSRC}/vmmon-only/linux/