From owner-dev-commits-ports-all@freebsd.org Mon Jun 21 21:37:35 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 E940864FCCB; Mon, 21 Jun 2021 21:37:35 +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 4G82tl5nx9z4q7P; Mon, 21 Jun 2021 21:37:35 +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 A3ED6246E1; Mon, 21 Jun 2021 21:37:35 +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 15LLbZkN034313; Mon, 21 Jun 2021 21:37:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LLbZli034312; Mon, 21 Jun 2021 21:37:35 GMT (envelope-from git) Date: Mon, 21 Jun 2021 21:37:35 GMT Message-Id: <202106212137.15LLbZli034312@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gleb Popov Subject: git: 8afcf305cba3 - main - textproc/libxslt: Unbreak the build after textproc/libxml2 changes. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: arrowd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8afcf305cba32728f5733d35505b15672a64a2cc 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: Mon, 21 Jun 2021 21:37:36 -0000 The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=8afcf305cba32728f5733d35505b15672a64a2cc commit 8afcf305cba32728f5733d35505b15672a64a2cc Author: Daniel Engberg AuthorDate: 2021-06-16 20:53:14 +0000 Commit: Gleb Popov CommitDate: 2021-06-21 21:19:10 +0000 textproc/libxslt: Unbreak the build after textproc/libxml2 changes. Reported by: arrowd --- textproc/libxslt/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 3f37ccbbf28b..e1f2325119e1 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -14,7 +14,7 @@ COMMENT= XML stylesheet transformation library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe gmake gnome localbase libtool pathfix +USES= cpe gmake gnome localbase libtool pathfix pkgconfig CPE_VENDOR= xmlsoft GNU_CONFIGURE= yes USE_GNOME= libxml2 @@ -32,15 +32,13 @@ OPTIONS_DEFAULT=CRYPTO CRYPTO_DESC= Enable crypto support MEM_DEBUG_DESC= Enable memory debugging -CRYPTO_LIB_DEPENDS= libgcrypt.so:security/libgcrypt +CRYPTO_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error CRYPTO_CONFIGURE_WITH= crypto MEM_DEBUG_CONFIGURE_ON= --with-mem-debug post-patch: @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \ ${WRKSRC}/doc/Makefile.in - @${REINPLACE_CMD} -e 's|[$$](bindir)/xsltproc|../xsltproc/xsltproc|g ; \ - s|[$$](bindir)/xmllint|../xmllint/xmllint|g' \ - ${WRKSRC}/doc/Makefile.in .include