diff options
-rw-r--r-- | dns/powerdns/Makefile | 3 | ||||
-rw-r--r-- | editors/mp/Makefile | 2 | ||||
-rw-r--r-- | editors/pdfedit/Makefile | 2 | ||||
-rw-r--r-- | editors/yui/Makefile | 4 | ||||
-rw-r--r-- | emulators/dtcyber/Makefile | 3 | ||||
-rw-r--r-- | emulators/open-vm-tools-nox11/Makefile | 1 | ||||
-rw-r--r-- | emulators/open-vm-tools/Makefile | 9 | ||||
-rw-r--r-- | emulators/ppsspp/Makefile | 2 |
8 files changed, 20 insertions, 6 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index cc941cb77f3c..e4bcbcdca96e 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -13,8 +13,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_serialization.so:devel/boost-libs -BROKEN_powerpc64= Does not build BROKEN_FreeBSD_9= Does not link +BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not compile: error: to_string is not a member of std USES= compiler:c++11-lib cpe gmake libtool pathfix pkgconfig ssl \ tar:bzip2 diff --git a/editors/mp/Makefile b/editors/mp/Makefile index 1f0ad666f976..0e22c59df74d 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -35,6 +35,8 @@ QT4_USE= qt4=corelib,gui,moc_build QT4_CONFIGURE_ENV= CPP="${CXX}" CCLINK="${CXX}" QT4_CONFIGURE_WITH= qt4 +BROKEN_aarch64= Fails to compile: error: conflicting types for __wcwidth + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MQT4} diff --git a/editors/pdfedit/Makefile b/editors/pdfedit/Makefile index 3c213969b6cd..dd247fd32110 100644 --- a/editors/pdfedit/Makefile +++ b/editors/pdfedit/Makefile @@ -35,6 +35,8 @@ PORTDOCS= Changelog README AUTHORS OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT=DOCS +BROKEN_sparc64= Fails to configure: error: Could not link against boost_program_options + post-extract: ${INSTALL_DATA} ${WRKSRC}/doc/AUTHORS ${WRKSRC} diff --git a/editors/yui/Makefile b/editors/yui/Makefile index d70b8e217126..2023e23e8ec8 100644 --- a/editors/yui/Makefile +++ b/editors/yui/Makefile @@ -16,7 +16,9 @@ USE_AUTOTOOLS= autoconf aclocal ACLOCAL_ARGS+= -I m4 MAKE_ENV+= LIBPATH=${PREFIX}/lib -BROKEN_sparc64= Does not compile on sparc64 +BROKEN_aarch64= Does not compile: error: cast from pointer to smaller type loses information +BROKEN_mips64= Does not compile: error: cast from unsigned char* to unsigned int loses precision +BROKEN_sparc64= Does not compile on sparc64 BROKEN_powerpc64= Does not build OPTIONS_DEFINE= DOCS diff --git a/emulators/dtcyber/Makefile b/emulators/dtcyber/Makefile index 9b79dc6da783..33a90cb98f79 100644 --- a/emulators/dtcyber/Makefile +++ b/emulators/dtcyber/Makefile @@ -23,6 +23,9 @@ LDFLAGS+= -L${LOCALBASE}/lib SUB_FILES= pkg-message PLIST_FILES= bin/dtcyber %%EXAMPLESDIR%%/cyber.ini %%EXAMPLESDIR%%/cos.tap +BROKEN_aarch64= Fails to compile: error: Unable to determine size of basic data types +BROKEN_mips64= Fails to compile: error: Unable to determine size of basic data types + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dtcyber ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/emulators/open-vm-tools-nox11/Makefile b/emulators/open-vm-tools-nox11/Makefile index 130e37b268b4..bfc42c9f4720 100644 --- a/emulators/open-vm-tools-nox11/Makefile +++ b/emulators/open-vm-tools-nox11/Makefile @@ -5,6 +5,7 @@ MASTERDIR= ${.CURDIR}/../open-vm-tools PKGNAMESUFFIX= -nox11 OPTIONS_EXCLUDE= X11 LIBNOTIFY +BROKEN_mips64= Does not configure: error: Unknown architecture BROKEN_powerpc64= Does not build .include "${MASTERDIR}/Makefile" diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 6a4e27b2a89b..8869cabb757d 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -64,11 +64,12 @@ CONFLICTS= open-vm-tools-nox11-[0-9]* CONFLICTS= open-vm-tools-[0-9]* .endif -.include <bsd.port.pre.mk> +BROKEN_aarch64= Fails to configure: error: Unknown architecture -.if ${ARCH} == "sparc64" -IGNORE= not yet ported to sparc64 -.endif +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON= not yet ported to this architecture + +.include <bsd.port.pre.mk> post-build: cd ${WRKSRC}/modules && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index b88dd3d33c65..cba162795e04 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -58,6 +58,8 @@ SDL_BUILD_DEPENDS= png>=1.6:graphics/png SDL_LIB_DEPENDS= libpng.so:graphics/png SDL_VARS= PORTDATA+="assets ${PORTNAME}" +BROKEN_aarch64= Fails to compile: error: use of undeclared identifier AllocateAlignedMemory + post-patch: @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \ ${WRKSRC}/UI/NativeApp.cpp |