BROKEN on 5.x: Does not compile

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-30 05:52:30 +00:00
parent 78efa10395
commit 4b48adab5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118509
3 changed files with 15 additions and 1 deletions

View file

@ -22,10 +22,16 @@ USE_ZIP= yes
WRKSRC= ${WRKDIR}/BBMan
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
do-build:
cd ${WRKSRC} && g++ main.cpp `wxgtk2-2.4-config --libs --cxxflags` -I${LOCALBASE}/include -O2 -o BBMan
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/BBMan ${PREFIX}/bin/BBMan
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -39,6 +39,10 @@ pre-everything::
BROKEN= "Does not compile (bad C++ code)"
.endif
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | \
${XARGS} ${REINPLACE_CMD} -E -e \

View file

@ -39,6 +39,10 @@ pre-everything::
BROKEN= "Does not compile (bad C++ code)"
.endif
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | \
${XARGS} ${REINPLACE_CMD} -E -e \