svn commit: r486415 - head/devel/appstream-glib

Mark Linimon linimon at FreeBSD.org
Sun Dec 2 13:05:46 UTC 2018


Author: linimon
Date: Sun Dec  2 13:05:43 2018
New Revision: 486415
URL: https://svnweb.freebsd.org/changeset/ports/486415

Log:
  USES=compiler:c++11 is necessary to fix build on GCC-based architectures.
  
  While here, pet portlint.
  
  PR:		233639
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/appstream-glib/Makefile

Modified: head/devel/appstream-glib/Makefile
==============================================================================
--- head/devel/appstream-glib/Makefile	Sun Dec  2 12:59:23 2018	(r486414)
+++ head/devel/appstream-glib/Makefile	Sun Dec  2 13:05:43 2018	(r486415)
@@ -13,8 +13,6 @@ COMMENT=	Library to help with AppStream metadata
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-CONFLICTS_BUILD=	appstream-glib-0.5.*
-
 BUILD_DEPENDS=	gtkdoc-check:textproc/gtk-doc \
 		gcab:archivers/gcab
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
@@ -25,7 +23,9 @@ LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 		libfreetype.so:print/freetype2
 RUN_DEPENDS=	gcab:archivers/gcab
 
-USES=		gettext gperf gnome libarchive meson \
+CONFLICTS_BUILD=	appstream-glib-0.5.*
+
+USES=		compiler:c11 gettext gperf gnome libarchive meson \
 		pkgconfig sqlite tar:xz
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30 introspection:build \
 		libxml2:build pango


More information about the svn-ports-all mailing list