mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
BROKEN on alpha: Does not compile
This commit is contained in:
parent
5271a8ace1
commit
bdb9620e0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135804
@ -26,6 +26,10 @@ WRKSRC= ${WRKDIR}/sv7
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == alpha
|
||||
BROKEN= "Does not compile on alpha"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == i386
|
||||
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
|
||||
.endif
|
||||
|
@ -21,6 +21,10 @@ USE_ZIP= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= "Does not compile on alpha"
|
||||
.endif
|
||||
|
||||
EXTRACT_BEFORE_ARGS= -qLa
|
||||
WRKSRC= ${WRKDIR}/home/chuck/ia64simcc
|
||||
USE_GMAKE= yes
|
||||
|
@ -19,7 +19,13 @@ CONFIGURE_ARGS= --nox11
|
||||
|
||||
PLIST_FILES= bin/mips64emul
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= "Does not compile on alpha"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mips64emul ${PREFIX}/bin/mips64emul
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -30,6 +30,7 @@ LATEST_LINK= gcc295
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (${ARCH} == alpha)
|
||||
BROKEN= "Does not compile on alpha"
|
||||
WITHOUT_CPU_CFLAGS= yes
|
||||
.endif
|
||||
|
||||
|
@ -22,4 +22,10 @@ USE_LIBTOOL_VER=15
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= "Does not compile on alpha"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -22,4 +22,10 @@ USE_LIBTOOL_VER=15
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= "Does not compile on alpha"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -35,6 +35,12 @@ EXTRAMAN8= dnsextd.8 mDNSResponder.8
|
||||
|
||||
MAN8= mdnsd.8 ${EXTRAMAN8}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= "Does not compile on alpha"
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
||||
${WRKSRC}/mDNSPosix/Makefile
|
||||
@ -49,4 +55,4 @@ post-install:
|
||||
. endfor
|
||||
. endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -33,6 +33,10 @@ WRKSRC= ${WRKDIR}/jakarta-tomcat-connectors-jk2-${PORTVERSION}-src/jk/native2
|
||||
WITH_APACHE2= yes
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= "Does not compile on alpha"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64" && !defined(WITH_APACHE2)
|
||||
BROKEN= "Fails to link on sparc64"
|
||||
.endif
|
||||
|
@ -37,6 +37,10 @@ post-install:
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= "Does not compile on alpha"
|
||||
.endif
|
||||
|
||||
.if defined(PARALLEL_PACKAGE_BUILD) && ${OSVERSION} >= 500000
|
||||
IGNORE= hang
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user