Date: Sun, 2 Dec 2018 13:05:44 +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: r486415 - head/devel/appstream-glib Message-ID: <201812021305.wB2D5iOp000699@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812021305.wB2D5iOp000699>