svn commit: r441850 - in head: games/cataclysm-dda net-im/pidgin-sipe security/sha1collisiondetection sysutils/jobd

Mark Linimon linimon at FreeBSD.org
Sat May 27 16:00:50 UTC 2017


Author: linimon
Date: Sat May 27 16:00:49 2017
New Revision: 441850
URL: https://svnweb.freebsd.org/changeset/ports/441850

Log:
  Mark some ports failing on armv6, for errors classified as "clang_werror".
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/cataclysm-dda/Makefile
  head/net-im/pidgin-sipe/Makefile
  head/security/sha1collisiondetection/Makefile
  head/sysutils/jobd/Makefile

Modified: head/games/cataclysm-dda/Makefile
==============================================================================
--- head/games/cataclysm-dda/Makefile	Sat May 27 15:33:43 2017	(r441849)
+++ head/games/cataclysm-dda/Makefile	Sat May 27 16:00:49 2017	(r441850)
@@ -13,6 +13,10 @@ COMMENT=	Fork/variant of Cataclysm Rogue
 LICENSE=	CC-BY-SA-3.0
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_aarch64=		fails to compile: comparison of integers of different signs: wchar_t and const int
+BROKEN_armv6=		fails to compile: comparison of integers of different signs: wchar_t and const int
+BROKEN_powerpc64=	fails to compile: overmap.cpp: 'pow' is not a member of 'std'
+
 USES=		alias compiler:c++11-lib execinfo gmake shebangfix
 SHEBANG_FILES=	lang/*.sh
 bash_CMD=	/bin/sh
@@ -60,10 +64,6 @@ SOUND_IMPLIES=		SDL
 
 SOUND_FILES=	cataclysmthemeREV6.ogg Dark_Days_Ahead_demo_2.ogg
 
-BROKEN_aarch64=		fails to compile: comparison of integers of different signs: wchar_t and const int
-BROKEN_armv6=		fails to compile: comparison of integers of different signs: wchar_t and const int
-BROKEN_powerpc64=	fails to compile: overmap.cpp: 'pow' is not a member of 'std'
-
 .include <bsd.port.pre.mk>
 
 .if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36

Modified: head/net-im/pidgin-sipe/Makefile
==============================================================================
--- head/net-im/pidgin-sipe/Makefile	Sat May 27 15:33:43 2017	(r441849)
+++ head/net-im/pidgin-sipe/Makefile	Sat May 27 16:00:49 2017	(r441850)
@@ -19,9 +19,10 @@ LIB_DEPENDS=	libnss3.so:security/nss \
 		libgstreamer-1.0.so:multimedia/gstreamer1 \
 		libnice.so:net-im/libnice \
 		libgmime-2.6.so:mail/gmime26
-
 RUN_DEPENDS=	pidgin:net-im/pidgin
 
+BROKEN_armv6=		fails to compile: cast from 'struct sipe_core_public *' to 'struct sipe_core_private *' increases required alignment from 4 to 8
+
 GNU_CONFIGURE=	yes
 USES=		gmake libtool localbase pkgconfig tar:bzip2 ssl
 USE_GNOME=	gtk20 intltool libxml2

Modified: head/security/sha1collisiondetection/Makefile
==============================================================================
--- head/security/sha1collisiondetection/Makefile	Sat May 27 15:33:43 2017	(r441849)
+++ head/security/sha1collisiondetection/Makefile	Sat May 27 16:00:49 2017	(r441850)
@@ -11,7 +11,8 @@ COMMENT=	Library and command line tool t
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BROKEN_powerpc64=	fails to compile: cc1: error: unrecognized command line option -std=c90
+BROKEN_armv6=		fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
+BROKEN_powerpc64=	fails to compile: cc1: unrecognized command line option -std=c90
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	cr-marcstevens

Modified: head/sysutils/jobd/Makefile
==============================================================================
--- head/sysutils/jobd/Makefile	Sat May 27 15:33:43 2017	(r441849)
+++ head/sysutils/jobd/Makefile	Sat May 27 16:00:49 2017	(r441850)
@@ -12,14 +12,15 @@ LICENSE=	ISCL
 
 BUILD_DEPENDS=	docbook2mdoc:textproc/docbook2mdoc
 
-HAS_CONFIGURE=	YES
-USE_GITHUB=	YES
-USE_LDCONFIG=	YES
-GH_ACCOUNT=	mheily
-
 BROKEN_aarch64=		fails to compile: comparison of constant -1 with expression of type char is always true
+BROKEN_armv6=		fails to compile: comparison of constant -1 with expression of type char is always true
 BROKEN_mips64=		fails to configure: unrecognized command line option -std=c++11
 BROKEN_powerpc64=	fails to configure: Unable to run configure in ./src/
 BROKEN_sparc64=		fails to configure: unrecognized command line option -std=c++11
 
+HAS_CONFIGURE=	YES
+USE_GITHUB=	YES
+USE_LDCONFIG=	YES
+GH_ACCOUNT=	mheily
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list