svn commit: r483434 - head/graphics/gexiv2
Christoph Moench-Tegeder
cmt at FreeBSD.org
Mon Oct 29 22:17:36 UTC 2018
Author: cmt
Date: Mon Oct 29 22:17:34 2018
New Revision: 483434
URL: https://svnweb.freebsd.org/changeset/ports/483434
Log:
graphics/gexiv2: fix build with GCC-based architectures
while here, remove forgotten cruft in MASTER_SITES and add USES=gnome
to silence warnings
PR: 232569
Submitted by: Piotr Kubaj
Modified:
head/graphics/gexiv2/Makefile
Modified: head/graphics/gexiv2/Makefile
==============================================================================
--- head/graphics/gexiv2/Makefile Mon Oct 29 22:16:09 2018 (r483433)
+++ head/graphics/gexiv2/Makefile Mon Oct 29 22:17:34 2018 (r483434)
@@ -5,7 +5,6 @@ PORTNAME= gexiv2
PORTVERSION= 0.10.8
PORTREVISION= 1
CATEGORIES= graphics
-# MASTER_SITES= GNOME/sources/gexiv2/${PORTVERSION:R}
MASTER_SITES= GNOME
MAINTAINER= cmt at FreeBSD.org
@@ -21,7 +20,8 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-introspection=yes \
--enable-vala=yes
-USES= gmake libtool:build pathfix pkgconfig tar:xz
+USES= compiler:c++11-lang gmake gnome libtool:build pathfix \
+ pkgconfig tar:xz
USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes
MAKE_ARGS= REQUIRED_CFLAGS="" ENABLE_INTROSPECTION=1
More information about the svn-ports-head
mailing list