From owner-svn-ports-head@freebsd.org Tue Dec 12 02:53:35 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E7E5E88CFD; Tue, 12 Dec 2017 02:53:35 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF840670F7; Tue, 12 Dec 2017 02:53:34 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBC2rYqB098965; Tue, 12 Dec 2017 02:53:34 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBC2rYAc098964; Tue, 12 Dec 2017 02:53:34 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201712120253.vBC2rYAc098964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 12 Dec 2017 02:53:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456084 - head/lang/afnix X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/lang/afnix X-SVN-Commit-Revision: 456084 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 02:53:35 -0000 Author: linimon Date: Tue Dec 12 02:53:33 2017 New Revision: 456084 URL: https://svnweb.freebsd.org/changeset/ports/456084 Log: Fix dumb typos. Approved by: "clean up your mess" Modified: head/lang/afnix/Makefile Modified: head/lang/afnix/Makefile ============================================================================== --- head/lang/afnix/Makefile Tue Dec 12 02:51:00 2017 (r456083) +++ head/lang/afnix/Makefile Tue Dec 12 02:53:33 2017 (r456084) @@ -12,8 +12,8 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Multi-threaded functional programming language -BROKEN_armv6= fails to compile: operator new takes type size_t as first parameterk/er -BROKEN_armv7= fails to compile: operator new takes type size_t as first parameterk/er +BROKEN_armv6= fails to compile: operator new takes type size_t as first parameter +BROKEN_armv7= fails to compile: operator new takes type size_t as first parameter BROKEN_i386= fails to build BROKEN_powerpc= fails to configure BROKEN_powerpc64= fails to build: afnix-setup: cannot determine linking type