Date: Tue, 12 Mar 2019 05:12:06 +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: r495434 - in head/sysutils: sysadm sysadm-client Message-ID: <201903120512.x2C5C6I4084913@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Mar 12 05:12:06 2019 New Revision: 495434 URL: https://svnweb.freebsd.org/changeset/ports/495434 Log: Fix build on gcc-based architectures: cc1plus: error: unrecognized command line option "-std=gnu++11" While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/sysutils/sysadm-client/Makefile head/sysutils/sysadm/Makefile Modified: head/sysutils/sysadm-client/Makefile ============================================================================== --- head/sysutils/sysadm-client/Makefile Tue Mar 12 05:09:00 2019 (r495433) +++ head/sysutils/sysadm-client/Makefile Tue Mar 12 05:12:06 2019 (r495434) @@ -13,8 +13,8 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE WRKSRC_SUBDIR= src-qt5 +USES= compiler:c++11-lang gmake pkgconfig qmake ssl qt:5 tar:xz USE_QT= core buildtools_build gui network qmake websockets widgets svg concurrent -USES= gmake pkgconfig qt:5 tar:xz qmake ssl USE_GL+= gl MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} Modified: head/sysutils/sysadm/Makefile ============================================================================== --- head/sysutils/sysadm/Makefile Tue Mar 12 05:09:00 2019 (r495433) +++ head/sysutils/sysadm/Makefile Tue Mar 12 05:12:06 2019 (r495434) @@ -13,8 +13,8 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE WRKSRC_SUBDIR= src +USES= compiler:c++11-lang pkgconfig qmake qt:5 ssl tar:xz USE_QT= concurrent core network buildtools qmake gui websockets sql -USES= pkgconfig qt:5 tar:xz qmake ssl MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903120512.x2C5C6I4084913>