Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 2024 15:18:26 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b221a58432d4 - main - mail/libetpan: Fix overlinking in libetpan.pc
Message-ID:  <202406051518.455FIQxL021381@gitrepo.freebsd.org>

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

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

commit b221a58432d4b459789702d62aa0188f27ab28c4
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2024-06-03 09:00:33 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2024-06-05 14:51:48 +0000

    mail/libetpan: Fix overlinking in libetpan.pc
    
    PR:             279523
    Approved by:    sunpoet (maintainer)
---
 mail/libetpan/Makefile                   |  1 +
 mail/libetpan/files/patch-libetpan.pc.in | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile
index 61bea530b831..4fc35ed942c1 100644
--- a/mail/libetpan/Makefile
+++ b/mail/libetpan/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libetpan
 PORTVERSION=	1.9.4
+PORTREVISION=	1
 CATEGORIES=	mail
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/mail/libetpan/files/patch-libetpan.pc.in b/mail/libetpan/files/patch-libetpan.pc.in
new file mode 100644
index 000000000000..10368396fff4
--- /dev/null
+++ b/mail/libetpan/files/patch-libetpan.pc.in
@@ -0,0 +1,10 @@
+--- libetpan.pc.in.orig	2019-11-01 17:58:50 UTC
++++ libetpan.pc.in
+@@ -6,5 +6,6 @@ Version: @VERSION@
+ Name: libetpan
+ Description: Libetpan C library.
+ Version: @VERSION@
+-Libs: -L${libdir} -letpan@LIBSUFFIX@ @LDFLAGS@ @SSLLIBS@ @GNUTLSLIB@ @LIBICONV@ @DBLIB@ @LIBS@ @SASLLIBS@
++Libs: -L${libdir} -letpan@LIBSUFFIX@
++Libs.private: @SSLLIBS@ @GNUTLSLIB@ @LIBICONV@ @DBLIB@ @LIBS@ @SASLLIBS@
+ Cflags: -I${includedir}



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