From 149b3e7f85bc86a31808210183c66c09c64568cc Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 26 Sep 2004 02:43:13 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- emulators/psim-freebsd/Makefile | 8 +++++++- emulators/qemu-devel/Makefile | 8 +++++++- emulators/qemu/Makefile | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) (limited to 'emulators') diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile index 37a3cc621f5d..f1dce620db67 100644 --- a/emulators/psim-freebsd/Makefile +++ b/emulators/psim-freebsd/Makefile @@ -23,6 +23,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \ --program-suffix=psim +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME} ${MKDIR} ${PREFIX}/share/examples/${PORTNAME} @@ -38,4 +44,4 @@ cklatest: ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \ | ${GREP} gdb+dejagnu- -.include +.include diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index bbd69b04a05f..6dcbff214ee6 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -29,7 +29,13 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC}\ -I${PREFIX}/include MAN1= qemu.1 qemu-mkcow.1 ONLY_FOR_ARCHS= i386 amd64 powerpc +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-install: @${CAT} ${PKGMESSAGE} -.include +.include diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index bbd69b04a05f..6dcbff214ee6 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -29,7 +29,13 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC}\ -I${PREFIX}/include MAN1= qemu.1 qemu-mkcow.1 ONLY_FOR_ARCHS= i386 amd64 powerpc +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-install: @${CAT} ${PKGMESSAGE} -.include +.include -- cgit v1.2.3