BROKEN on amd64: Configure fails
This commit is contained in:
parent
4aefe7bbe0
commit
5db4b3843e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106040
2 changed files with 14 additions and 2 deletions
|
@ -25,6 +25,12 @@ USE_REINPLACE= yes
|
||||||
CONFIGURE_TARGET=
|
CONFIGURE_TARGET=
|
||||||
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
|
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == "amd64"
|
||||||
|
BROKEN= "Configure fails on amd64"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${REINPLACE_CMD} -Ee \
|
@${REINPLACE_CMD} -Ee \
|
||||||
|
@ -34,4 +40,4 @@ post-patch:
|
||||||
@${REINPLACE_CMD} -Ee 's|(kallery po) doc|\1|' ${WRKSRC}/Makefile.in
|
@${REINPLACE_CMD} -Ee 's|(kallery po) doc|\1|' ${WRKSRC}/Makefile.in
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -32,7 +32,13 @@ CFLAGS+= -static
|
||||||
|
|
||||||
MAN1= webjob.1
|
MAN1= webjob.1
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == "amd64"
|
||||||
|
BROKEN= "Configure fails on amd64"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} ${PREFIX}/bin/webjob
|
@${STRIP_CMD} ${PREFIX}/bin/webjob
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Reference in a new issue