Date: Thu, 3 Oct 2019 15:49:01 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513671 - in head: deskutils/lumina-photo textproc/xfce4-dict-plugin Message-ID: <201910031549.x93Fn1KO087841@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Oct 3 15:49:00 2019 New Revision: 513671 URL: https://svnweb.freebsd.org/changeset/ports/513671 Log: Fix build on GCC architectures. Use GCC from ports. Approved by: mentors (implicit approval) Modified: head/deskutils/lumina-photo/Makefile head/textproc/xfce4-dict-plugin/Makefile Modified: head/deskutils/lumina-photo/Makefile ============================================================================== --- head/deskutils/lumina-photo/Makefile Thu Oct 3 15:27:13 2019 (r513670) +++ head/deskutils/lumina-photo/Makefile Thu Oct 3 15:49:00 2019 (r513671) @@ -10,7 +10,7 @@ COMMENT= Image viewer utility from the Lumina Desktop LICENSE= BSD3CLAUSE -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_QT= buildtools_build concurrent core gui multimedia \ network svg widgets x11extras USE_GITHUB= yes Modified: head/textproc/xfce4-dict-plugin/Makefile ============================================================================== --- head/textproc/xfce4-dict-plugin/Makefile Thu Oct 3 15:27:13 2019 (r513670) +++ head/textproc/xfce4-dict-plugin/Makefile Thu Oct 3 15:49:00 2019 (r513671) @@ -15,8 +15,8 @@ COMMENT= Xfce4 plugin to query different dictionaries LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \ - xfce xorg +USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ + tar:bzip2 xfce xorg USE_GNOME= cairo glib20 gtk30 intltool USE_XFCE= panel USE_XORG= x11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910031549.x93Fn1KO087841>