svn commit: r436076 - head/math/sc-im

Mark Linimon linimon at FreeBSD.org
Mon Mar 13 12:13:43 UTC 2017


Author: linimon
Date: Mon Mar 13 12:13:41 2017
New Revision: 436076
URL: https://svnweb.freebsd.org/changeset/ports/436076

Log:
  0.5.0 is reported to have fixed the compile problems on aarch64.
  
  While here, pet portlint.
  
  Reported by:	Sijmen Mulder <iku at yokattana.com>
  Approved by:	bapt (implicit)

Modified:
  head/math/sc-im/Makefile

Modified: head/math/sc-im/Makefile
==============================================================================
--- head/math/sc-im/Makefile	Mon Mar 13 12:01:28 2017	(r436075)
+++ head/math/sc-im/Makefile	Mon Mar 13 12:13:41 2017	(r436076)
@@ -10,16 +10,13 @@ COMMENT=	Ncurses spreadsheet program for
 
 LICENSE=	BSD4CLAUSE
 
-USES=		gmake localbase
+LIB_DEPENDS=	libxlsreader.so:math/libxls \
+		libzip.so:archivers/libzip
 
+USES=		gmake localbase
 USE_GITHUB=	yes
 GH_ACCOUNT=	andmarti1424
-
 USE_GNOME=	libxml2
-LIB_DEPENDS=	libxlsreader.so:math/libxls \
-		libzip.so:archivers/libzip
-
-BROKEN_aarch64=	fails to compile: conflicting types for __wcwidth
 
 WRKSRC_SUBDIR=	src
 CFLAGS+=	-I${LOCALBASE}/include/libxml2


More information about the svn-ports-all mailing list