mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue