Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 10:36:14 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4011448dbe07 - main - finance/kmymoney: allow building with clang on powerpc
Message-ID:  <202308121036.37CAaE21041195@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4011448dbe075aa3203779483070ee59004f8aff

commit 4011448dbe075aa3203779483070ee59004f8aff
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-12 10:24:36 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-12 10:36:06 +0000

    finance/kmymoney: allow building with clang on powerpc
---
 finance/kmymoney/Makefile | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/finance/kmymoney/Makefile b/finance/kmymoney/Makefile
index 2e53f975f57d..04ee43c676d0 100644
--- a/finance/kmymoney/Makefile
+++ b/finance/kmymoney/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kmymoney
 PORTVERSION=	5.1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	finance kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/src
 
@@ -14,8 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSES/GPL-2.0-or-later.txt
 LIB_DEPENDS=	libalkimia5.so:finance/alkimia \
 		libKChart.so:graphics/kdiagram
 
-USES=		cmake desktop-file-utils gettext kde:5 pkgconfig qt:5 \
-		shared-mime-info shebangfix tar:xz
+USES=		cmake compiler:c++14-lang desktop-file-utils gettext kde:5 \
+		pkgconfig qt:5 shared-mime-info shebangfix tar:xz
 USE_QT=		buildtools:build core dbus gui network printsupport qmake:build \
 		sql testlib:build xml webkit widgets
 USE_KDE=	activities archive auth bookmarks codecs completion config \
@@ -95,14 +95,6 @@ WOOB_USES=		python
 WOOB_USE=		qt=concurrent
 WOOB_CMAKE_BOOL=	ENABLE_WOOB
 
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == powerpc
-USES+=		compiler:gcc-c++11-lib
-.else
-USES+=		compiler:c++14-lang 
-.endif
-
 .if defined(MAINTAINER_MODE)
 # Apply additional substitutions to pkg-plist generated by the 'makeplist' target
 create-plist: stage



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308121036.37CAaE21041195>