Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Dec 2021 16:05:46 GMT
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c80dda3bf578 - main - net-im/libpurple: Point to the system TLS certs.
Message-ID:  <202112261605.1BQG5kup060741@gitrepo.freebsd.org>

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

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

commit c80dda3bf578ae5c0e9e02beec4a1be2609f0d44
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2021-12-26 16:04:38 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2021-12-26 16:04:38 +0000

    net-im/libpurple: Point to the system TLS certs.
    
    PR:             259954
---
 net-im/libpurple/Makefile  | 4 +++-
 net-im/libpurple/pkg-plist | 3 ---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 48ca7ab7261d..6b840dda5727 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME?=	libpurple
 PORTVERSION=	2.14.8
+PORTREVISION?=	1
 CATEGORIES?=	net-im
 MASTER_SITES=	SF/pidgin/Pidgin/${PORTVERSION}
 DISTNAME=	pidgin-${PORTVERSION}
@@ -19,7 +20,8 @@ CONFIGURE_ARGS?=--disable-gtkui \
 		--disable-consoleui \
 		--with-dynamic-prpls=${PRPL_MODULES:S/,$//} \
 		--enable-static \
-		--disable-nm
+		--disable-nm \
+		--with-system-ssl-certs=/etc/ssl/certs
 INSTALL_TARGET=	install-strip
 
 .if !defined(PIDGIN_SLAVE)
diff --git a/net-im/libpurple/pkg-plist b/net-im/libpurple/pkg-plist
index 757f4d55dd1a..beef510973c4 100644
--- a/net-im/libpurple/pkg-plist
+++ b/net-im/libpurple/pkg-plist
@@ -241,9 +241,6 @@ share/locale/xh/LC_MESSAGES/pidgin.mo
 share/locale/zh_CN/LC_MESSAGES/pidgin.mo
 share/locale/zh_HK/LC_MESSAGES/pidgin.mo
 share/locale/zh_TW/LC_MESSAGES/pidgin.mo
-share/purple/ca-certs/CAcert_Class3.pem
-share/purple/ca-certs/CAcert_Root.pem
-share/purple/ca-certs/mozilla.pem
 share/sounds/purple/alert.wav
 share/sounds/purple/login.wav
 share/sounds/purple/logout.wav



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