pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/libgadu libgadu: Switch from openssl to gnutls



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f058f97e83b
branches:  trunk
changeset: 412193:4f058f97e83b
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Mar 01 11:46:43 2020 +0000

description:
libgadu: Switch from openssl to gnutls

This resolves build issues with OpenSSL 1.1 and ensures the resulting
binary is GPL compliant.

Bump PKGREVISION

diffstat:

 chat/libgadu/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 4441d9fef934 -r 4f058f97e83b chat/libgadu/Makefile
--- a/chat/libgadu/Makefile     Sun Mar 01 11:45:17 2020 +0000
+++ b/chat/libgadu/Makefile     Sun Mar 01 11:46:43 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2020/01/26 17:30:48 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/01 11:46:43 nia Exp $
 
 DISTNAME=      libgadu-1.12.2
+PKGREVISION=   1
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=wojtekka/}
 
@@ -13,9 +14,7 @@
 USE_LIBTOOL=           yes
 USE_TOOLS+=            autoconf automake gmake perl:test pkg-config
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-openssl
 CONFIGURE_ARGS+=       --without-bind
-CONFIGURE_ARGS+=       --without-gnutls
 # XXX: https://github.com/wojtekka/libgadu/issues/25
 CONFIGURE_ARGS+=       --without-pthread
 PKGCONFIG_OVERRIDE+=   pkgconfig/libgadu.pc.in
@@ -29,7 +28,7 @@
 
 .include "../../devel/protobuf-c/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 #.include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index