1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

BROKEN on 4.x: does not compile

This commit is contained in:
Kris Kennaway 2004-02-23 01:16:08 +00:00
parent fa0d580bf0
commit 7db36f0718
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101789
2 changed files with 14 additions and 2 deletions

View File

@ -27,6 +27,12 @@ PLIST_FILES= bin/dc-qt
QTDIR?= ${X11BASE}
QMAKE?= ${X11BASE}/bin/qmake
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile"
.endif
post-patch:
@${REINPLACE_CMD} -E -e 's|"hublist|"dc_hublist|' \
${WRKSRC}/dc_hub.cc
@ -47,4 +53,4 @@ post-configure:
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/dc-qt ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -27,6 +27,12 @@ PLIST_FILES= bin/dc-qt
QTDIR?= ${X11BASE}
QMAKE?= ${X11BASE}/bin/qmake
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile"
.endif
post-patch:
@${REINPLACE_CMD} -E -e 's|"hublist|"dc_hublist|' \
${WRKSRC}/dc_hub.cc
@ -47,4 +53,4 @@ post-configure:
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/dc-qt ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>