svn commit: r495520 - head/shells/ksh93

Cy Schubert cy at FreeBSD.org
Tue Mar 12 19:36:30 UTC 2019


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 at 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


More information about the svn-ports-all mailing list