Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 20:47:26 +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: r488437 - head/www/luakit
Message-ID:  <201812262047.wBQKlQnR061728@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Dec 26 20:47:25 2018
New Revision: 488437
URL: https://svnweb.freebsd.org/changeset/ports/488437

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  While here, pet portlint.
  
  PR:		234351
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/www/luakit/Makefile

Modified: head/www/luakit/Makefile
==============================================================================
--- head/www/luakit/Makefile	Wed Dec 26 20:43:03 2018	(r488436)
+++ head/www/luakit/Makefile	Wed Dec 26 20:47:25 2018	(r488437)
@@ -12,6 +12,9 @@ COMMENT=	Fast, small, webkit2 based browser framework 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING.GPLv3
 
+NOT_FOR_ARCHS=	sparc64
+NOT_FOR_ARCHS_REASON_sparc64=	Does not install on sparc64
+
 BUILD_DEPENDS=	help2man:misc/help2man \
 		${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem-51
 LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
@@ -21,12 +24,10 @@ LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
 		libfontconfig.so:x11-fonts/fontconfig
 RUN_DEPENDS=	${LUA_PKGNAMEPREFIX}luafilesystem>=0:devel/luafilesystem-51
 
-USES=		desktop-file-utils gettext-runtime gmake lua:51 pkgconfig sqlite
+USES=		compiler:c++11-lang desktop-file-utils gettext-runtime gmake \
+		lua:51 pkgconfig sqlite
 USE_GITHUB=	yes
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30
-
-NOT_FOR_ARCHS=	sparc64
-NOT_FOR_ARCHS_REASON_sparc64=	Does not install on sparc64
 
 MAKE_ARGS+=	DEVELOPMENT_PATHS=0
 



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