From owner-dev-commits-ports-all@freebsd.org Tue Apr 13 07:11:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CCD095D50A5; Tue, 13 Apr 2021 07:11:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKGwk5Vqkz3tt7; Tue, 13 Apr 2021 07:11:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFE1F26899; Tue, 13 Apr 2021 07:11:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13D7B2it037892; Tue, 13 Apr 2021 07:11:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13D7B2kx037891; Tue, 13 Apr 2021 07:11:02 GMT (envelope-from git) Date: Tue, 13 Apr 2021 07:11:02 GMT Message-Id: <202104130711.13D7B2kx037891@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= Subject: git: fa9cbe85e2cf - 2021Q2 - textproc/iksemel: fix build when openssl is installed. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: fa9cbe85e2cf34975f4a36dabbe87916e800c483 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 07:11:02 -0000 The branch 2021Q2 has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa9cbe85e2cf34975f4a36dabbe87916e800c483 commit fa9cbe85e2cf34975f4a36dabbe87916e800c483 Author: Fernando ApesteguĂ­a AuthorDate: 2021-04-13 07:00:03 +0000 Commit: Fernando ApesteguĂ­a CommitDate: 2021-04-13 07:07:25 +0000 textproc/iksemel: fix build when openssl is installed. This port does not build when openssl is installed. Disable it explicitely in the configure. PR: 254296 Reported by: dym@afalina.od.ua Tested by: felix@palmen-it.de newton.ja.terry@gmail.com MFH: 2021Q2 build fix (cherry picked from commit 0a4dd56b6717f75db19a03d8a7920783e256cd0a) --- textproc/iksemel/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index 68f9ff396bd8..e6ed1893fb2b 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -12,17 +12,21 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgnutls.so:security/gnutls +USES= autoreconf libtool makeinfo pathfix pkgconfig + USE_GITHUB= yes GH_ACCOUNT= meduketto GH_TAGNAME= 978b733 -USES= autoreconf libtool makeinfo pathfix pkgconfig +USE_LDCONFIG= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-gnutls=yes \ + --without-openssl \ --disable-python CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_LDCONFIG= yes + INSTALL_TARGET= install-strip INFO= iksemel