Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2019 19:36:29 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495520 - head/shells/ksh93
Message-ID:  <201903121936.x2CJaTXl044415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Tue Mar 12 19:36:29 2019
New Revision: 495520
URL: https://svnweb.freebsd.org/changeset/ports/495520

Log:
  Pet portlint.
  
  Submitted by:	linimon@
  Reported by:	linimon@
  Approved by:	maintainer: Marcin Cieslak <saper@saper.info>

Modified:
  head/shells/ksh93/Makefile   (contents, props changed)

Modified: head/shells/ksh93/Makefile
==============================================================================
--- head/shells/ksh93/Makefile	Tue Mar 12 18:56:53 2019	(r495519)
+++ head/shells/ksh93/Makefile	Tue Mar 12 19:36:29 2019	(r495520)
@@ -24,6 +24,8 @@ COMMENT=	Official AT&T release of KornShell 93
 
 LICENSE=	EPL
 
+BROKEN_aarch64=		Fails to compile: needs sbrk
+
 CONFLICTS=	ksh93-devel-*
 
 OPTIONS_DEFINE=	EXAMPLES STATIC
@@ -37,8 +39,6 @@ INITVERSION=	2013-05-24
 KSHVERSION=	2012-08-01
 
 STATIC_MAKE_ENV=	LDFLAGS+=-static
-
-BROKEN_aarch64=		Fails to compile: needs sbrk
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|SF_FLAGS|SFIO_FLAGS|g' ${WRKSRC}/src/lib/libast/include/sfio*.h ${WRKSRC}/src/lib/libast/sfio/*.c



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