- Mark BROKEN on 4.X
Reported by: krismail
This commit is contained in:
parent
e35717c028
commit
5bca3810f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149098
1 changed files with 7 additions and 1 deletions
|
@ -46,6 +46,12 @@ USE_REINPLACE= yes
|
|||
|
||||
SUB_FILES= pkg-message pkg-install pkg-deinstall crontab.in
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "does not compile"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -type f -perm 755 \
|
||||
-or -name create_instance \
|
||||
|
@ -66,4 +72,4 @@ post-install:
|
|||
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue