From nobody Mon Nov 15 15:30:12 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7BD96180FDA0; Mon, 15 Nov 2021 15:30:12 +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 4HtCn02l6Yz3NMm; Mon, 15 Nov 2021 15:30:12 +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 3E41C1BF4E; Mon, 15 Nov 2021 15:30:12 +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 1AFFUCMw017307; Mon, 15 Nov 2021 15:30:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AFFUCZ5017300; Mon, 15 Nov 2021 15:30:12 GMT (envelope-from git) Date: Mon, 15 Nov 2021 15:30:12 GMT Message-Id: <202111151530.1AFFUCZ5017300@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: ba0673b7998e - main - www/litmus: Allow build with neon >= 0.32 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ba0673b7998e26df766dfd02d2e68b389f1e225d Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba0673b7998e26df766dfd02d2e68b389f1e225d commit ba0673b7998e26df766dfd02d2e68b389f1e225d Author: Daniel Engberg AuthorDate: 2021-11-15 11:18:57 +0000 Commit: Daniel Engberg CommitDate: 2021-11-15 15:30:04 +0000 www/litmus: Allow build with neon >= 0.32 Additionally do some minor touch ups to Makefile while at it PR: 259595 Approved by: pi (maintainer), mentors (implicit) --- www/litmus/Makefile | 11 +++++++++-- www/litmus/files/patch-configure | 20 -------------------- 2 files changed, 9 insertions(+), 22 deletions(-) diff --git a/www/litmus/Makefile b/www/litmus/Makefile index 05dc0bfcdf85..b9c30036d902 100644 --- a/www/litmus/Makefile +++ b/www/litmus/Makefile @@ -1,5 +1,5 @@ PORTNAME= litmus -PORTVERSION= 0.13 +DISTVERSION= 0.13 PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/litmus/ @@ -7,10 +7,17 @@ MASTER_SITES= http://www.webdav.org/neon/litmus/ MAINTAINER= pi@FreeBSD.org COMMENT= WebDAV server protocol compliance test suite +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libneon.so:www/neon \ libk5crypto.so:security/krb5 GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-ssl --with-neon=/usr/local +CONFIGURE_ARGS= --with-ssl --with-neon=${LOCALBASE} + +post-patch: + @${REINPLACE_CMD} -e 's|25 26 27 28 29|& 30 31 32|g' \ + ${WRKSRC}/configure .include diff --git a/www/litmus/files/patch-configure b/www/litmus/files/patch-configure deleted file mode 100644 index d06d8364a461..000000000000 --- a/www/litmus/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2011-12-09 11:37:29.000000000 +0100 -+++ configure 2015-02-11 10:24:29.000000000 +0100 -@@ -5459,7 +5459,7 @@ - $as_echo "$ne_cv_lib_neon" >&6; } - if test "$ne_cv_lib_neon" = "yes"; then - ne_cv_lib_neonver=no -- for v in 25 26 27 28 29; do -+ for v in 25 26 27 28 29 30 31; do - case $ne_libver in - 0.$v.*) ne_cv_lib_neonver=yes ;; - esac -@@ -5788,7 +5788,7 @@ - $as_echo "$ne_cv_lib_neon" >&6; } - if test "$ne_cv_lib_neon" = "yes"; then - ne_cv_lib_neonver=no -- for v in 25 26 27 28 29; do -+ for v in 25 26 27 28 29 30 31; do - case $ne_libver in - 0.$v.*) ne_cv_lib_neonver=yes ;; - esac