Date: Tue, 22 Jan 2019 12:39:29 +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: r490943 - head/devel/anjuta Message-ID: <201901221239.x0MCdTg5084859@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Jan 22 12:39:29 2019 New Revision: 490943 URL: https://svnweb.freebsd.org/changeset/ports/490943 Log: Because of typedef redefinitions in webkit2-gtk3, this port now requires USES=compiler:c11 to build on GCC-based architectures. PR: 234980 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/devel/anjuta/Makefile Modified: head/devel/anjuta/Makefile ============================================================================== --- head/devel/anjuta/Makefile Tue Jan 22 12:36:06 2019 (r490942) +++ head/devel/anjuta/Makefile Tue Jan 22 12:39:29 2019 (r490943) @@ -28,8 +28,9 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon PORTSCOUT= limitw:1,even -USES= bison desktop-file-utils gettext gmake gnome libtool pathfix \ - perl5 pkgconfig:both python shared-mime-info shebangfix tar:xz +USES= bison compiler:c11 desktop-file-utils gettext gmake gnome \ + libtool pathfix perl5 pkgconfig:both python shared-mime-info \ + shebangfix tar:xz SHEBANG_FILES= plugins/project-wizard/templates/js_minimal/src/main.js \ plugins/tools/scripts/find-fixmes.pl \ plugins/tools/scripts/translation-status.pl \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901221239.x0MCdTg5084859>