Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2018 01:30:03 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474151 - in head: devel/arpc mail/bogofilter x11-toolkits/gnustep-gui
Message-ID:  <201807080130.w681U3pF000295@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Jul  8 01:30:03 2018
New Revision: 474151
URL: https://svnweb.freebsd.org/changeset/ports/474151

Log:
  These ports have been confirmed to build on armv6.
  
  While here, pet portlint.
  
  Reported by:	manu
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/arpc/Makefile
  head/mail/bogofilter/Makefile
  head/x11-toolkits/gnustep-gui/Makefile

Modified: head/devel/arpc/Makefile
==============================================================================
--- head/devel/arpc/Makefile	Sun Jul  8 01:27:10 2018	(r474150)
+++ head/devel/arpc/Makefile	Sun Jul  8 01:30:03 2018	(r474151)
@@ -12,16 +12,13 @@ COMMENT=	GRPC-like RPC library that supports file desc
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+IGNORE_FreeBSD_10=	requires various C++17 features
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:textproc/py-pyPEG2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}toposort>=1.5:devel/py-toposort@${PY_FLAVOR}
 LIB_DEPENDS=	libargdata.so:devel/argdata
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:textproc/py-pyPEG2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}toposort>=1.5:devel/py-toposort@${PY_FLAVOR}
-
-BROKEN_armv6=		fails to build: *** Signal 11
-BROKEN_armv7=		fails to build: *** Signal 11
-
-IGNORE_FreeBSD_10=	requires various C++17 features
 
 USES=		cmake localbase:ldflags python:3.4+ shebangfix
 SHEBANG_FILES=	scripts/aprotoc.py

Modified: head/mail/bogofilter/Makefile
==============================================================================
--- head/mail/bogofilter/Makefile	Sun Jul  8 01:27:10 2018	(r474150)
+++ head/mail/bogofilter/Makefile	Sun Jul  8 01:30:03 2018	(r474151)
@@ -12,9 +12,6 @@ COMMENT=	Fast, teachable, learning spam detector
 
 LICENSE=	GPLv2
 
-BROKEN_armv6=		fails to configure: Cannot open a shared environment in Berkeley DB
-BROKEN_armv7=		fails to configure: Cannot open a shared environment in Berkeley DB
-
 .if !defined(MASTERDIR) || ${MASTERDIR} == ${.CURDIR}
 # building master port
 USES+=		bdb:5+

Modified: head/x11-toolkits/gnustep-gui/Makefile
==============================================================================
--- head/x11-toolkits/gnustep-gui/Makefile	Sun Jul  8 01:27:10 2018	(r474150)
+++ head/x11-toolkits/gnustep-gui/Makefile	Sun Jul  8 01:30:03 2018	(r474151)
@@ -13,6 +13,8 @@ COMMENT=	GNUstep GUI library
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	multi
 
+BROKEN_powerpc64=	fails to build: Illegal instruction (core dumped)
+
 LIB_DEPENDS+=	libtiff.so:graphics/tiff
 LIB_DEPENDS+=	libpng.so:graphics/png
 LIB_DEPENDS+=	libgif.so:graphics/giflib
@@ -20,10 +22,6 @@ LIB_DEPENDS+=	libicui18n.so:devel/icu
 LIB_DEPENDS+=	libsndfile.so:audio/libsndfile
 LIB_DEPENDS+=	libao.so:audio/libao
 LIB_DEPENDS+=	libflite.so:audio/flite
-
-BROKEN_armv6=		fails to package: chmod: GSSpeechServer.desktop: No such file or directory
-BROKEN_armv7=		fails to package: chmod: GSSpeechServer.desktop: No such file or directory
-BROKEN_powerpc64=	fails to build: Illegal instruction (core dumped)
 
 OPTIONS_DEFINE=	DOCS CUPS ASPELL
 OPTIONS_DEFAULT=	CUPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807080130.w681U3pF000295>