Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2018 22:17:35 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483434 - head/graphics/gexiv2
Message-ID:  <201810292217.w9TMHZ9Z081898@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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