summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:09:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:09:08 +0000
commitbcdd710690dd1fd94743f6373bd75a79c71fa6af (patch)
tree083d05815a5f6b8b73a18c4c424a242681bf117a
parentBROKEN: Fails to patch (diff)
BROKEN on 5.1: does not build
Notes
Notes: svn path=/head/; revision=81227
-rw-r--r--audio/mq3/Makefile8
-rw-r--r--devel/gdb52/Makefile8
-rw-r--r--lang/m3gdb/Makefile4
-rw-r--r--misc/pbs/Makefile21
-rw-r--r--www/larbin/Makefile4
5 files changed, 36 insertions, 9 deletions
diff --git a/audio/mq3/Makefile b/audio/mq3/Makefile
index e9c2889fcb09..ff72a6d58f59 100644
--- a/audio/mq3/Makefile
+++ b/audio/mq3/Makefile
@@ -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>
diff --git a/devel/gdb52/Makefile b/devel/gdb52/Makefile
index 14c25eb8015b..b473a7b331f3 100644
--- a/devel/gdb52/Makefile
+++ b/devel/gdb52/Makefile
@@ -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>
diff --git a/lang/m3gdb/Makefile b/lang/m3gdb/Makefile
index 20fda8bb76b7..5eb397e48755 100644
--- a/lang/m3gdb/Makefile
+++ b/lang/m3gdb/Makefile
@@ -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
diff --git a/misc/pbs/Makefile b/misc/pbs/Makefile
index f2c1396f5c8e..01b2c360c22c 100644
--- a/misc/pbs/Makefile
+++ b/misc/pbs/Makefile
@@ -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>
diff --git a/www/larbin/Makefile b/www/larbin/Makefile
index 466d275d8ce5..3d9a7f0af01a 100644
--- a/www/larbin/Makefile
+++ b/www/larbin/Makefile
@@ -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