svn commit: r488052 - head/deskutils/gnome-calendar

Mark Linimon linimon at FreeBSD.org
Sat Dec 22 02:34:28 UTC 2018


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


More information about the svn-ports-all mailing list