as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
48 lines
1.2 KiB
Makefile
48 lines
1.2 KiB
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= appstream-glib
|
|
PORTVERSION= 0.7.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://people.freedesktop.org/~hughsient/appstream-glib/releases/
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Library to help with AppStream metadata
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= gtkdoc-check:textproc/gtk-doc \
|
|
gcab:archivers/gcab
|
|
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
|
libjson-glib-1.0.so:devel/json-glib \
|
|
libyaml.so:textproc/libyaml \
|
|
libuuid.so:misc/e2fsprogs-libuuid \
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
RUN_DEPENDS= gcab:archivers/gcab
|
|
|
|
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
|
|
USE_LDCONFIG= yes
|
|
MESON_ARGS= -Drpm=false \
|
|
-Dalpm=false \
|
|
-Dstemmer=false
|
|
|
|
OPTIONS_DEFINE= MANPAGES
|
|
OPTIONS_DEFAULT=MANPAGES
|
|
OPTIONS_SUB= yes
|
|
|
|
MANPAGES_MESON_TRUE= man
|
|
MANPAGE_BUILD_DEPENDS= docbook-xml>=0:textproc/docbook-xml \
|
|
docbook-xsl>=0:textproc/docbook-xsl
|
|
MANPAGES_USE= GNOME=libxslt:build
|
|
|
|
.include <bsd.port.mk>
|