Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Sep 2022 10:35:51 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ae30a3b00258 - main - devel/ucommon: remove patch breaking pc files
Message-ID:  <202209021035.282AZpIS096356@gitrepo.freebsd.org>

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

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

commit ae30a3b002584002232a6f306e3f05c564f2d3b0
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-09-02 10:27:16 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-09-02 10:35:44 +0000

    devel/ucommon: remove patch breaking pc files
    
    /usr/ports/devel/ccrtp:
    ld: error: unable to find library -llpthread
    
    PR:             265652
---
 devel/ucommon/Makefile                           |  2 +-
 devel/ucommon/files/patch-cmake_CapeConfig.cmake | 10 ----------
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/devel/ucommon/Makefile b/devel/ucommon/Makefile
index 9f6cc7c89dab..afc0e521b1a6 100644
--- a/devel/ucommon/Makefile
+++ b/devel/ucommon/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ucommon
 PORTVERSION=	7.0.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 MASTER_SITES=	GNU/commoncpp
 
diff --git a/devel/ucommon/files/patch-cmake_CapeConfig.cmake b/devel/ucommon/files/patch-cmake_CapeConfig.cmake
deleted file mode 100644
index ede2b19cf6c9..000000000000
--- a/devel/ucommon/files/patch-cmake_CapeConfig.cmake
+++ /dev/null
@@ -1,10 +0,0 @@
---- cmake/CapeConfig.cmake.orig	2016-01-14 02:00:43 UTC
-+++ cmake/CapeConfig.cmake
-@@ -163,6 +163,7 @@ endfunction()
- function(pc_libs _OUTPUT)
-     set(libs)
-     foreach(lib ${ARGN})
-+	STRING(REGEX REPLACE "pthread" "lpthread" lib ${lib})
-         STRING(REGEX REPLACE "^[-]l" "" slib ${lib})
-         set(libs "${libs} -l${slib}")
-     endforeach()



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