summaryrefslogtreecommitdiff
path: root/devel/gdb52
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 /devel/gdb52
parentBROKEN: Fails to patch (diff)
BROKEN on 5.1: does not build
Notes
Notes: svn path=/head/; revision=81227
Diffstat (limited to 'devel/gdb52')
-rw-r--r--devel/gdb52/Makefile8
1 files changed, 7 insertions, 1 deletions
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>