From 6253b3d9f9fe76ec3e82bccbb5a39d2e7adc9e45 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Mon, 27 Mar 2006 14:32:31 +0000 Subject: [PATCH] - Mark broken on 4.x --- deskutils/lightning-thunderbird/Makefile | 4 ++++ deskutils/lightning/Makefile | 4 ++++ deskutils/sunbird/Makefile | 4 ++++ graphics/wxsvg/Makefile | 9 +++++++-- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/deskutils/lightning-thunderbird/Makefile b/deskutils/lightning-thunderbird/Makefile index cd73cc99ca7a..aa7cad24a6d7 100644 --- a/deskutils/lightning-thunderbird/Makefile +++ b/deskutils/lightning-thunderbird/Makefile @@ -38,6 +38,10 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar .include .include "${.CURDIR}/../../www/mozilla/Makefile.common" +.if ${OSVERSION} < 500000 +BROKEN= does not build +.endif + .if ${PERL_LEVEL} < 500600 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl .endif diff --git a/deskutils/lightning/Makefile b/deskutils/lightning/Makefile index cd73cc99ca7a..aa7cad24a6d7 100644 --- a/deskutils/lightning/Makefile +++ b/deskutils/lightning/Makefile @@ -38,6 +38,10 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar .include .include "${.CURDIR}/../../www/mozilla/Makefile.common" +.if ${OSVERSION} < 500000 +BROKEN= does not build +.endif + .if ${PERL_LEVEL} < 500600 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl .endif diff --git a/deskutils/sunbird/Makefile b/deskutils/sunbird/Makefile index cd73cc99ca7a..aa7cad24a6d7 100644 --- a/deskutils/sunbird/Makefile +++ b/deskutils/sunbird/Makefile @@ -38,6 +38,10 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar .include .include "${.CURDIR}/../../www/mozilla/Makefile.common" +.if ${OSVERSION} < 500000 +BROKEN= does not build +.endif + .if ${PERL_LEVEL} < 500600 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl .endif diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index 1eb1bfc13e72..43e40e5e742e 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -19,12 +19,17 @@ RUN_DEPENDS= ${WX_CONFIG}:${PORTSDIR}/x11-toolkits/wxgtk26 INSTALLS_SHLIB= yes WX_CONFIG= wxgtk2-2.6-config -USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GNOME= libartlgpl2 +.include + +.if ${OSVERSION} < 500000 +BROKEN= does not build +.endif + post-patch: @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' \ ${WRKSRC}/configure -.include +.include