mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Mark IGNORE on sparc64
This commit is contained in:
parent
3da9f5a7b3
commit
93eac9cab1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159762
@ -42,6 +42,10 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.if ${ARCH}=="sparc64"
|
||||
IGNORE= core dumps on ${ARCH}
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||
.endif
|
||||
|
@ -42,6 +42,10 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.if ${ARCH}=="sparc64"
|
||||
IGNORE= core dumps on ${ARCH}
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||
.endif
|
||||
|
@ -42,6 +42,10 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.if ${ARCH}=="sparc64"
|
||||
IGNORE= core dumps on ${ARCH}
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
|
||||
.endif
|
||||
|
@ -45,7 +45,7 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64"
|
||||
IGNORE= core dumps on alpha during post-build
|
||||
IGNORE= core dumps on ${ARCH}
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 600000
|
||||
|
@ -45,7 +45,7 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64"
|
||||
IGNORE= core dumps on alpha during post-build
|
||||
IGNORE= core dumps on ${ARCH}
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 600000
|
||||
|
@ -45,7 +45,7 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64"
|
||||
IGNORE= core dumps on alpha during post-build
|
||||
IGNORE= core dumps on ${ARCH}
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 600000
|
||||
|
@ -45,7 +45,7 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64"
|
||||
IGNORE= core dumps on alpha during post-build
|
||||
IGNORE= core dumps on ${ARCH}
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 600000
|
||||
|
@ -45,7 +45,7 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64"
|
||||
IGNORE= core dumps on alpha during post-build
|
||||
IGNORE= core dumps on ${ARCH}
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 600000
|
||||
|
Loading…
Reference in New Issue
Block a user