BROKEN on 5.1: does not build

This commit is contained in:
Kris Kennaway 2003-05-18 12:09:08 +00:00
parent 501f056606
commit bcdd710690
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81227
5 changed files with 36 additions and 9 deletions

View File

@ -19,6 +19,12 @@ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \
qthreads.15:${PORTSDIR}/lang/guile
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not build"
.endif
USE_QT_VER= 2
QT_NONSTANDARD= yes
HAS_CONFIGURE= yes
@ -28,4 +34,4 @@ MAKE_ENV= CPPFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib}" \
QTDIR="${X11BASE}"
CONFIGURE_ARGS= -prefix ${PREFIX} -platform FreeBSD
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -20,6 +20,12 @@ PATCHFILES= gdb521_xfree-loadmod.diff
MAINTAINER= mp@FreeBSD.org
COMMENT= GNU GDB 5.2 developmental snapshot
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not build"
.endif
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-suffix=521
@ -36,4 +42,4 @@ cklatest:
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \
| ${GREP} gdb+dejagnu-
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -22,6 +22,10 @@ ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not build"
.endif
.if ${PORTOBJFORMAT} == "aout"
BROKEN= does not support a.out systems
.endif

View File

@ -6,16 +6,22 @@
#
PORTNAME= pbs
PORTVERSION= 2.2p11
PORTVERSION= 2.3.16
CATEGORIES= misc parallel
MASTER_SITES= http://vaccine.sourceforge.net/
DISTNAME= pbs_v2.2p11
MASTER_SITES= http://www.openpbs.org/UserArea/Download/
DISTNAME= OpenPBS_2_3_16
MAINTAINER= dbader@eece.unm.edu
COMMENT= Batch job queueing system
LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 \
tk80.1:${PORTSDIR}/x11-toolkits/tk80
LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 \
tk83.1:${PORTSDIR}/x11-toolkits/tk83
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not build"
.endif
WRKSRC= ${WRKDIR}/${DISTNAME}
HAS_CONFIGURE= yes
@ -39,10 +45,11 @@ MAN7= pbs_resources_unicosmk2.7B pbs_resources_irix6array.7B \
pbs_resources_unicos8.7B pbs_resources.7B pbs_job_attributes.7B \
pbs_queue_attributes.7B pbs_server_attributes.7B pbs_resources_all.soB \
pbs_resources_aix4.7B pbs_resources_digitalunix.7B \
pbs_resources_freebsd.7B pbs_resources_fujitsu.7B pbs_resources_irix5.7B
pbs_resources_freebsd.7B pbs_resources_fujitsu.7B pbs_resources_irix5.7B \
pbs_resources_solaris7.7B
MAN8= qstart.8B qterm.8B pbs_sched_tcl.8B pbs_sched_basl.8B pbs_sched_cc.8B \
pbsnodes.8B qstop.8B pbs_server.8B qmgr.8B qrun.8B qdisable.8B \
qenable.8B pbs_mom.8B
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -23,6 +23,10 @@ MAKE_ARGS= CXX=${CXX}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not build"
.endif
.if ${XFREE86_VERSION} == 3
BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/imake
.else