Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2016-11-16 00:35:05 +00:00
parent 6d5d36d741
commit 7907e35cf0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426200
3 changed files with 8 additions and 2 deletions

View File

@ -26,6 +26,8 @@ CPPFLAGS+= -I${LOCALBASE}/include \
-I${LOCALBASE}/include/w3c-libwww
LIBS+= -L${LOCALBASE}/lib
BROKEN_aarch64= Fails to compile: error: conflicting types for __wcwidth
post-patch:
@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's/\(^noinst_PROGRAMS =.*\)test-oop/\1/' \

View File

@ -18,6 +18,9 @@ KMODDIR= ${PREFIX}/lib/aoe
USE_RC_SUBR= aoe
BROKEN_aarch64= Fails to compile: error: redefinition of frame
BROKEN_sparc64= Fails to compile: error: redefinition of frame
do-install:
${INSTALL_KLD} ${WRKSRC}/aoe.ko ${STAGEDIR}${PREFIX}/lib/aoe
${INSTALL_MAN} ${WRKDIR}/aoe.4 ${STAGEDIR}${PREFIX}/man/man4/

View File

@ -13,8 +13,6 @@ COMMENT= Python module for the libnet packet construction library
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_powerpc64= Does not build
LIB_DEPENDS= libnet.so:net/libnet
USES= python
@ -30,6 +28,9 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
OPTIONS_DEFINE= EXAMPLES
OSVER= uname -r
BROKEN_aarch64= Fails to install: lib.freebsd-11.0-RELEASE-p1-aarch64-2.7/libnet.so: No such file or directory
BROKEN_powerpc64= Does not build
post-patch:
@${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/setup.py