pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/libgadu
Module Name: pkgsrc
Committed By: nia
Date: Sun Mar 1 11:46:43 UTC 2020
Modified Files:
pkgsrc/chat/libgadu: Makefile
Log Message:
libgadu: Switch from openssl to gnutls
This resolves build issues with OpenSSL 1.1 and ensures the resulting
binary is GPL compliant.
Bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/libgadu/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/libgadu/Makefile
diff -u pkgsrc/chat/libgadu/Makefile:1.2 pkgsrc/chat/libgadu/Makefile:1.3
--- pkgsrc/chat/libgadu/Makefile:1.2 Sun Jan 26 17:30:48 2020
+++ pkgsrc/chat/libgadu/Makefile Sun Mar 1 11:46:43 2020
@@ -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_LANGUAGES= c c++
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 @@ pre-configure:
.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