Mark broken on 5.x machines
PR: ports/44892 Submitted by: Volker Stolz <vs@foldr.org>
This commit is contained in:
parent
e6ca0ede5a
commit
6b7e6cdd17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70028
@ -15,6 +15,12 @@ MAINTAINER= roger@freebsd.org
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
BROKEN = "Driver has not been updated for 5.x kernels. Still uses machine/ipl.h"
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/ixj_freebsd
|
||||
USE_REINPLACE= yes
|
||||
MAKEFILE= Makefile.BSD
|
||||
@ -23,6 +29,7 @@ post-patch:
|
||||
${CP} ${FILESDIR}/ixj.sh ${WRKSRC}
|
||||
${REINPLACE_CMD} -e "s@%%PREFIX%%@${PREFIX}@g" ${WRKSRC}/ixj.sh
|
||||
|
||||
|
||||
pre-build:
|
||||
.if !exists(${SRC_BASE}/sys/Makefile)
|
||||
@${ECHO} "*************************************************"; \
|
||||
@ -45,4 +52,4 @@ header-install: patch
|
||||
@${INSTALL_DATA} ${WRKSRC}/ixjuser.h ${PREFIX}/include/sys
|
||||
@${INSTALL_DATA} ${WRKSRC}/telephony.h ${PREFIX}/include/sys
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user