BROKEN on >= 5.x: Does not compile
This commit is contained in:
parent
10aa230913
commit
a7f90fdd5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139761
2 changed files with 14 additions and 2 deletions
|
@ -27,6 +27,12 @@ USE_BZIP2= yes
|
|||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 504001
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${CP} ${FILESDIR}/wings.sh ${WRKSRC}/wings.sh
|
||||
@${REINPLACE_CMD} -e 's|!!PREFIX!!|${PREFIX}|g' ${WRKSRC}/wings.sh
|
||||
|
@ -44,4 +50,4 @@ do-install:
|
|||
@${INSTALL_SCRIPT} ${WRKSRC}/wings.sh ${PREFIX}/bin/wings
|
||||
@${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -27,6 +27,12 @@ USE_BZIP2= yes
|
|||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 504001
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${CP} ${FILESDIR}/wings.sh ${WRKSRC}/wings.sh
|
||||
@${REINPLACE_CMD} -e 's|!!PREFIX!!|${PREFIX}|g' ${WRKSRC}/wings.sh
|
||||
|
@ -44,4 +50,4 @@ do-install:
|
|||
@${INSTALL_SCRIPT} ${WRKSRC}/wings.sh ${PREFIX}/bin/wings
|
||||
@${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue