diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 08:12:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 08:12:48 +0000 |
commit | 60ac16fbaeea69b1557fc7378083d876e54abe1f (patch) | |
tree | f2e7ac668b9ba85b6abc6039b3c26a2250134063 /deskutils | |
parent | 7055b6ce4c84e58753cd7b59b79069e7cf173779 (diff) | |
download | ports-60ac16fbaeea69b1557fc7378083d876e54abe1f.tar.gz ports-60ac16fbaeea69b1557fc7378083d876e54abe1f.zip |
Mark as broken with gcc4.2.
Notes
Notes:
svn path=/head/; revision=200802
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/lightning-thunderbird/Makefile | 7 | ||||
-rw-r--r-- | deskutils/lightning/Makefile | 7 | ||||
-rw-r--r-- | deskutils/sunbird/Makefile | 7 |
3 files changed, 18 insertions, 3 deletions
diff --git a/deskutils/lightning-thunderbird/Makefile b/deskutils/lightning-thunderbird/Makefile index 14daec945146..eeddfc84a09b 100644 --- a/deskutils/lightning-thunderbird/Makefile +++ b/deskutils/lightning-thunderbird/Makefile @@ -25,6 +25,7 @@ HAS_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes WANT_GNOME= yes +WANT_PERL= yes SUNBIRD= ${PORTNAME} SUNBIRD_ICON_SRC= ${PREFIX}/lib/sunbird/icons/default.xpm SUNBIRD_ICON= ${PORTNAME}.xpm @@ -41,7 +42,11 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar .include "${PORTSDIR}/www/mozilla/Makefile.common" .if ${ARCH}=="sparc64" -IGNORE= does not build +BROKEN= does not build +.endif + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 .endif post-patch: diff --git a/deskutils/lightning/Makefile b/deskutils/lightning/Makefile index 14daec945146..eeddfc84a09b 100644 --- a/deskutils/lightning/Makefile +++ b/deskutils/lightning/Makefile @@ -25,6 +25,7 @@ HAS_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes WANT_GNOME= yes +WANT_PERL= yes SUNBIRD= ${PORTNAME} SUNBIRD_ICON_SRC= ${PREFIX}/lib/sunbird/icons/default.xpm SUNBIRD_ICON= ${PORTNAME}.xpm @@ -41,7 +42,11 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar .include "${PORTSDIR}/www/mozilla/Makefile.common" .if ${ARCH}=="sparc64" -IGNORE= does not build +BROKEN= does not build +.endif + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 .endif post-patch: diff --git a/deskutils/sunbird/Makefile b/deskutils/sunbird/Makefile index 14daec945146..eeddfc84a09b 100644 --- a/deskutils/sunbird/Makefile +++ b/deskutils/sunbird/Makefile @@ -25,6 +25,7 @@ HAS_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes WANT_GNOME= yes +WANT_PERL= yes SUNBIRD= ${PORTNAME} SUNBIRD_ICON_SRC= ${PREFIX}/lib/sunbird/icons/default.xpm SUNBIRD_ICON= ${PORTNAME}.xpm @@ -41,7 +42,11 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar .include "${PORTSDIR}/www/mozilla/Makefile.common" .if ${ARCH}=="sparc64" -IGNORE= does not build +BROKEN= does not build +.endif + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 .endif post-patch: |