- Unbreak build on 5.3+
PR: ports/74798 Submitted by: Evan Dower <evantd(at)cs.washington.edu>
This commit is contained in:
parent
96dcdf7bcf
commit
523db5c65c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123370
@ -37,12 +37,6 @@ MAN3= bitstring.3
|
||||
MAN5= fcrontab.5 fcron.conf.5
|
||||
MAN8= fcron.8
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 503000
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@ -57,4 +51,4 @@ post-install:
|
||||
.endfor
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
9
sysutils/fcron/files/patch-conf.c
Normal file
9
sysutils/fcron/files/patch-conf.c
Normal file
@ -0,0 +1,9 @@
|
||||
--- conf.c.orig Tue Dec 7 11:44:09 2004
|
||||
+++ conf.c Tue Dec 7 11:44:32 2004
|
||||
@@ -1086,5 +1086,6 @@
|
||||
break ;
|
||||
|
||||
next_file:
|
||||
+ ;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user