BROKEN on 5.x: does not compile
This commit is contained in:
parent
72b39e6dee
commit
8c21fb9671
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100243
@ -25,8 +25,14 @@ MAN1= idl.1
|
||||
MLINKS= idl.1 hidl.1 - irdel.1 - irfeed.1 \
|
||||
- irgen.1 - irserv.1 - jidl.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/share/doc/ORBacus
|
||||
${INSTALL_DATA} ${WRKSRC}/ob/LICENSE ${PREFIX}/share/doc/ORBacus
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -39,6 +39,12 @@ USE_GMAKE= yes
|
||||
|
||||
PLIST_SUB+= PIKEVERSION=${PIKEVERSION}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@${ECHO} ${CONFIGURE_ENV}
|
||||
@${ECHO} ${CONFIGURE_ARGS}
|
||||
@ -52,4 +58,4 @@ post-install:
|
||||
@${INSTALL_SCRIPT} ${WRKDIR}/caudium.sh ${PREFIX}/etc/rc.d/caudium.sh.sample
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user