From owner-dev-commits-ports-all@freebsd.org Sun Jul 11 20:44:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1556166ECB6; Sun, 11 Jul 2021 20:44:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GNJm73BLXz3Kk5; Sun, 11 Jul 2021 20:44:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14603220E2; Sun, 11 Jul 2021 20:44:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16BKiMr4085767; Sun, 11 Jul 2021 20:44:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16BKiMgb085766; Sun, 11 Jul 2021 20:44:22 GMT (envelope-from git) Date: Sun, 11 Jul 2021 20:44:22 GMT Message-Id: <202107112044.16BKiMgb085766@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: 6786f05b34cf - main - math/labplot: fix build due to missing build-deps MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6786f05b34cf4b7525dc8e0a32b517ae616b8aaf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2021 20:44:24 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=6786f05b34cf4b7525dc8e0a32b517ae616b8aaf commit 6786f05b34cf4b7525dc8e0a32b517ae616b8aaf Author: Adriaan de Groot AuthorDate: 2021-07-11 19:10:40 +0000 Commit: Adriaan de Groot CommitDate: 2021-07-11 20:34:46 +0000 math/labplot: fix build due to missing build-deps --- math/labplot/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 9192928bc3a6..309f9d8c3b7f 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -2,7 +2,7 @@ PORTNAME= labplot DISTVERSION= 2.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} @@ -20,14 +20,14 @@ LIB_DEPENDS= libgsl.so:math/gsl \ USES= bison cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 \ shared-mime-info tar:xz USE_KDE= archive attica auth bookmarks codecs completion config configwidgets \ - coreaddons crash ecm_build guiaddons i18n iconthemes itemviews \ - jobwidgets kdelibs4support kio newstuff notifications parts \ + coreaddons crash guiaddons i18n iconthemes itemviews \ + jobwidgets kio newstuff notifications parts \ service solid sonnet syntaxhighlighting textwidgets unitconversion \ widgetsaddons windowsystem xmlgui \ - doctools_build + doctools_build ecm_build USE_QT= concurrent core dbus gui network printsupport serialport \ sql svg widgets xml \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build CMAKE_OFF= ENABLE_LIBCERF CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_KUserFeedback