Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2018 02:34:28 +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: r488052 - head/deskutils/gnome-calendar
Message-ID:  <201812220234.wBM2YS8e006546@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Dec 22 02:34:27 2018
New Revision: 488052
URL: https://svnweb.freebsd.org/changeset/ports/488052

Log:
  This port needs USES=compiler:c11 to build on GCC-based architectures.
  
  PR:		233904
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/deskutils/gnome-calendar/Makefile

Modified: head/deskutils/gnome-calendar/Makefile
==============================================================================
--- head/deskutils/gnome-calendar/Makefile	Sat Dec 22 02:24:22 2018	(r488051)
+++ head/deskutils/gnome-calendar/Makefile	Sat Dec 22 02:34:27 2018	(r488052)
@@ -13,8 +13,6 @@ COMMENT=	Simple and beatiful calendar application for 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-PORTSCOUT=	limitw:1,even
-
 BUILD_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
 LIB_DEPENDS=	libical.so:devel/libical \
 		libdazzle-1.0.so:x11-toolkits/libdazzle \
@@ -25,8 +23,10 @@ LIB_DEPENDS=	libical.so:devel/libical \
 		libgoa-1.0.so:net/gnome-online-accounts
 RUN_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
 
-USES=		desktop-file-utils gettext gnome localbase:ldflags meson \
-		pkgconfig python:3.4+,build tar:xz
+PORTSCOUT=	limitw:1,even
+
+USES=		compiler:c11 desktop-file-utils gettext gnome \
+		localbase:ldflags meson pkgconfig python:3.4+,build tar:xz
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 USE_GNOME=	cairo evolutiondataserver3 gtksourceview3



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