Set USE_GCC=2.95 to fix build on 5.x. Mark musicbox and icqnix as BROKEN

on 5.x machines (compile and configure failure, respectively).

PR:		52731
Submitted by:	trevor
This commit is contained in:
Kris Kennaway 2003-08-10 06:44:43 +00:00
parent ce1f6608f8
commit b98592c115
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86702
6 changed files with 19 additions and 6 deletions

View File

@ -18,6 +18,7 @@ COMMENT= X11 front-end for mpg123
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
USE_GCC= 2.95
USE_QT_VER= 1
DOCS= ChangeLog README
EVAL_PREFIX+= QT1DIR=qt1
@ -26,6 +27,12 @@ PLIST= ${WRKDIR}/pkg-plist
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/musicbox-1.01
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501013
BROKEN= "compilation error"
.endif
pre-install:
${ECHO_CMD} bin/musicbox > ${PLIST}
.if !defined(NOPORTDOCS)
@ -44,4 +51,4 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Prometeus Project - real time strategy game for X Window System
WRKSRC= ${WRKDIR}/ppsrc
USE_GCC= 2.95
USE_QT_VER= 1
USE_X_PREFIX= yes

View File

@ -16,6 +16,7 @@ COMMENT= An X11 front-end for Gnuplot
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
USE_GCC= 2.95
USE_QT_VER= 1
USE_X_PREFIX= yes

View File

@ -15,6 +15,7 @@ MASTER_SITES= http://www.shrubbery.org.za/peq/
MAINTAINER= gordon@shrubbery.org.za
COMMENT= Fortune like program
USE_GCC= 2.95
USE_QT_VER= 1
post-install:

View File

@ -22,8 +22,14 @@ USE_QT_VER= 1
CONFIGURE_ARGS= --with-qt-libraries=${X11BASE}/lib --with-qt-includes=${X11BASE}/include/X11/qt1
CONFIGURE_ENV= QT_MOC="${MOC}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501013
BROKEN= "Configure fails"
.endif
post-install:
@strip ${PREFIX}/bin/icqnix
@strip ${PREFIX}/bin/icqnix.install
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -21,6 +21,7 @@ MAINTAINER= kris@FreeBSD.org
COMMENT= A C++ X GUI toolkit
LATEST_LINK= qt1
USE_GCC= 2.95
USE_GMAKE= yes
USE_X_PREFIX= yes
.if defined(MAKE_JOBS)
@ -40,10 +41,6 @@ PLIST_SUB+= VERSION="${VER_MAJ}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
MAN1= moc.1
.include "${FILESDIR}/man3"